latestSwagger 2.02026-08-1785142348.4 KB
91d06b6d9d65
Threats
# 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