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:1592,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1593,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1594,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1595,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1596,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1597,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1598,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1599,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1600,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1601,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1602,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1603,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1604,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1605,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1606,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1607,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1608,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1609,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1610,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1611,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 0" "id:1612,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 1" "id:1613,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@rx ^.*$" "id:1614,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "!@rx (?:URLENCODED|MULTIPART|XML|JSON)" "id:1615,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 1" "id:1616,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "!@rx (?:URLENCODED|MULTIPART|XML|JSON)" "id:1617,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@eq 100" "id:1618,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@rx ^[a-f]*([0-9])[a-f]*([0-9])" "id:1619,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "!@lt %{tx.sampling_percentage}" "id:1620,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
SecRule REQUEST_URI "@lt %{tx.blocking_paranoia_level}" "id:1621,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|