Skip to main content
GET

Authorizations

X-API-Key
string
header
required

API key in X-API-Key header

Query Parameters

ioc
string
required

The indicator value to look up. Accepts any type — IPv4/IPv6 address, domain, URL, MD5/SHA1/SHA256/SHA512 hash, CVE ID, MITRE technique ID, or email address.

Maximum string length: 2048
Example:

"110.36.30.112"

type
enum<string>

Override the auto-detected type. Useful for ambiguous values (e.g., a short hex string that could be a hash prefix or a domain).

Available options:
ipv4,
ipv6,
domain,
url,
md5,
sha1,
sha256,
sha512,
email,
cve,
mitre_attack
Example:

"ipv4"

Response

Lookup result. The data.found field is true when at least one source reported this IOC; false means we have no record (which is not the same as "safe").

meta
object
data
object