I installed Mod Security last night and came in this morning to the error below, which is being populated every 5 minutes.
I've disabled the rules until i can fathom out what it means.
Any ideas ?
I've disabled the rules until i can fathom out what it means.
Any ideas ?
Code:
960008 and 960009 mostly from 127.0.0.1, but a few 960009's from IP's
Missing/Empty Host Header
#
# -=[ Rule Logic ]=-
# These rules will first check to see if a Host header is present.
# The second check is to see if a Host header exists but is empty.
#
SecRule &;REQUEST_HEADERS:Host "@eq 0" "msg:'Request Missing a Host Header', severity:'WARNING', phase:request, rev:'2', ver:'OWASP_CRS/3.0.0', maturity:'9', accuracy:'9', t:none, block, id:'960008', tag:'OWASP_CRS/PROTOCOL_VIOLATION/MISSING_HEADER_HOST', tag:'WASCTC/WASC-21', tag:'OWASP_TOP_10/A7', tag:'PCI/6.5.10', setvar:'tx.msg=%{rule.msg}', setvar:tx.anomaly_score=+%{tx.warning_anomaly_score}, setvar:tx.%{rule.id}-OWASP_CRS/PROTOCOL_VIOLATION/MISSING_HEADER-%{matched_var_name}=%{matched_var}, skipAfter:END_HOST_CHECK"
host.myserver.co.uk 127.0.0.1 - - [13/Feb/2015:01:05:01 +0000] "GET /whm-server-status HTTP/1.0" 302 192 "-" "-" VN1NvdWr3R8AAFLRlzwAAAAI "-" /nobody/20150213/20150213-0105/20150213-010501-VN1NvdWr3R8AAFLRlzwAAAAI 0 1158 md5:cf0765030f91de3785587a5a74f05d76
Last edited by a moderator: