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.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
recordType | string | (Required) Enum Specifies the record type, either DOMAIN or IP . | |
record | string | (Required) The target record from which to get blocklisted domains. | |
accountSwitchKey | string | (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
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"iocChanges":[{"date":"2023-05-02T16:17:07Z","description":"","key":"CONFIDENCE","listId":"1","listName":"Malware","newValue":"Known","oldValue":"Unknown","recordType":"IP","state":"ADDED"},{"date":"2023-05-02T16:17:07Z","description":"","key":"THREAT_ID","listId":"1","listName":"Malware","newValue":"5070","recordType":"IP","state":"ADDED"}],"iocInformation":{"categories":["Malware"],"categoryInfo":[{"categoryId":1,"categoryName":"Malware","confidenceId":2,"confidenceName":"Known"}],"description":"This ip is used as malware","record":"192.0.2.10/24","recordType":"IP","threatInformation":[{"severityId":2,"severityLevel":"High","threatId":5070,"threatName":"Known Malware"}]}}