Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consider including network baseline methodology #6

Open
glallen01 opened this issue Aug 4, 2016 · 0 comments
Open

consider including network baseline methodology #6

glallen01 opened this issue Aug 4, 2016 · 0 comments

Comments

@glallen01
Copy link
Contributor

reference based on SiLK:
http://resources.sei.cmu.edu/asset_files/TechnicalReport/2012_005_001_28167.pdf

example from this document, starting point to identify webservers from netflow:
webservers = sport ( 80, 443, 8080, ... ), protocol 6, number of packets >4 (to ensure full TCP session), ACK set (to eliminate sessions with just SYN,RST), bytes >= 1% of all sessions

If you can methodically baseline all traffic based on flows, then anomalies will be more apparent.
The CMU document covered web, smtp, dns, and vpn in detail, with advice on validation of known good and anomalies.

This kind of baselining could also be used to tune both signature based IDS's and protocol inspection with tools like Bro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant