⚠️ Get Events Associated with a Given Process
POST {{cb_url}}/threathunter/search/v1/orgs/{{cb_org_key}}/events/_search
Returns all events associated with the required parameter cb.process_guid
.
RBAC Permissions Required
Permission (.notation name) | Operation(s) |
---|---|
threathunter.events | READ |
Request Body
{"search_params"=>{"q"=>"*:*", "cb.process_guid"=>"{{cb_process_guid}}"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |