v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Threat Intel

Updates existing IOC Set

Allows you to update the details of the existing IOC Sets and also to add new IOCs to IOC Sets.

patch/threatintel/v1/ioc-sets/{iocsetid}

Path parameters

iocsetidinteger required

Specify the IOC set ID to update the details.

Request body

descriptionstring

IOC Set description.

iocsstring[]

IOCs that needs to be added in IOC set

namestring

Name of the IOC Set.

sourcestring

Source of IOC Set.

Example request

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

Response

IOC Set updated successfully.