Welcome to Security-IT - an open-source repository with practical security tips for developers.
Ready-to-use rules for your project:
Many developers configure Cloudflare but don’t explore the full potential of the available security tools. This repository offers:
| Benefit | Description |
|---|---|
| Copy-paste ready | Rules ready to use |
| Explained | Each rule commented |
| By use case | Find what you need quickly |
| Open source | Contribute your rules |
(http.request.uri.path contains "/admin") and not (ip.src in {YOUR_IP})
Action: Block
(http.request.uri.path eq "/api/auth/login") and (http.request.method eq "POST")
Action: Rate Limit - 5 requests/minute
Found a useful rule? Open a PR!
snippets/