From asp
Saves structured analysis as enrichment in ASP and attaches to cases, alerts, or artifacts. Persists SIEM findings, threat intel, and investigation notes in cyber security workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asp:asp-enrichment-enThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when analysis results should be saved back into ASP as structured context.
Use this skill when analysis results should be saved back into ASP as structured context.
case, alert, or artifact.create_enrichment for a new result record.attach_enrichment_to_target only after you have the enrichment row ID.create_enrichment first.attach_enrichment_to_target.target_type and target_id.create_enrichment and keep the returned enrichment row ID.attach_enrichment_to_target(target_type=<target_type>, target_id=<target_id>, enrichment_rowid=<created_rowid>).Preferred response structure:
Target: target type and target IDEnrichment: created enrichment row IDAttachment: attached to targetNext useful step: optional, usually continue investigation, review the enriched object, or run follow-up automationtarget_type, target_id, and enrichment_rowid.attach_enrichment_to_target(target_type=<target_type>, target_id=<target_id>, enrichment_rowid=<enrichment_rowid>).target_type and target_id only when missing.npx claudepluginhub funnywolf/agentic-soc-platform --plugin ASPCreates and attaches structured enrichments to cases, alerts, or artifacts in ASP cyber security platform. Persists analysis, threat intelligence, and investigation context.
Unified SOC analyst workflow for CrowdStrike NGSIEM — triage alerts, investigate security events, hunt threats, and tune detections. Agent-delegated architecture: Haiku for mechanical tasks, Sonnet for substantive work, Opus for judgment.
Unified SOC analyst workflow for CrowdStrike NGSIEM — triage alerts, investigate security events, hunt threats, and tune detections. Use when triaging alerts, investigating detections, running daily SOC review, or tuning for false positives.