masriyan/gemini-security-skills · Archived

soc-operations

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.

Installation

$ npx skills add masriyan/gemini-security-skills --skill soc-operations

Summary

  • 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.

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from masriyan/gemini-security-skills · top by installs.

npx skills add masriyan/gemini-security-skills

Browse all from masriyan/gemini-security-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 3
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,571 B
  • docs SUMMARY.md 382 B

History

  1. First recorded snapshot · 1 installs

SKILL.md

SOC Operations

Operating Rules

  • Preserve evidence and distinguish observed facts from hypotheses.
  • Establish time zone, asset identity, user identity, data source, and log reliability before conclusions.
  • Prioritize containment for active compromise while avoiding unnecessary business disruption.
  • Map activity to MITRE ATT&CK when it improves communication, not as decoration.

Triage Workflow

  1. Summarize the alert: source, time, asset, user, rule, severity, and raw signals.
  2. Validate signal quality: duplicates, known benign patterns, enrichment, and telemetry gaps.
  3. Build a timeline of process, network, auth, file, registry, cloud, and identity events.
  4. Decide disposition: false positive, benign true positive, suspicious, confirmed incident, or insufficient data.
  5. Produce analyst notes with evidence, impact, containment steps, and next queries.

Output Format

  • Disposition: one clear status.
  • Evidence: concrete events and timestamps.
  • Scope: affected users, hosts, accounts, workloads, and data.
  • Actions: containment, eradication, recovery, and monitoring.
  • Gaps: missing logs, access needed, or assumptions.