一键导入
map-attack
Use when mapping a CVE to MITRE ATT&CK framework tactics and techniques. Supports both Enterprise and ICS ATT&CK matrices.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when mapping a CVE to MITRE ATT&CK framework tactics and techniques. Supports both Enterprise and ICS ATT&CK matrices.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use when generating security operations metrics and KPIs — from local enrichment/review artifacts AND from Jira ground truth via the jr CLI (SLA compliance, cycle time, backlog health, alert storms, workload, disposition mix).
Use when measuring how much analyst time is spent populating/maintaining Jira tickets, or baselining ticket volume per client/type/month. Reconstructs work sessions from ticket event timestamps (creation, field edits, comments) — works with empty worklogs.
Use when alert severity/criticality exist only as text in analyst worksheet comments (no native Jira field) — extracts them with whitelisted regex over ADF comment bodies and reports coverage.
Use when modeling annual ticket-administration cost for an existing client or a prospect — OSINT T-shirt sizing, analog selection, and Low/Base/High cost scenarios from measured effort priors.
Use when checking an external or automated metrics report (dashboards, colleague spreadsheets, tool-generated counts) against Jira ground truth — window archaeology, boundary-noise tolerance, and derived-column detection.
Opt in to the SecOps Factory companion for this project. Writes .claude/settings.local.json to set the orchestrator (Morgan, the SOC Operations Coordinator) as the default main-thread agent. Reversible via /secops-factory:deactivate.
基于 SOC 职业分类
| name | map-attack |
| description | Use when mapping a CVE to MITRE ATT&CK framework tactics and techniques. Supports both Enterprise and ICS ATT&CK matrices. |
| argument-hint | <cve-id> |
Map a CVE to MITRE ATT&CK framework tactics and techniques.
Collect: CVE ID, vulnerability type (RCE, SQLi, XSS, etc.), CVSS vector, affected product.
Using ${CLAUDE_PLUGIN_ROOT}/data/mitre-attack-mapping-guide.md:
If target environment is ICS/SCADA/OT:
attack_mapping:
tactics: ['Initial Access', 'Execution']
techniques:
- id: 'T1190'
name: 'Exploit Public-Facing Application'
confidence: 'CONFIRMED'
- id: 'T1059'
name: 'Command and Scripting Interpreter'
confidence: 'INFERRED'
detection_recommendations:
- 'Monitor for exploitation attempts against public-facing services'
ics_techniques: [] # Populated if ICS context
${CLAUDE_PLUGIN_ROOT}/data/mitre-attack-mapping-guide.md