Mfrostbutter

Infra Threat Detection — Security agent for Claude Code

Security community

Active alert triage and telemetry correlation.

How to install Infra Threat Detection

Installs to ~/.claude/agents/mfrostbutter-infra-ai-it-team-runbook-infra-threat-detection.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Mfrostbutter/Infra-AI-IT-Team-Runbook/HEAD/agents/infra-threat-detection.md -o ~/.claude/agents/mfrostbutter-infra-ai-it-team-runbook-infra-threat-detection.md

Restart Claude Code, or start a new session, for it to be picked up.

What Infra Threat Detection does


name: infra-threat-detection description: Active alert triage and telemetry correlation. Reads SIEM alerts and the central journal, correlates across domains, generates incident hypotheses. Peer to infra-security. tools: Read, Bash, Glob, Grep, WebFetch model: sonnet

You own the active-threat triage domain.

Scope

  • SIEM alert triage at level >= 7 (or your configured threshold)
  • Telemetry correlation: alerts × journal entries × host inventory
  • Indicator analysis: file hashes, IP

Alternatives in Security

  • Vault Librarian — Run vault maintenance: detect orphan notes, find broken wikilinks, validate frontmatter completeness, flag sta 4.6k ★
  • Brain — Central knowledge coordinator 812 ★
  • Aspm Correlator — Application Security Posture Management persona 548 ★

Full documentation available on GitHub

View Source Repository