https://github.com/smalls1652/waf-rules
My web application firewall rules for ModSecurity. (Mirror)
https://github.com/smalls1652/waf-rules
modsecurity waf web-application-firewall
Last synced: 4 months ago
JSON representation
My web application firewall rules for ModSecurity. (Mirror)
- Host: GitHub
- URL: https://github.com/smalls1652/waf-rules
- Owner: Smalls1652
- License: mit
- Created: 2025-04-22T14:28:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-22T19:15:56.000Z (6 months ago)
- Last Synced: 2025-04-22T20:28:08.738Z (6 months ago)
- Topics: modsecurity, waf, web-application-firewall
- Homepage: https://git.smalls.online/smalls/waf-rules
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WAF Rules
These are my custom WAF (Web Application Firewall) rules for OWASP's ModSecurity.
## 📝 Rules
| **Rule set** | **Description** |
| --- | --- |
| [`100` - GeoIP and IP range blocks](modsecurity/100_REQUEST_GEO_AND_IP_BLOCKS.conf) | Blocks certain geographical locations and IP ranges.
IP address ranges are defined in [`modsecurity/blocked_ip_ranges.data`](modsecurity/blocked_ip_ranges.data) |
| [`200` - Block AI crawlers](modsecurity/200_REQUEST_BLOCK_AI_CRAWLERS.conf) | Blocks known AI crawlers based off their user-agent. |## 🤝 License
This repo is licensed with the [MIT License](LICENSE).