Get IOC details report

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

Lists the IOC details for a given domain or IP.

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.
includeChangesstring(Optional) Whether to include the iocChanges array in the response. Defaults to true.
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

{"iocChanges":[{"date":"2020-03-31T00:00:00Z","description":"First tracked","recordType":"DOMAIN","state":"ADDED"},{"date":"2020-04-18T00:00:00Z","description":"No longer tracked","recordType":"DOMAIN","state":"REMOVED"}],"iocInformation":{"badUrls":[{"badUrls":null,"categoryId":1,"categoryName":"Malware"}],"record":"facebook.com","recordType":"DOMAIN"}}