v1

latestSwagger 2.02026-08-0484141342.3 KB
Threats

# Create Process

Creates custom processes with given arguments

post/v1/threat-library/processes

Request body

argumentstring

Argument

codeinteger

Expected exit code, part of the process success condition

commentstring

Comment

delayinteger

Delay

file_idsinteger[]

FileIds

is_asyncboolean

Is Asynchronous

is_blockedboolean

Is Blocked

outputstring

Output

pathstring

Path

process_typestring

ProcessType can be play or rewind

success_cond_existboolean

Success Condition Exist

timeoutinteger

Timeout

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