{"id":24698964,"url":"https://github.com/artioml/f5-app-sec","last_synced_at":"2025-10-09T07:32:26.090Z","repository":{"id":202348127,"uuid":"148369388","full_name":"ArtiomL/f5-app-sec","owner":"ArtiomL","description":":sunglasses: Succeeding with application security","archived":false,"fork":false,"pushed_at":"2018-11-11T11:47:24.000Z","size":5106,"stargazers_count":9,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-04-02T21:42:19.311Z","etag":null,"topics":["anti-bot","api-security","app-security","bados","f5-asm","f5-awaf","l7-ddos","owasp","waf"],"latest_commit_sha":null,"homepage":"https://support.f5.com/csp/article/K07359270","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ArtiomL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-09-11T19:30:28.000Z","updated_at":"2024-11-13T04:59:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"a2b76b8a-b5c6-4a7d-b4d8-73386b6aaaa4","html_url":"https://github.com/ArtiomL/f5-app-sec","commit_stats":null,"previous_names":["artioml/f5-app-sec"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ArtiomL/f5-app-sec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtiomL%2Ff5-app-sec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtiomL%2Ff5-app-sec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtiomL%2Ff5-app-sec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtiomL%2Ff5-app-sec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArtiomL","download_url":"https://codeload.github.com/ArtiomL/f5-app-sec/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtiomL%2Ff5-app-sec/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000960,"owners_count":26082973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anti-bot","api-security","app-security","bados","f5-asm","f5-awaf","l7-ddos","owasp","waf"],"created_at":"2025-01-27T04:34:58.245Z","updated_at":"2025-10-09T07:32:24.008Z","avatar_url":"https://github.com/ArtiomL.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg align=\"center\" src=\"img/awaf.svg\" height=\"80\"\u003e\u0026nbsp;\u0026nbsp;f5-app-sec\n[![Build Status](https://img.shields.io/travis/com/ArtiomL/f5-app-sec/develop.svg)](https://travis-ci.com/ArtiomL/f5-app-sec)\n[![Releases](https://img.shields.io/github/release/ArtiomL/f5-app-sec.svg)](https://github.com/ArtiomL/f5-app-sec/releases)\n[![Commits](https://img.shields.io/github/commits-since/ArtiomL/f5-app-sec/v0.0.1.svg?label=commits%20since)](https://github.com/ArtiomL/f5-app-sec/commits/master)\n[![Maintenance](https://img.shields.io/maintenance/yes/2018.svg)](https://github.com/ArtiomL/f5-app-sec/graphs/code-frequency)\n[![Issues](https://img.shields.io/github/issues/ArtiomL/f5-app-sec.svg)](https://github.com/ArtiomL/f5-app-sec/issues)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)\n[![Slack Status](https://f5cloudsolutions.herokuapp.com/badge.svg)](https://f5cloudsolutions.herokuapp.com)\n\n\u0026nbsp;\u0026nbsp;\n\n## Table of Contents\n- [Description](#description)\n- [Installation](#installation)\n\t- [Stats](#stats)\n\t- [Run](#run)\n- [License](LICENSE)\n\n\u0026nbsp;\u0026nbsp;\n\n## Description\n\nThe [container](https://hub.docker.com/r/artioml/f5-app-sec/) in this repository is a collection of policies, guides, scripts and audit tools to help you succeed with application security.\n\nBased on the following article:\nhttps://support.f5.com/csp/article/K07359270\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"img/diagram.png\"\u003e\u003c/p\u003e\n\n\n\u0026nbsp;\u0026nbsp;\n\n## Installation\n\n### Stats\nTo gather the configuration and stats from an F5 BIG-IP (which you have management access to), run:\n\n```shell\ndocker run -it --rm -v /path/to/local/folder:/home/user/ artioml/f5-app-sec gather_stats\n```\n\nThis will create a file named BIG-Stats.zip in the local directory you mounted into the container (`/path/to/local/folder`).\n\n\n### Run\nTo start the actual web app, run:\n\n```shell\ndocker run -dit --rm -p 443:8443 artioml/f5-app-sec\n```\n\n\n\n\n\nGood WAF Security, Getting started with ASM:  \nhttps://clouddocs.f5.com/training/community/waf/html/class3/class3.html\n\nElevating ASM Protection:  \nhttps://clouddocs.f5.com/training/community/waf/html/class4/class4.html\n\nHigh and Maximum Security:  \nhttps://clouddocs.f5.com/training/community/waf/html/class5/class5.html\n\nWAF Programmability:  \nhttps://clouddocs.f5.com/training/community/waf/html/class6/class6.html\n\n- [ ] F5 Hardening script\n\n- [ ] ASM Policies Audit Tool  \n  \n- [ ] ASM YouTube Videos  \n  \n- [ ] ASM Word Doc to RtD\n  \n- [ ] Upload actual ASM policies for each level  \n\n- [ ] WAF Questionnaire\n\n- [ ] ASM Operations Guide\n\n- [ ] 2018 Application Protection Report\n\n- [ ] F5 University ASM training (for Partners)\n\n- [ ] Super-NetOps (Class3?)\n\n\u0026nbsp;\u0026nbsp;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartioml%2Ff5-app-sec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartioml%2Ff5-app-sec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartioml%2Ff5-app-sec/lists"}