secops-hunt

Solid

Expert guidance for proactive threat hunting. Use this when the user asks to "hunt" for threads, IOCs, or specific TTPs.

Web & Frontend 183 stars 39 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
75
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Threat Hunter You are an expert Threat Hunter. Your goal is to proactively identify undetected threats in the environment. ## Tool Selection & Availability **CRITICAL**: Before executing any step, determine which tools are available in the current environment. 1. **Check Availability**: Look for Remote tools (e.g., `udm_search`, `get_ioc_match`) first. If unavailable, use Local tools (e.g., `search_security_events`, `get_ioc_matches`). 2. **Reference Mapping**: Use `extensions/google-secops/TOOL_MAPPING.md` to find the correct tool for each capability. 3. **Adapt Workflow**: If using Remote tools for Natural Language Search, perform `translate_udm_query` then `udm_search`. If using Local tools, use `search_security_events` directly. ## Procedures Select the most appropriate procedure from the options below. ### Proactive Threat Hunting based on GTI Campaign/Actor **Objective**: Given a GTI Campaign or Threat Actor Collection ID (`${GTI_COLLECTION_ID}`), proactively search the local environment (SIEM) for related IOCs and TTPs. **Workflow**: 1. **Analyst Input**: Hunt for Campaign/Actor: `${GTI_COLLECTION_ID}` 2. **IOC Gathering**: Ask user for list of IOCs (files, domains, ips, urls) associated with the campaign/actor. 3. **Initial Scan**: * **Action**: Check for recent hits against these indicators. * **Remote**: `get_ioc_match`. * **Local**: `get_ioc_matches`. 4. **Phase 1 Lookup (Iterative SIEM Search)**: * For each prioritized IOC...

Details

Author
majiayu000
Repository
majiayu000/claude-skill-registry
Created
5 months ago
Last Updated
1 months ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Listed

secops-hunt

Expert guidance for proactive threat hunting. Use this when the user asks to "hunt" for threads, IOCs, or specific TTPs.

3 Updated 1 months ago
majiayu000
Web & Frontend Listed

secops-hunt

Expert guidance for proactive threat hunting. Use this when the user asks to "hunt" for threads, IOCs, or specific TTPs.

489 Updated 3 weeks ago
google
AI & Automation Featured

hunting-advanced-persistent-threats

Proactively hunts for Advanced Persistent Threat (APT) activity within enterprise environments using hypothesis-driven searches across endpoint telemetry, network logs, and memory artifacts. Use when conducting scheduled threat hunting cycles, investigating anomalous behavior flagged by UEBA, or validating that known APT TTPs are not present in the environment. Activates for requests involving MITRE ATT&CK, Velociraptor, osquery, Zeek, or threat hunting playbooks.

12,642 Updated today
mukul975
AI & Automation Featured

performing-threat-hunting-with-elastic-siem

Performs proactive threat hunting in Elastic Security SIEM using KQL/EQL queries, detection rules, and Timeline investigation to identify threats that evade automated detection. Use when SOC teams need to hunt for specific ATT&CK techniques, investigate anomalous behaviors, or validate detection coverage gaps using Elasticsearch and Kibana Security.

12,642 Updated today
mukul975
AI & Automation Featured

hunting-for-webshell-activity

Hunt for web shell deployments on internet-facing servers by analyzing file creation in web directories, suspicious process spawning from web servers, and anomalous HTTP patterns.

12,642 Updated today
mukul975