Terminology Index

Glossary

1801 terms

Open concept maps

Showing 1249-1280 of 1801 terms

P
27

Process ID

A unique number an operating system assigns to a running process, used to identify and reference it. Defenders use PIDs to follow specific processes through investigation and to correlate events to the same execution.

A process ID (PID) is the OS-assigned identifier for a running process; it lets tools, logs, and humans refer to a specific instance unambiguously. For defenders, PIDs are the thread that ties together events about one execution, when one process spawned, what it did, what it spawned, what it touched. Reading PIDs (and their relationship to parent PIDs) is foundational to interpreting process telemetry and reconstructing activity during investigations.

Introduced in: Operating Systems for Defenders

Examples

  • Following a PID through process and event logs during investigation.
  • Correlating events on the same PID to one execution.
  • Recording parent and child PIDs to reconstruct activity.

No related terms linked yet.

Q
5