mirror of
https://github.com/fabriziosalmi/patterns.git
synced 2025-12-29 16:15:12 +00:00
Update: [Tue Jan 7 00:27:08 UTC 2025]
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# Apache ModSecurity rules for DETECTION
|
||||
SecRuleEngine On
|
||||
|
||||
SecRule REQUEST_URI "@lt 1" "id:1265,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 1" "id:1266,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@pmFromFile scanners-user-agents.data" "id:1267,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 2" "id:1268,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 2" "id:1269,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 3" "id:1270,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 3" "id:1271,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 4" "id:1272,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 4" "id:1273,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 1" "id:1176,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 1" "id:1177,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@pmFromFile scanners-user-agents.data" "id:1178,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 2" "id:1179,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 2" "id:1180,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 3" "id:1181,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 3" "id:1182,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 4" "id:1183,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
SecRule REQUEST_URI "@lt 4" "id:1184,phase:1,deny,status:403,log,msg:'detection attack detected'"
|
||||
|
||||
Reference in New Issue
Block a user