0

How can I specify mutliple ports to exclude from shellcode rules? I'm using the latest version of snort. I'm also interested in knowing which ports should generally be excluded.

Scott Pack
  • 14,717
  • 10
  • 51
  • 83
keyoke
  • 277
  • 1
  • 4
  • 12

1 Answers1

0

For example:

portvar SHELLCODE_PORTS [!80,!25]

Works for me on snort 2.9.1.2.

HopelessN00b
  • 53,385
  • 32
  • 133
  • 208
randomcontrol
  • 231
  • 2
  • 4