Can this be possible as SO can be deployed in MSSP environment? that means we would like to implement SO sensor at multiple locations which will collect data and send it to centralised master server?
In this case -
1. How multi-tenancy would work?
2. How can I differentiate between multiple sensors?
3. Assuming I have 5 sensors which will have 30-60 Mb/s traffic what should be sizing of master server for retaining logs upto 1 years?
--
Follow Security Onion on Twitter!
https://twitter.com/securityonion
---
You received this message because you are subscribed to the Google Groups "security-onion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to security-onion+unsubscribe@googlegroups.com.
To post to this group, send email to security-onion@googlegroups.com.
Visit this group at https://groups.google.com/group/security-onion.
For more options, visit https://groups.google.com/d/optout.
Well that is what is partially needed. I wanted to see by deploying sensor at my customer places and fetch data in our SOC and agents then monitor that or do Threat hunting.
In that case wondering on the sizing of master server since we are considering multiple options as to keep the server in house or on AWS/Azure cloud. [Need your inputs here as well]
So the data is kept at sensor right? And they talk to master on port 22. Only thing that if I need to fetch up the report for multiple sensors for different customers how do I do that? That is the question related to multi-tenant option.
To unsubscribe from this group and stop receiving emails from it, send an email to security-onion+unsubscribe@googlegroups.com.
To post to this group, send email to security-onion@googlegroups.com.
I plugged this little line into the google search bar.
((60 megabit per second) * 365 days) in terabytes = 236.52 terabytes
236.52 terabytes * 5 sensors = 1.1826 Petabyte for FULL PCAP.
Richard Bejtlich's The Practice of Network Security Monitoring preaches that text based data (Bro logs) is ~1/20th the size of full PCAP and required database (MySQL/ELSA) storage is ~1/10th of full PCAP.
As far as differentiating between sensors, giving them a meaningful name will be applied with interfaces after setup is run e.g. /nsm/sensor_data/CHANGME-eth1
I apologize if my math is off but you can play with the formula if you'd like.
Credit for the google trick is to Phil Hagen from my SANS FOR572 course:
https://www.evernote.com/pub/philh/for572notebook