I was experimenting with some rules, and I noticed that a rule will not trigger if a http.host isn’t resolvable.
For example:
alert http any any -> any any ( msg: "test"; http.host; content: "2288.org"; )
will not trigger while
alert http any any -> any any ( msg: "test"; http.host; content: "eff.org"; )
will.
Is there someplace I can disable this behavior so that when I provide a PCAP for analysis it won’t require the domain (2288.org for example) to be resolvable?
Thank you and sorry to be the newb.