mirror of
https://github.com/fabriziosalmi/patterns.git
synced 2025-12-17 17:55:48 +00:00
34 lines
3.2 KiB
Plaintext
34 lines
3.2 KiB
Plaintext
# Apache ModSecurity rules for INITIALIZATION
|
|
SecRuleEngine On
|
|
|
|
SecRule REQUEST_URI "@eq 0" "id:1316,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1317,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1318,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1319,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1320,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1321,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1322,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1323,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1324,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1325,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1326,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1327,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1328,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1329,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1330,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1331,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1332,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1333,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1334,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1335,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1336,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 1" "id:1337,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@rx ^.*$" "id:1338,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "!@rx (?:URLENCODED|MULTIPART|XML|JSON)" "id:1339,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 1" "id:1340,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "!@rx (?:URLENCODED|MULTIPART|XML|JSON)" "id:1341,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 100" "id:1342,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@rx ^[a-f]*([0-9])[a-f]*([0-9])" "id:1343,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "!@lt %{tx.sampling_percentage}" "id:1344,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@lt %{tx.blocking_paranoia_level}" "id:1345,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|