Skip to main content
POST
Create Blacklisted Process Rule

Authorizations

Authorization
string
header
required

Standard HTTP Bearer token authentication header (e.g. Authorization: Bearer pk_live_...).

Body

application/json
process_name
string
required

Process filename (e.g. CheatEngine.exe, fiddler.exe).

Example:

"x64dbg.exe"

is_active
boolean
default:true
severity
enum<string>
default:suspicious
Available options:
suspicious,
ban
Example:

"ban"

description
string

Context note on why this process is flagged.

Example:

"Disassembler and debugger process"

Response

Blacklist rule added.

success
boolean
Example:

true

data
object