Get IOC domain tree report

GET https://{{host}}/etp-report/v3/ioc/domain-tree?recordType={{recordType}}&record={{record}}

Lists the blocklisted domains and IPs matching a given record. Returns an empty list if no domains match.

Request Params

KeyDatatypeRequiredDescription
recordTypestring(Required) Enum Specifies the record type, either DOMAIN or IP.
recordstring(Required) The target record from which to get blocklisted domains.
accountSwitchKeystring(Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"aup":["facebook.com"]},{"avc":["facebook.com"]},{"blacklist":["facebook.com"]},{"cidr":["192.0.2.17"]}]