Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Remediation

Response actions on the endpoint: kill a process, quarantine a file, isolate the host from the network. An action runs only from a verified signed Command or an autonomous local verdict, and every action is audited.

Sequence

Actions

ActionModuleWhat it does
Killremediation/kill.rsTerminates the target process (and optionally its tree).
Quarantineremediation/quarantine.rsMoves the file into a protected QuarantineStore and neutralizes it.
Isolate / unisolateremediation/isolation.rsDrives the driver’s WFP-based host network isolation.

Isolation is enforced in the kernel: the executor issues NETWORK_ISOLATE / NETWORK_UNISOLATE IOCTLs to AnyOneKcallback, with SET_LIFELINE allow-listing the addresses the agent needs to keep talking to the gateway (so an isolated host can still receive the un-isolate command). See Kernel Drivers.

Gating & audit

remediation/verdict.rs decides whether an action is warranted; remediation/executor.rs performs it; remediation/audit.rs records the outcome. Server-dispatched actions arrive verified via Command Trust and report back a CommandResult up the Control Channel; autonomous actions (e.g. a local Malicious verdict from Static Analysis) run under policy without a round trip.