An open API service indexing awesome lists of open source software.

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)

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).