SIEM changes
This commit is contained in:
parent
0916deb7ba
commit
ce0d513354
|
@ -1,18 +1,30 @@
|
||||||
# Security Information and Event Management (SIEM)
|
# Security Information and Event Management (SIEM)
|
||||||
|
|
||||||
|
Collection of data as events on information systems in order to correlate through rulesets.
|
||||||
|
Network devices and connected endpoints generate events, both are of interest in SIEM.
|
||||||
|
This is done to reduce threats and to improve security posture.
|
||||||
|
|
||||||
* [Varonis](https://www.varonis.com/blog/what-is-siem/)
|
* [Varonis](https://www.varonis.com/blog/what-is-siem/)
|
||||||
|
|
||||||
* Threat detection
|
|
||||||
* Investigation
|
## Workflow
|
||||||
* Time to respond
|
|
||||||
* Some other SIEM features:
|
* Threat detection
|
||||||
* Basic security monitoring
|
* Investigation
|
||||||
* Advanced threat detection
|
* Alerting and Reporting
|
||||||
* Forensics & incident response
|
* Visibility
|
||||||
* Log collection
|
* Time to respond
|
||||||
* Normalization
|
|
||||||
* Notifications and alerts
|
* Basic SIEM monitoring is done through the following stages
|
||||||
* Security incident detection
|
* Log collection
|
||||||
* Threat response workflow
|
* Normalization
|
||||||
|
* Security incident detection
|
||||||
|
* Assess true or false events
|
||||||
|
* Notifications and alerts
|
||||||
|
* Further threat response workflow
|
||||||
|
|
||||||
|
|
||||||
|
## Sources of Interest
|
||||||
|
|
||||||
|
Linux provides multiple security related logs under ` /var/log ` as well as processes under ` /proc `
|
||||||
|
This includes the services, access, system and kernel logs as well as the scheduled cron jobs.
|
||||||
|
|
Loading…
Reference in New Issue