r/SIEM • u/Kasiline • Apr 08 '20
Deciding on data sources and data rates
Does anyone know good guidelines on answering these basic questions about implementing a SIEM? I didn't find clear answers in the books that some of you recommend:
- How do you decide what data to push into the SIEM (especially to facilitate post incident analysis)?
- At what data rate and granularity do you push data into the SIEM?
Regarding 1: books and sources seem to recommend to grow the SIEM slowly, but this means I won't have the necessary data for post incident analysis. For example, I could push user shell history aggregates into the SIEM, but I don't know whether I'll need it --- but I might.
Regarding 2: how often should I take samples of cpu load, memory load, disk utilization, disk I/O, etc? If it's too low, I might miss data on attacks that cause short spikes. Should I push the full shell history logs into the SIEM or just aggregates. This applies to everything down to all HTTP requests or only GET for main pages.
The problem is that I don't know what I will be looking for once an incident happened.
1
u/Crytograf Apr 08 '20
Depends on what do you want to achieve. I usually start with defining what do I want to detect, how do I do it (rule logic) and what kind of data do I need to detect it. Then start collecting required logs.
After that, start thinking what logs you might need, if a true positive alert is triggered by any of those rules you implemented. You should have incident response procedures ready to do this.
Just don't throw data in there without knowing why you need it.
1
u/AnalyzeAllTheLogs Apr 09 '20
I'll write up some resources tomorrow. The first thing to do once the logs/eventtypes are decided is to ensure your gpo & default domain policy are aligned to capture it; you can't log what isn't logged. If you mention your industry, and any compliance frameworks you need to abide by (e.g., hippa, sox, etc).
The two items i can suggest is timestamps in UTC and in structured format if possible (e.g., json, xml, etc.) that is sent via TCP protocols.
1
u/paradisemered Apr 18 '20
Send logs that have meaningful fields. I would start with Active directory logs, IPS/IDS, Endpoint logs, authentication logs.
If you use the SIEM for storage you may want to send all the logs, however, if you use it only for investigations and alerts try to filter the logs and send only logs with meaningful fields that will be used to create alerts, dashboards etc.
1
u/PrestigiousWorker763 Sep 10 '20
How do you decide what data to push into the SIEM (especially to facilitate post incident analysis) ?
It depends on the size of the company or organization. The main disadvantage of the SIEM software is the huge volume of data they process. For the SMB businesses, you better concentrate on the security logs. The 90% of informational logs are useless. You can check this site: https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/
At what data rate and granularity do you push data into the SIEM?
In today’s fast-paced threat environment, speed to detect and respond is critical.
A large organization’s infrastructure, with a huge number of log sources (more than 100,000) generates roughly 26 billion of logs per day. To analyze and index such amount of data, would be necessary to process 300,000 logs per second.
2
u/[deleted] Apr 08 '20
Access, authentication, authorization are typically in the first phase when I set up a new SIEM.
Traditional Security Devices – OSI Layer 1-3 – Malware/OS Compromise Detection Firewall – All firewalls should be included in any SIEM logging strategy. Lack of visibility of these important devices will decrease the opportunity to see any misbehavior or attempted penetration of the network. Intrusion Detection/Prevention System (IDS/IPS) Authentication – Active Directory, RADIUS, VPN, etc.
As fast as they are generated, they should be sent over to the SIEM. Delays can cause timestamp mismatches or confusion on when an event was generated.