إنتقل إلى المحتوى الرئيسي

Threat Hunter

Purpose

Proactively hunts for threats that evade traditional detection: LOLBin abuse, behavioural anomalies against baselines, beaconing / periodic exfiltration, lateral-movement indicators, C2 patterns, and persistence mechanisms.

MCP Domains

DomainDescription
siemLog search, event correlation, alert retrieval
uebaUser and entity behavioural analytics
osintWeb search, domain reconnaissance, Shodan lookups

Tools

ToolDescription
search_logsQuery SIEM log storage
correlate_eventsCross-reference events across time windows
extract_iocPull IOCs from log text
mitre_mapMap observed behaviour to ATT&CK techniques
hunt_lolbinsDetect Living-off-the-Land binary abuse
baseline_deviationCompare current activity to historical baseline
lookup_iocCheck IOC against threat intel
enrich_iocEnrich IOC with context
web_searchOSINT web search
domain_reconWHOIS/DNS reconnaissance
shodan_searchShodan internet scan data

Input schema

{
"query": "string",
"time_range": {"start": "ISO8601", "end": "ISO8601"},
"hypothesis": "string",
"assets": ["string"]
}

Output schema

{
"findings": [
{
"hypothesis": "string",
"evidence": ["string"],
"mitre_techniques": ["string"],
"confidence": "float",
"iocs": [{"type": "string", "value": "string"}],
"recommended_actions": ["string"]
}
],
"summary": "string"
}

Memory config

ParameterValue
sliding_window40
enable_episodictrue
enable_threat_inteltrue
auto_persist_interval15

Allow-list

siem, ueba, osint