SIEM & Security Analytics
Centralise security-relevant events and detect suspicious activity across the estate.
AdvancedSIEMOperations
Where it fits in the lifecycle
- Plan
- Code
- Build
- Test
- Release
- Deploy
- Operate
- Monitor
- Operate Runtime security, secrets rotation and configuration reconciliation.
- Monitor Detection engineering, SIEM, compliance evidence and incident response.
Overview
A SIEM ingests logs from cloud, clusters, CI and endpoints, normalises them and runs detection rules that correlate across sources.
Why it matters
Most intrusions are visible in logs the organisation already collects but never correlates.
How it works
- 01Sources are onboarded with a consistent schema.
- 02Detection rules and correlations produce alerts with context.
- 03Alerts feed the incident response process with defined severities.
Common tools
Elastic SecurityWazuhSplunkKubernetesAWSLinux
Implementation examples
textDetection query sketch
event.dataset: "aws.cloudtrail" and event.action: "ConsoleLogin" and aws.cloudtrail.response_elements.ConsoleLogin: "Success" and not source.geo.country_iso_code: ("GB" or "DE")Best practices
- Onboard sources with a normalised schema.
- Measure detection coverage against ATT&CK.
- Review noisy rules monthly.
Common mistakes
- Collecting everything with no detections written against it.