The Security Operations Center (SOC) is where detection and response happen. This is where most cybersecurity careers begin.
| Tier | Role |
|---|---|
| Tier 1 | Alert triage, initial investigation, escalation |
| Tier 2 | Deeper investigation, incident handling |
| Tier 3 | Threat hunting, advanced forensics, detection engineering |
You can only detect what you can see. Critical log sources:
Logging hygiene: ensure clocks are synced (NTP), logs are centralized, and they're tamper-resistant — attackers delete logs to hide. Forward logs off the host in real time.
A SIEM centralizes, normalizes, and correlates logs to surface threats.
Sources → [ Collect ] → [ Normalize ] → [ Correlate / Rules ] → [ Alert ] → Analyst
Capabilities: search, correlation rules, dashboards, alerting, retention. Examples: Splunk, Microsoft Sentinel, Elastic SIEM, Wazuh (open-source).
A single failed login is noise. But:
50 failed logins → 1 success → privilege change → data download
...correlated together is a likely account-takeover. The SIEM's job is to connect these dots across sources.
SOCs drown in alerts. Combat it with tuning (cut false positives), prioritization (risk-based), enrichment (auto-add context), and automation (SOAR) — so analysts focus on what matters.