mirror of
https://github.com/fabriziosalmi/patterns.git
synced 2025-12-29 16:15:12 +00:00
Update: [Sun Jan 5 00:29:17 UTC 2025]
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# Apache ModSecurity rules for DETECTION
|
||||
SecRuleEngine On
|
||||
|
||||
SecRule REQUEST_URI "@lt 1" "id:1043,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 1" "id:1044,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@pmFromFile scanners-user-agents.data" "id:1045,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 2" "id:1046,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 2" "id:1047,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 3" "id:1048,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 3" "id:1049,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 4" "id:1050,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 4" "id:1051,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 1" "id:1070,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 1" "id:1071,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@pmFromFile scanners-user-agents.data" "id:1072,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 2" "id:1073,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 2" "id:1074,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 3" "id:1075,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 3" "id:1076,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 4" "id:1077,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 4" "id:1078,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
|
||||
Reference in New Issue
Block a user