v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBThreat 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
Example request
{
"description": "IOC set decription",
"iocs": [
"077eb3024604928da9a5c70c0efefd805819e7da"
],
"name": "Black cat IOCs",
"source": "IOCs of black cat ramsomware"
}Response
IOC Set updated successfully.