D3-PS

Evict
Process Suspension

Definition

Suspending a running process on a computer system.

How it works

A running process might be suspended to mitigate its immediate effects if it is exhibiting anomalous, unauthorized, or malicious behavior. Defenders may choose to suspend rather than terminate to analyze the process first and resume the process if deemed benign.

System-provided functions

Windows tools

In Windows, the `PsSuspend` command line utility from the SysInternals Suite provides functionality to suspend processes on a local or remote system.

Artifact Relationships

This defensive technique relates to specific digital artifacts.

suspends
Process Suspension
Process

References

Reference - PsSuspend - Microsoft