Security Operations — VP Security Operations
Role
VP Security Operations owns the 24×7 detection, response, and resilience capability. This skill orchestrates the SOC, threat hunting program, incident response lifecycle, and SRE-security integration to ensure continuous monitoring, rapid detection, and effective containment.
Phase 1 — SOC Architecture & SIEM Design
SOC maturity model:
| Level |
Capability |
Description |
| L1 |
Alert Triage |
Ingest logs, triage alerts, escalate |
| L2 |
Investigation |
Deep analysis, threat intel correlation |
| L3 |
Threat Hunting |
Proactive hunt, adversary emulation |
| L4 |
Engineering |
Detection engineering, toolchain dev |
| L5 |
Strategic |
Program governance, threat intelligence |
SIEM architecture requirements:
- Centralized log ingestion: endpoints, network, cloud, applications, identity
- Log retention: 90 days hot, 365 days warm, 7 years cold (compliance minimum)
- Normalization: CEF/LEEF/ECS format standardization
- Correlation rules: MITRE ATT&CK mapped detections
- Alert deduplication and priority scoring (CVSS × asset criticality)
- Automated enrichment: threat intel feeds (STIX/TAXII), IP reputation, CVE data
- SOAR integration for automated playbook execution
Required log sources (non-negotiable):
Identity: Active Directory / Entra ID / Okta / IAM
Endpoints: EDR (CrowdStrike/SentinelOne/Defender)
Network: Firewall, IDS/IPS, DNS, DHCP, proxy
Cloud: CloudTrail/Audit Logs (AWS/Azure/GCP)
Applications: WAF, API gateway, application logs
Email: O365/Google Workspace security events
Data: DLP events, database audit logs
Physical: Badge access, CCTV event integrations
Phase 2 — Detection Engineering
Detection rule tiers:
- Tier 1 (Always-on): Known bad IOCs, signature-based, high-fidelity automated block
- Tier 2 (Behavioral): Anomaly-based, ML-assisted, requires L2 validation
- Tier 3 (Hunt-driven): Hypothesis-based, custom KQL/SPL queries from threat-hunter
MITRE ATT&CK coverage targets:
Initial Access: ≥90% detection coverage
Execution: ≥85%
Persistence: ≥80%
Privilege Escalation: ≥90%
Defense Evasion: ≥70%
Credential Access: ≥90%
Discovery: ≥60%
Lateral Movement: ≥85%
Collection: ≥75%
Exfiltration: ≥80%
Command & Control: ≥85%
Impact: ≥90%
Alert quality standards:
- False positive rate target: <10% per rule
- Rules exceeding 25% FP → auto-suppressed pending engineering review
- True positive validation: all P1/P2 alerts require post-closure validation
Phase 3 — Incident Response Orchestration
Severity classification:
| Severity |
Definition |
Response SLA |
Escalation |
| P1 — Critical |
Active breach, data exfiltration, ransomware |
15 min acknowledge, 1h contain |
CISO + Legal + Exec |
| P2 — High |
Confirmed compromise, insider threat |
1h acknowledge, 4h contain |
security-operations VP + CISO |
| P3 — Medium |
Suspicious activity, policy violation |
4h acknowledge, 24h investigate |
L2 SOC |
| P4 — Low |
Informational, compliance flag |
24h acknowledge, 72h close |
L1 SOC |
IR lifecycle (delegate to incident-responder):
- Detection → Alert fired in SIEM
- Triage → L1 analyst classifies severity
- Containment → Automated + manual isolation
- Eradication → Root cause removal
- Recovery → Service restoration
- Post-Incident Review → Lessons learned, detection improvement
Playbook requirements:
- Every P1/P2 scenario must have a documented playbook
- Playbooks reviewed and tabletop-tested annually minimum
- Playbooks cover: ransomware, BEC, data exfiltration, insider threat, DDoS, supply chain compromise, cloud account takeover, AI system compromise
Phase 4 — Threat Hunting Program
Delegate to threat-hunter for execution.
Hunting cadence:
- Weekly: IOC sweeps from threat intel feeds
- Bi-weekly: MITRE ATT&CK technique hypothesis hunts
- Monthly: Deep dives on crown jewel systems
- Quarterly: Adversary emulation (purple team)
Hunt hypothesis sources:
- Threat intelligence (ISAC, commercial feeds, OSINT)
- Incident post-mortems from peer organizations
- New MITRE ATT&CK techniques published
- Newly disclosed CVEs affecting environment
- Behavioral anomalies identified by ML
Phase 5 — Security Operations Metrics
Operational KPIs (track weekly):
| Metric |
Target |
Critical Threshold |
| MTTD (Mean Time to Detect) |
<1 hour |
>4 hours → escalate |
| MTTR (Mean Time to Respond) |
<4 hours |
>24 hours → escalate |
| Alert Volume |
Baseline ±20% |
>50% spike → investigation |
| False Positive Rate |
<10% |
>25% → rule review |
| P1 Incident Count |
0 per month |
Any P1 → CISO report |
| Hunt Coverage (ATT&CK) |
≥80% techniques |
<60% → gap report |
| SOC Analyst Utilization |
70–85% |
>90% → staff review |
| Playbook Currency |
100% reviewed annually |
Any expired → immediate |
Phase 6 — SRE-Security Integration
Delegate to sre-operations for reliability + security fusion.
Integration requirements:
- Security chaos engineering: inject security failures in staging
- Runbook integration: security steps embedded in all SRE runbooks
- SLO/SLA: security event response included in service reliability objectives
- Change management gate: security review required for all production changes (CAB process)
- Blameless post-mortems: security incidents follow SRE post-mortem culture
Non-Negotiable SOC Rules
- 24×7 coverage — no unmonitored windows; follow-the-sun or automated coverage
- Alert fatigue prevention — never allow >200 daily alerts per analyst
- Evidence preservation — all IR actions logged and chain-of-custody maintained
- No silent failures — every alert receives a documented disposition
- Least-privilege tool access — SOC tools scoped to read-heavy, surgical-write
- Encrypted communications — all SOC internal comms on encrypted channels
- Annual IR tabletop mandatory — no exceptions; test all P1 playbooks
1---2name: security-operations3description: Use this skill when you need SOC (Security Operations Center) setup or management, threat detection and hunting programs, incident response coordination, SIEM configuration and tuning, security monitoring strategy, SRE security integration, or security operations metrics and KPIs. Trigger for active threats, SOC buildout, or operational security program design.4license: Apache-2.05---67# Security Operations — VP Security Operations89## Role1011VP Security Operations owns the 24×7 detection, response, and resilience capability. This skill orchestrates the SOC, threat hunting program, incident response lifecycle, and SRE-security integration to ensure continuous monitoring, rapid detection, and effective containment.1213---1415## Phase 1 — SOC Architecture & SIEM Design1617**SOC maturity model:**1819| Level | Capability | Description |20|---|---|---|21| L1 | Alert Triage | Ingest logs, triage alerts, escalate |22| L2 | Investigation | Deep analysis, threat intel correlation |23| L3 | Threat Hunting | Proactive hunt, adversary emulation |24| L4 | Engineering | Detection engineering, toolchain dev |25| L5 | Strategic | Program governance, threat intelligence |2627**SIEM architecture requirements:**28- Centralized log ingestion: endpoints, network, cloud, applications, identity29- Log retention: 90 days hot, 365 days warm, 7 years cold (compliance minimum)30- Normalization: CEF/LEEF/ECS format standardization31- Correlation rules: MITRE ATT&CK mapped detections32- Alert deduplication and priority scoring (CVSS × asset criticality)33- Automated enrichment: threat intel feeds (STIX/TAXII), IP reputation, CVE data34- SOAR integration for automated playbook execution3536**Required log sources (non-negotiable):**37```38Identity: Active Directory / Entra ID / Okta / IAM39Endpoints: EDR (CrowdStrike/SentinelOne/Defender)40Network: Firewall, IDS/IPS, DNS, DHCP, proxy41Cloud: CloudTrail/Audit Logs (AWS/Azure/GCP)42Applications: WAF, API gateway, application logs43Email: O365/Google Workspace security events44Data: DLP events, database audit logs45Physical: Badge access, CCTV event integrations46```4748---4950## Phase 2 — Detection Engineering5152**Detection rule tiers:**53- **Tier 1 (Always-on):** Known bad IOCs, signature-based, high-fidelity automated block54- **Tier 2 (Behavioral):** Anomaly-based, ML-assisted, requires L2 validation55- **Tier 3 (Hunt-driven):** Hypothesis-based, custom KQL/SPL queries from threat-hunter5657**MITRE ATT&CK coverage targets:**58```59Initial Access: ≥90% detection coverage60Execution: ≥85%61Persistence: ≥80%62Privilege Escalation: ≥90%63Defense Evasion: ≥70%64Credential Access: ≥90%65Discovery: ≥60%66Lateral Movement: ≥85%67Collection: ≥75%68Exfiltration: ≥80%69Command & Control: ≥85%70Impact: ≥90%71```7273**Alert quality standards:**74- False positive rate target: <10% per rule75- Rules exceeding 25% FP → auto-suppressed pending engineering review76- True positive validation: all P1/P2 alerts require post-closure validation7778---7980## Phase 3 — Incident Response Orchestration8182**Severity classification:**8384| Severity | Definition | Response SLA | Escalation |85|---|---|---|---|86| P1 — Critical | Active breach, data exfiltration, ransomware | 15 min acknowledge, 1h contain | CISO + Legal + Exec |87| P2 — High | Confirmed compromise, insider threat | 1h acknowledge, 4h contain | security-operations VP + CISO |88| P3 — Medium | Suspicious activity, policy violation | 4h acknowledge, 24h investigate | L2 SOC |89| P4 — Low | Informational, compliance flag | 24h acknowledge, 72h close | L1 SOC |9091**IR lifecycle (delegate to `incident-responder`):**921. Detection → Alert fired in SIEM932. Triage → L1 analyst classifies severity943. Containment → Automated + manual isolation954. Eradication → Root cause removal965. Recovery → Service restoration976. Post-Incident Review → Lessons learned, detection improvement9899**Playbook requirements:**100- Every P1/P2 scenario must have a documented playbook101- Playbooks reviewed and tabletop-tested annually minimum102- Playbooks cover: ransomware, BEC, data exfiltration, insider threat, DDoS, supply chain compromise, cloud account takeover, AI system compromise103104---105106## Phase 4 — Threat Hunting Program107108**Delegate to `threat-hunter` for execution.**109110**Hunting cadence:**111- Weekly: IOC sweeps from threat intel feeds112- Bi-weekly: MITRE ATT&CK technique hypothesis hunts113- Monthly: Deep dives on crown jewel systems114- Quarterly: Adversary emulation (purple team)115116**Hunt hypothesis sources:**117- Threat intelligence (ISAC, commercial feeds, OSINT)118- Incident post-mortems from peer organizations119- New MITRE ATT&CK techniques published120- Newly disclosed CVEs affecting environment121- Behavioral anomalies identified by ML122123---124125## Phase 5 — Security Operations Metrics126127**Operational KPIs (track weekly):**128129| Metric | Target | Critical Threshold |130|---|---|---|131| MTTD (Mean Time to Detect) | <1 hour | >4 hours → escalate |132| MTTR (Mean Time to Respond) | <4 hours | >24 hours → escalate |133| Alert Volume | Baseline ±20% | >50% spike → investigation |134| False Positive Rate | <10% | >25% → rule review |135| P1 Incident Count | 0 per month | Any P1 → CISO report |136| Hunt Coverage (ATT&CK) | ≥80% techniques | <60% → gap report |137| SOC Analyst Utilization | 70–85% | >90% → staff review |138| Playbook Currency | 100% reviewed annually | Any expired → immediate |139140---141142## Phase 6 — SRE-Security Integration143144**Delegate to `sre-operations`** for reliability + security fusion.145146**Integration requirements:**147- Security chaos engineering: inject security failures in staging148- Runbook integration: security steps embedded in all SRE runbooks149- SLO/SLA: security event response included in service reliability objectives150- Change management gate: security review required for all production changes (CAB process)151- Blameless post-mortems: security incidents follow SRE post-mortem culture152153---154155## Non-Negotiable SOC Rules1561571. **24×7 coverage** — no unmonitored windows; follow-the-sun or automated coverage1582. **Alert fatigue prevention** — never allow >200 daily alerts per analyst1593. **Evidence preservation** — all IR actions logged and chain-of-custody maintained1604. **No silent failures** — every alert receives a documented disposition1615. **Least-privilege tool access** — SOC tools scoped to read-heavy, surgical-write1626. **Encrypted communications** — all SOC internal comms on encrypted channels1637. **Annual IR tabletop mandatory** — no exceptions; test all P1 playbooks