v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Threat Intel

Creates a new IOC set.

Creates a new IOC Set.

post/threatintel/v1/ioc-sets

Request body

descriptionstring

IOC set description.

iocType'hash' | 'ext' required

IOc set type, can be either hash / extension.

iocsstring[] required

IOCs that needs to be added in IOC set.

namestring required

IOC set name

sourcestring

Source of IOC set.

Example request

{
  "description": "IOC set decription",
  "iocType": "hash",
  "iocs": [
    "077eb3024604928da9a5c70c0efefd805819e7da"
  ],
  "name": "Black cat IOCs",
  "source": "IOCs of black cat ramsomware"
}

Response

IOC Set created successfully.