Skip to main content
The /api/v1/lookup endpoint enriches a single indicator of compromise with contextual threat intelligence. For a given IP address, domain, URL, or file hash, it returns an AI-generated risk score, associated MITRE ATT&CK techniques, the source feeds that have reported the indicator, and auto-generated detection queries ready to deploy in Splunk or Microsoft Sentinel. Use this endpoint for on-demand triage during an investigation or to enrich alerts in your SOAR playbook.

Request

Method: GET
URL: https://socdefenders.ai/api/v1/lookup
Auth: Required — Authorization: Bearer sk_live_YOUR_KEY
Tier: Free

Query parameters

string
required
The indicator value to enrich (e.g. 192.0.2.1, evil.com, a file hash).
string
IOC type hint for disambiguation. One of: ipv4, ipv6, domain, url, md5, sha1, sha256, cve, mitre-attack, email. Providing this speeds up resolution when a value is ambiguous.

Example request

Response

Response fields

string
The indicator value that was queried.
string
The detected or specified IOC type (e.g. ipv4, domain, sha256).
string
AI-generated risk rating for this indicator. One of: critical, high, medium, low.
string
Confidence level assigned by the source feed(s). One of: high, medium, low.
array
MITRE ATT&CK techniques associated with this indicator.
object
Auto-generated detection queries for common SIEM platforms.
array
List of source feeds that have reported this indicator.

Error responses

If your API key is missing or invalid, the API returns a 401 Unauthorized response:
See Authentication for the full error code reference.