You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cortex XDR is the industry’s first extended detection and response platform that integrates network, endpoint, cloud, and third-party data to stop sophisticated attacks. Cortex XDR has been designed from the ground up to help organizations secure their digital assets and users while simplifying operations. Using behavioral analytics, it identifies unknown and highly evasive threats targeting your network. Machine learning and AI models uncover threats from any source, including managed and unmanaged devices.
4
4
5
-
This responder interacts with the Cortex XDR API to support three actions:
6
-
* Isolate an endpoint from the network. Prevents a suspected compromised system from causing any further harm to the network.
7
-
* Unisolate an endpoint that was previously isolated.
8
-
* Scan: initial a full scan of an endpoint.
5
+
This responder interacts with the Cortex XDR API to support the following actions:
9
6
10
-
The responder operates on a 'fqdn' or 'ip' case artifact (observable) from TheHive. The value of the FQDN should be the endpoint name as it appears in the Cortex XDR console.
7
+
**Endpoint actions** — operate on a `fqdn` or `ip` case artifact. The FQDN value should match the endpoint name as it appears in the Cortex XDR console.
8
+
***Isolate**: isolate an endpoint from the network to prevent a suspected compromised system from causing further harm.
9
+
***Unisolate**: reverse the isolation of a previously isolated endpoint.
10
+
***Scan**: initiate a full scan of an endpoint. Accepts multiple inputs at once if your observable is a multi-line value with one entry per line.
11
+
***Cancel Scan**: abort a running scan on an endpoint (only possible if the scan is in Pending or In Progress status).
12
+
***Initiate Forensics Triage**: trigger forensics collection on an endpoint. Requires the Forensics add-on license. An optional triage configuration preset UUID can be specified, otherwise the XDR default is used.
11
13
12
-
The responder accepts multiple inputs at once if your observable is multi-line value with one entry per line.
14
+
**Hash actions** — operate on a `hash` case artifact (SHA256).
15
+
***Block List**: add a file hash to the Cortex XDR block list. Accepts multiple inputs at once if your observable is a multi-line value with one hash per line.
16
+
***Allow List**: add a file hash to the Cortex XDR allow list. Accepts multiple inputs at once if your observable is a multi-line value with one hash per line.
17
+
***Restore File**: restore a quarantined file on all endpoints where it was quarantined. Operates on a single hash observable.
18
+
19
+
For Isolate and Unisolate, the responder can be configured to accept multi-line observables (one entry per line) by enabling `allow_multiple_isolation_targets` in the responder configuration. This is disabled by default as a safety mechanism.
0 commit comments