Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
daemon-blockint-tech avatar

Defensive Security Analyst

  • 28 installs
  • 7 repo stars
  • Updated May 20, 2026
  • daemon-blockint-tech/agentic-enteprises-skill

Runs defensive security analysis: alert triage, SIEM investigation, threat hunting, detection engineering, ATT&CK mapping, and DFIR evidence handling.

About

An agent skill for defensive security analysis, covering alert triage, log and SIEM investigation, threat hunting, detection engineering basics, MITRE ATT&CK mapping, and DFIR evidence handling. A blue-team analyst uses it when investigating alerts, writing detection rules, tuning false positives, or building timelines.

  • Alert triage, log/SIEM investigation, and false-positive tuning
  • MITRE ATT&CK mapping and DFIR evidence handling

Defensive Security Analyst by the numbers

  • 28 all-time installs (skills.sh)
  • Ranked #1,512 of 2,203 Security skills by installs in the Skillselion catalog
  • Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/daemon-blockint-tech/agentic-enteprises-skill --skill defensive-security-analyst

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs28
repo stars7
Last updatedMay 20, 2026
Repositorydaemon-blockint-tech/agentic-enteprises-skill

What it does

Runs defensive security analysis: alert triage, SIEM investigation, threat hunting, detection engineering, ATT&CK mapping, and DFIR evidence handling.

Files

SKILL.mdMarkdownGitHub ↗

Defensive Security Analyst

When to Use

  • Triage security alerts from SIEM, EDR, identity, cloud, network, or email systems
  • Investigate suspicious activity and build an evidence-backed timeline
  • Tune detections, reduce false positives, or map behavior to MITRE ATT&CK
  • Run threat hunts from hypotheses, indicators, or recent incident patterns
  • Package findings, IOCs, and containment recommendations for incident command

When NOT to Use

  • Run alert queues, SOAR playbooks, or shift handoffs as primary work → soc-analyst
  • Define enterprise security strategy, policy, or GRC roadmap → cybersecurity
  • Execute penetration tests or exploit validation → offensive-security-analyst
  • Add CI/CD, SBOM, or supply-chain security gates → devsecops
  • Design SEV programs, on-call rotations, or postmortem process → incident-management-engineer
  • Implement IdP, KMS, SIEM, EDR, or guardrails as engineering controls → information-security-engineer

Related skills

NeedSkill
SOC queue triage, playbooks, shift turnoversoc-analyst
Security program, GRC, architecturecybersecurity
Pipeline and IaC securitydevsecops
Rollout during active incidentdeployment-strategist
Platform logs and infra forensicsinfrastructure-engineer
Incident comms documentationtech-writer-researcher
Authorized pentest or red-team executionoffensive-security-analyst
Incident commander process, SEV, postmortemsincident-management-engineer

Core Workflows

1. Alert triage

Triage in order (first 15 minutes):

1. Validate alert — true positive vs false positive vs benign true positive 2. Scope — single host, user, tenant, or org-wide? 3. Severity — active exploitation vs recon vs policy violation 4. Priority — data class, exposure, privilege level of actor 5. Assign — owner, escalate to IR lead if SEV1–2

OutcomeNext step
False positiveTune detection; document FP reason
Benign TPClose with justification; optional allowlist
True positiveOpen incident; begin investigation

See `references/alert_triage.md` for severity matrix and escalation.

2. Investigation and timeline

collect sources → normalize UTC timeline → identify IOCs → map ATT&CK → hypothesis → validate

Primary sources: EDR, auth logs (IdP), proxy/DNS, firewall, cloud audit (CloudTrail etc.), email gateway, DLP.

Timeline fields: timestamp UTC, host/user, action, source log, analyst note.

See `references/investigation_timeline.md` for query patterns and correlation tips.

3. Detection engineering (analyst-facing)

When creating or tuning detections:

1. Define threat behavior in plain language 2. Map to MITRE ATT&CK tactic/technique 3. Specify data source and required fields 4. Write detection logic (Sigma-style or SIEM SPL/KQL) 5. Estimate false positive rate; test on 7–30 days historical data 6. Document response playbook link

See `references/detection_engineering.md` for rule template and tuning loop.

4. Threat hunting

Hunt hypothesis format: "If adversary [objective], we might see [observable] in [data source]."

1. Pick hypothesis from intel, recent incidents, or ATT&CK gap 2. Run hunts across SIEM/data lake 3. Pivot on entities (user, IP, hash, domain) 4. Document negative results (still valuable)

See `references/threat_hunting.md` for hunt cycles and pivot table.

5. Containment and handoff

Recommend containment only with approval per runbook:

ActionWhen
Disable user sessionCompromised credentials
Isolate host (EDR network containment)Active malware/C2
Block IOC at proxy/firewallConfirmed malicious comms
Revoke OAuth/app tokensToken theft

Preserve evidence before destructive actions when possible (memory/disk snapshot per policy).

Hand off to IR lead: timeline, IOCs, affected assets, recommended containment, open questions.

See `references/containment_handoff.md` for IR handoff template and evidence checklist.

6. Reporting

Analyst finding summary:

  • Executive: 2–3 sentences impact and status
  • Technical: timeline, IOCs, root cause hypothesis, evidence refs
  • Actions: containment taken, detections added, tickets opened

Redact PII per policy; store raw logs in secure case folder.

See `references/investigation_timeline.md` for report outline.

When to load references

  • Alert triage and severityreferences/alert_triage.md
  • Investigation and reportingreferences/investigation_timeline.md
  • Detections and tuningreferences/detection_engineering.md
  • Threat huntingreferences/threat_hunting.md
  • Containment and IR handoffreferences/containment_handoff.md

Related skills

Securityauditappsec

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.