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 "@ge\ 1" "id:1218,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 3" "id:1223,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 2" "id:1213,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ %\{tx\.inbound_anomaly_score_threshold\}" "id:1228,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 1" "id:1291,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 4" "id:1225,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 3" "id:1296,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 1" "id:1300,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 4" "id:1298,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@eq\ 1" "id:1227,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 2" "id:1301,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ %\{tx\.outbound_anomaly_score_threshold\}" "id:1309,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 1" "id:1211,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 3" "id:1222,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 4" "id:1224,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 2" "id:1212,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 3" "id:1295,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 4" "id:1297,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 2" "id:1221,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 1" "id:1299,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 3" "id:1304,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 4" "id:1306,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 2" "id:1294,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 1" "id:1210,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 1" "id:1219,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@eq\ 1" "id:1308,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 3" "id:1215,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 4" "id:1217,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ %\{tx\.inbound_anomaly_score_threshold\}" "id:1226,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 2" "id:1220,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 1" "id:1292,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 3" "id:1303,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 4" "id:1305,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ %\{tx\.outbound_anomaly_score_threshold\}" "id:1307,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 2" "id:1293,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 2" "id:1302,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 3" "id:1214,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 4" "id:1216,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|