Bro IDS

Hi there,

When you run Bro. Are all the protocols such as http, ftp etc enabled on local.bro as default? Because i am not sure if i need to add all the protocols manually or if they are already running as default?

Thank you,

Not all protocols are enabled by default, but http and ftp should be. Check out:

https://github.com/bro/bro/blob/master/scripts/base/init-default.bro#L46-L74

Jon