What is an indicator of compromise?
An indicator of compromise (IOC) is an observable artifact — such as a malicious IP address, domain name, or file hash — that signals a potential intrusion or active threat. IOCs are the raw material of threat hunting: by matching them against your environment, you identify systems that may have been targeted or compromised.Supported IOC types
SOC Defenders enriches the following indicator types:What the enrichment returns
For each indicator you look up, SOC Defenders returns:- AI risk score — a 0–100 score reflecting the indicator’s assessed maliciousness
- Confidence — low, medium, or high confidence in the risk assessment
- MITRE ATT&CK technique mapping — one or more techniques associated with the indicator’s observed behavior
- Splunk hunting query — a search query you can paste directly into Splunk to hunt for the indicator in your environment
- KQL hunting query — an equivalent query for Microsoft Sentinel / Log Analytics
Performing a lookup
Via the platform UI
Navigate to any article that references an IOC. Extracted indicators appear on the article detail page; click any IOC to open the enrichment panel.Via the API
Send aGET request to /api/v1/lookup with the indicator value as a query parameter. Include your API key in the Authorization header.
IOC feed filtering
When working with the full IOC feed (GET /api/v1/iocs), you can narrow results using these parameters:
Free tier accounts have a 1-day lookback period. Pro accounts have access to a 365-day lookback.