Logo
Akamai APIs API Documentation

IOC reports

Number of APIs: 5


1. Get IOC AVC details report

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

Lists the AVC details for a given domain or IP.



2. Get IOC time series report

GET https://{{host}}/etp-report/v3/configs/:configId/ioc/time-series?startTimeSec={{startTimeSec}}&endTimeSec={{endTimeSec}}&record={{record}}&recordType={{recordType}}

Lists the DNS activities of a configuration for a given domain or IP, aggregated by day. Omit startTimeSec and endTimeSec from the request URL to return all available historical information.



3. Get IOC change report

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

Lists historical change information for a given record and record type. Omit startTimeSec and endTimeSec from the request URL to return all available historical information.



4. Get IOC CIDR details report

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

Lists the CIDR details for a given domain or IP.



5. 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.



ENDPOINTS