@nagaraja:
Hey Bill,
for the infos i got, the only address snort is able to understand and whitelist, is only the URL address record inside URL alias. In other terms http://myserverip:port/list.something instead of the list content. I also think this could be bad for snort since it allows numeric values only
Thanks for your quick reply
Yes, if the text URL got written into the actual passlist/whitelist file produced for the Snort binary that would cause errors. However, the code in the binary plugin that parses the pass list entries will discard any non-numeric values and print an error to the system log. So it should not cause the entire pass list to be ignored. Just the offending line or lines would be ignored.
Bill