From asp
Investigates ASP SIEM logs with schema exploration to find indices/fields, keyword searches by IOCs, and adaptive queries for exact filters/aggregations. Use for structured hunts or evidence from alerts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asp:asp-siem-enThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill for SIEM investigation on ASP. This skill should guide search strategy and evidence collection.
Use this skill for SIEM investigation on ASP. This skill should guide search strategy and evidence collection.
siem_explore_schema when the user does not know the right index or fields.siem_keyword_search when the user has one or more strong keywords and needs matching events.siem_adaptive_query when the user already knows the target index and wants exact field filters or statistics.get_current_time first and derive a workable UTC range from the
returned local time with timezone.siem_explore_schema.siem_keyword_search immediately.get_current_time, derive a workable UTC range from the returned
local time with timezone, then continue.siem_adaptive_query.index_name; otherwise search broadly first or explore schema.@timestamp.siem_explore_schema() first.siem_explore_schema(target_index=<index>).Z.siem_keyword_search.index_name, UTC time range, and at least one exact filter or explicit aggregation goal.aggregation_fields only when the user wants prevalence, top-N statistics, or grouped scoping.siem_adaptive_query.Preferred refinement actions:
index_name when broad search returns too much irrelevant data.siem_adaptive_query when the user has learned enough field structure to stop using keyword search.Use these patterns when helpful:
IOC pivot: start with one IOC, then add host, user, process, or action from returned records.Alert follow-up: search with the alert artifact plus the alert time window, then tighten around first and last seen.User activity check: start with username plus narrow time range, then pivot to source IP, host, and action.Infrastructure pivot: start with IP or hostname, then pivot to related users, processes, and destinations.Stop refining when one of these is true:
Always explain what the search means, not only what it returned.
Preferred response structure:
all| Backend | Status | Total Hits | Index Distribution | Meaning |
|---|
index_name only when broad search is likely wasteful, the user already hints at a known source, or adaptive
query is the right tool.Z.siem_explore_schema before guessing.npx claudepluginhub funnywolf/agentic-soc-platform --plugin ASPInvestigates ASP SIEM data via schema exploration, keyword/IOC searches, and adaptive field queries with filters/aggregations. Useful for finding indexes/fields, log hunts, and evidence pivots.
Executes threat hunting queries using SentinelOne PowerQuery on Singularity Data Lake, explains pipeline syntax, manages time ranges with get_timestamp_range and iso_to_unix_timestamp, analyzes results.
Develop, optimize, and troubleshoot CrowdStrike LogScale (Humio) security detection queries using CQL syntax. Use when writing LogScale queries, building security detections, creating threat hunting rules, fixing CQL syntax errors, working with CrowdStrike EDR/Falcon security monitoring, or building behavioral rules with the correlate() function. Handles case statements, risk categorization, multi-event correlation, investigation playbooks, and actionable security outputs.