Security Onion seems to be designed for the single enterprise network, with a standalone install, or server and one or more sensors per company.
I have about two dozen (rather cash poor) SMB's that I provide services for (jack of all trades). This keeps me hopping most of the day. I would like to provide some nightly network security analysis for some select customers. I envision deploying a sensor per customer and using a central copy of SO to investigate and analyze the days traffic.
So I have several questions:
1. Are any of you doing something similar... that is, monitoring and managing multiple sensors on different customer networks from a central location?
2. Is salt capable of managing the sensors in this sort of a configuration?
3. How difficult is it to add/remove sensors?
4. Am I asking this question in the right forum, or is there a more appropriate forum/group?
Thanks in advance
Ralph
Ralph
--
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-onio...@googlegroups.com.
To post to this group, send email to securit...@googlegroups.com.
Visit this group at http://groups.google.com/group/security-onion.
For more options, visit https://groups.google.com/d/optout.
Some other options could include:
Sending the alerts via rsyslog to a common SIEM. Since the alerts would be tagged from the sites real ip address they could be labeled in the SIEM based on that unique field and you could quickly see the text of the alerts and then for more info, log into the site to do work. The data itself would remain at the site but you could get quick reports and see trends across all of them.
You could use openvpn on the main sensors with port forwarding at the edge to get access to each local site and work 'on' their network with your tools.
If you had a static IP and they have a firewall and port forwarding you could connect directly
Ssh tunnels is a good option but there are multiple ports if you use more then just the web tools (sguil)
I'm willing to guess that each site is going to be different though in regards to access and ability to use the same connection method.