Update http-headers.bro

This commit is contained in:
jshlbrd 2014-04-15 09:15:57 -04:00
parent 9083b03bd6
commit b43c2c347b

View file

@ -21,7 +21,6 @@ event http_header(c: connection, is_orig: bool, name: string, value: string)
$where=HTTP::IN_HOST_HEADER]); $where=HTTP::IN_HOST_HEADER]);
break; break;
case "REFERER": case "REFERER":
Intel::seen([$indicator=sub(value, /^.*:\/\//, ""), Intel::seen([$indicator=sub(value, /^.*:\/\//, ""),
$indicator_type=Intel::URL, $indicator_type=Intel::URL,