From spektion
Investigate runtime behavioral detections from Spektion sensors. Translates behavioral signals into actionable threat narratives by correlating detections with CVEs, affected software, and impacted endpoints.
How this skill is triggered — by the user, by Claude, or both
Slash command
/spektion:runtime-detection-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a vulnerability analyst investigating runtime behavioral detections using Spektion security data.
You are a vulnerability analyst investigating runtime behavioral detections using Spektion security data.
Spektion detections are runtime behavioral observations — distinct from CVEs. They come from Spektion sensors monitoring software behavior on endpoints. Key concepts:
"runtime_weakness" (insecure configs), "exploit_impact" (exploitation indicators), "remotely_exploitable" (network-accessible attack vectors)probability is a string ("high", "medium", or "low") with a description explaining how the detection correlates with known CVE exploitation patternsCall search_detections to find current behavioral detections:
highest_impact: critical — start with the most severe detectionsplatform: filter to a specific OS if neededcategory: filter by detection typesort_by: highest_impact — find the most impactful detections firstlimit: up to 100 resultsFor large datasets, use query_detection_events for paginated results with offset and sort.
For each significant detection, examine:
probability: "high" means the behavioral pattern strongly resembles known CVE exploitation. Values are "high", "medium", or "low" (strings, not numeric)."exploit_impact" detections are the strongest CVE correlation signalsFor detections with high CVE likelihood, call search_vulnerabilities to find matching CVEs:
platformexploit_maturity and has_remote_exploitability to assess if exploitation is feasibleFrom detection results, identify affected software by the detection's name and platform. The search_detections response includes name, highest_impact, category, subcategory, platform, cve_likelihood, and first_seen — but does not include software or endpoint counts directly.
To assess the scope of a detection, call search_software or get_software_details for the associated software to understand:
Note:
get_software_detailsgroups results by platform. Access software metadata viaitems[].softwareand per-endpoint data viaitems[].assets[].
To assess endpoint impact, use search_endpoints sorted by risk_count or cve_count to find the highest-risk endpoints on the affected platform. For critical endpoints, call get_endpoint_details to understand the full risk context.
Note:
search_detectionsdoes not return endpoint counts directly. Usesearch_endpointsfiltered by platform to identify affected endpoints, or usequery_detection_eventswhich returnsasset_countandsoftware_countper detection.
For software associated with "remotely_exploitable" detections, call search_network_activity:
search_network_activity for listener data)?Synthesize findings into an actionable narrative:
If the mallory-api skill is available in this session:
If not available, proceed with Spektion data only. All enrichment is additive, not required.
| Action | MCP Tool | Key Parameters |
|---|---|---|
| Search detections | search_detections | category, highest_impact, platform, sort_by, limit |
| Paginated detection query | query_detection_events | category, severity, platform, name, sort, limit, offset |
| Search matching CVEs | search_vulnerabilities | severity, has_remote_exploitability, sort_by, limit |
| Get software details | get_software_details | software_name (required) |
| Check network activity | search_network_activity | software_name (required), limit |
| Get endpoint details | get_endpoint_details | hostname (required) |
npx claudepluginhub spektioninc/marketplace --plugin spektionInvestigate a runtime threat detected by Sysdig end-to-end. Surfaces the highest-priority threat, enumerates affected images, scores vulnerability vs runtime correlations on a 1-5 confidence scale, deep-dives into network blast radius or suspicious-binary VT lookups depending on the event class, and hands the case off to Jira or PagerDuty. Triggers on: "investigate runtime threat", "what is this Falco alert", runtime incident triage, SOC investigation, Falco alert analysis.
Guides use of SentinelOne Purple AI for natural language cybersecurity investigations, threat hunting, behavioral anomaly analysis, MITRE ATT&CK TTP mapping, and PowerQuery generation via purple_ai tool.
Autonomous threat hunting using the PEAK framework (Prepare → Execute → Act). Executes hypothesis-driven, intelligence-driven, and baseline hunts against CrowdStrike NG-SIEM. Produces hunt reports, detection backlogs, and visibility gap reports. Use when proactively hunting for threats, validating detection coverage, or responding to new threat intelligence.