mirror of
https://github.com/fabriziosalmi/patterns.git
synced 2025-12-18 02:05:42 +00:00
42 lines
3.9 KiB
Plaintext
42 lines
3.9 KiB
Plaintext
# Apache ModSecurity rules for EVALUATION
|
|
SecRuleEngine On
|
|
|
|
SecRule REQUEST_URI "@eq\ 1" "id:1072,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 1" "id:1304,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 1" "id:1063,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 2" "id:1297,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 2" "id:1306,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 2" "id:1065,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ %\{tx\.inbound_anomaly_score_threshold\}" "id:1071,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 3" "id:1299,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 3" "id:1308,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 3" "id:1067,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 4" "id:1301,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 4" "id:1069,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 4" "id:1310,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 1" "id:1056,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@eq\ 1" "id:1312,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 1" "id:1303,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 2" "id:1058,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 2" "id:1305,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ %\{tx\.inbound_anomaly_score_threshold\}" "id:1073,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 3" "id:1060,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 3" "id:1307,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ %\{tx\.outbound_anomaly_score_threshold\}" "id:1311,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 4" "id:1062,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 4" "id:1309,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 1" "id:1055,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 1" "id:1296,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 2" "id:1057,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 1" "id:1064,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 2" "id:1298,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 3" "id:1300,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 3" "id:1059,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 2" "id:1066,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ %\{tx\.outbound_anomaly_score_threshold\}" "id:1313,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 3" "id:1068,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 4" "id:1302,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 4" "id:1061,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 4" "id:1070,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 1" "id:1295,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|