/etc/apache2/conf.d/imh-modsec
NameSizeModeActions
html/-0755rm
01_base_rules.conf198220644editdlrm
05_additional_directives.conf69500644editdlrm
15_bad_requests.conf23000644editdlrm
19_bad_bots.conf53630644editdlrm
20_known_hacks.conf48860644editdlrm
21_spam_scripts.conf15990644editdlrm
31_shellshock.conf8060644editdlrm
40_wordpress.conf95110644editdlrm
40_xmlrpc.conf23740644editdlrm
47_premium_web_builder.conf830644editdlrm
alibaba_cidrtrack.lua127690644editdlrm
alibaba_network.txt17890644editdlrm
bot_budget_bots.txt1130644editdlrm
bot_ratelimit.lua29210644editdlrm
imh-renumber.csv24600644editdlrm
Edit: /etc/apache2/conf.d/imh-modsec/31_shellshock.conf (806B)
# both.conf # Rules intended to potentially mitigate the BASH "shellshock" bug # T3 Trac #8148 (https://trac.imhtech.net/T3/ticket/8148) SecRule REQUEST_HEADERS "^\(\) {" \ "phase:1,deny,id:13100,t:urlDecode,status:403,log,\ msg:'CVE-2014-6271 - Bash Attack'" SecRule REQUEST_LINE "\(\) {" \ "phase:1,deny,id:13101,status:403,log,\ msg:'CVE-2014-6271 - Bash Attack'" SecRule ARGS_NAMES "^\(\) {" \ "phase:2,deny,id:13102,t:urlDecode,t:urlDecodeUni,status:403,log,\ msg:'CVE-2014-6271 - Bash Attack'" SecRule ARGS "^\(\) {" \ "phase:2,deny,id:13103,t:urlDecode,t:urlDecodeUni,status:403,log,\ msg:'CVE-2014-6271 - Bash Attack'" SecRule FILES_NAMES "^\(\) {" \ "phase:2,deny,id:13104,t:urlDecode,t:urlDecodeUni,status:403,log,\ msg:'CVE-2014-6271 - Bash Attack'"