v1
latestSwagger 2.02026-08-0484141342.3 KBThreats
# Create Process
Creates custom processes with given arguments
post/v1/threat-library/processes
Request body
Example request
{
"argument": "stop WinDefend",
"comment": "Stops Windows Defender service",
"file_ids": [
1000001
],
"output": "\"\"",
"path": "C:\\\\Windows\\\\System32\\\\sc.exe",
"process_type": "play",
"timeout": 120000
}Response
ProcessCreateReturnResponse