2024-12-21 00:35:03 +00:00
|
|
|
# Apache ModSecurity rules for INITIALIZATION
|
|
|
|
|
SecRuleEngine On
|
|
|
|
|
|
2025-02-09 00:27:59 +00:00
|
|
|
SecRule REQUEST_URI "@eq\ 1" "id:1069,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "@eq\ 0" "id:1046,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "@eq\ 100" "id:1071,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "@eq\ 0" "id:1049,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "@eq\ 0" "id:1055,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "@eq\ 0" "id:1052,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "@eq\ 0" "id:1058,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "@eq\ 0" "id:1061,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "@eq\ 0" "id:1064,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "@eq\ 0" "id:1048,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "@eq\ 0" "id:1045,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "@eq\ 0" "id:1051,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "@eq\ 0" "id:1057,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "@eq\ 0" "id:1054,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "@eq\ 0" "id:1060,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "!@rx\ \(\?:URLENCODED\|MULTIPART\|XML\|JSON\)" "id:1068,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "@eq\ 0" "id:1063,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "@eq\ 0" "id:1050,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "\^\.\*\$" "id:1067,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "@eq\ 0" "id:1047,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "@eq\ 0" "id:1053,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "\^\[a\-f\]\*\(\[0\-9\]\)\[a\-f\]\*\(\[0\-9\]\)" "id:1072,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "@eq\ 0" "id:1056,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "@eq\ 0" "id:1062,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "!@rx\ \(\?:URLENCODED\|MULTIPART\|XML\|JSON\)" "id:1070,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "@eq\ 0" "id:1059,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "@eq\ 0" "id:1065,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|
|
|
|
|
SecRule REQUEST_URI "@eq\ 1" "id:1066,phase:1,deny,status:403,log,msg:'initialization attack detected'"
|