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

Endpoint Security

Purpose

Unified endpoint detection + user/entity behaviour analytics: process tree analysis, persistence mechanisms, memory forensics, behavioural baselines, insider-threat scoring, impossible-travel detection, and peer-group deviation.

MCP Domains

DomainDescription
uebaUser/entity behavioural baselines, anomaly scoring
edrEndpoint telemetry, process analysis
siemLog search, event correlation
malwareYARA scanning integration

Tools

ToolDescription
isolate_endpointNetwork isolation of endpoint
scan_endpointTrigger endpoint scan
search_logsQuery SIEM for endpoint events
correlate_eventsCross-reference endpoint events
hunt_lolbinsLOLBin detection on endpoints
baseline_deviationDetect deviation from user/entity baseline
user_risk_scoreCalculate composite user risk score

Input schema

{
"entity_id": "string",
"endpoint_id": "string",
"analysis_type": "edr | ueba | both",
"time_range": {"start": "ISO8601", "end": "ISO8601"}
}

Output schema

{
"entity_id": "string",
"risk_score": "float",
"endpoint_id": "string",
"threat_indicators": ["string"],
"behavioral_anomalies": [
{
"type": "string",
"description": "string",
"deviation_zscore": "float"
}
],
"process_tree": {
"pid": "int",
"name": "string",
"children": []
},
"mitre_techniques": ["string"],
"recommended_response_actions": ["string"],
"investigation_timeline": [
{"timestamp": "ISO8601", "event": "string"}
]
}

Memory config

ParameterValue
sliding_window40
enable_episodictrue
enable_threat_inteltrue
auto_persist_interval15

Allow-list

ueba, edr, siem, malware