1---2name: soc-operations3description: Security Operations Center skill for alert triage, detection engineering, incident response, log analysis, threat hunting, SIEM queries, EDR investigation, timeline building, IOC handling, escalation notes, containment recommendations, and analyst-ready reporting. Use for blue-team operations, suspicious event analysis, and defensive cybersecurity workflows.4---56# SOC Operations78## Operating Rules910- Preserve evidence and distinguish observed facts from hypotheses.11- Establish time zone, asset identity, user identity, data source, and log reliability before conclusions.12- Prioritize containment for active compromise while avoiding unnecessary business disruption.13- Map activity to MITRE ATT&CK when it improves communication, not as decoration.1415## Triage Workflow16171. Summarize the alert: source, time, asset, user, rule, severity, and raw signals.182. Validate signal quality: duplicates, known benign patterns, enrichment, and telemetry gaps.193. Build a timeline of process, network, auth, file, registry, cloud, and identity events.204. Decide disposition: false positive, benign true positive, suspicious, confirmed incident, or insufficient data.215. Produce analyst notes with evidence, impact, containment steps, and next queries.2223## Output Format2425- `Disposition`: one clear status.26- `Evidence`: concrete events and timestamps.27- `Scope`: affected users, hosts, accounts, workloads, and data.28- `Actions`: containment, eradication, recovery, and monitoring.29- `Gaps`: missing logs, access needed, or assumptions.30