From asp
Manages ASP artifacts for cyber investigations: find by IOC/filters, create new ones, attach to alerts, save enrichments.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asp:asp-artifact-enThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill for artifact-centric investigation work on ASP.
Use this skill for artifact-centric investigation work on ASP.
list_artifacts for lookup and review.create_artifact when the user wants to add a new artifact record.attach_artifact_to_alert only after you already have an artifact row ID.create_enrichment plus attach_enrichment_to_target when the user wants to save analysis on the artifact
itself.asp-enrichment-en skill.list_artifacts.create_artifact.create_artifact when needed or retrieve an existing
artifact row ID, then call attach_artifact_to_alert.asp-enrichment-en
skill.list_artifacts.Preferred response structure:
| Artifact ID | Value | Type | Role | Owner | Reputation | Summary |
|---|
Then add one short interpretation line when useful.
create_artifact.Preferred response structure:
Artifact: created artifact row IDValue: the main artifact value when usefulNext useful step: optional, usually attach it to an alert or enrich italert_id.create_artifact for a new artifact or retrieve
the existing artifact first.attach_artifact_to_alert(alert_id=<alert_id>, artifact_rowid=<artifact_rowid>).alert_id only when the user wants alert attachment and did not provide it.artifact_id only when the user wants to enrich an existing artifact and did not provide it.npx claudepluginhub funnywolf/agentic-soc-platform --plugin ASPQueries ASP cyber security artifacts by IOC, value, type, role, owner, or reputation for investigations, pivoting, and enrichment attachment.
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.
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.