mirror of
https://github.com/fabriziosalmi/patterns.git
synced 2025-12-17 17:55:48 +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\ 2" "id:1306,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@eq\ 1" "id:1048,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ %\{tx\.inbound_anomaly_score_threshold\}" "id:1047,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 1" "id:1311,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\ 4" "id:1309,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 1" "id:1039,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 4" "id:1318,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 2" "id:1034,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 3" "id:1036,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\ 4" "id:1037,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 4" "id:1046,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:1049,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\ 2" "id:1314,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ %\{tx\.outbound_anomaly_score_threshold\}" "id:1319,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 1" "id:1032,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 3" "id:1316,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 2" "id:1033,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 4" "id:1317,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 3" "id:1035,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 2" "id:1042,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 3" "id:1044,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\ 1" "id:1312,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 4" "id:1045,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 2" "id:1313,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ %\{tx\.outbound_anomaly_score_threshold\}" "id:1321,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 3" "id:1315,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 1" "id:1031,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:1040,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@eq\ 1" "id:1320,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 2" "id:1041,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 3" "id:1043,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
|
SecRule REQUEST_URI "@ge\ 4" "id:1038,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|