Terminology Index
Glossary
1801 terms
Showing 1249-1280 of 1801 terms
Process Tree
The hierarchy of processes and their parents on a system, showing which process spawned which. Reading the tree gives crucial context for detection and investigation by exposing unusual lineage.
A process tree visualizes the parent-child relationships among processes on a system. Defenders use it to judge whether execution is legitimate, expected applications have predictable trees, while attacker activity often shows odd lineage (a document spawning a shell that spawns PowerShell that spawns a network tool). Reading and reasoning about process trees is a foundational endpoint-defense skill, essential to triaging endpoint alerts and reconstructing intrusions during investigation.
Introduced in: Operating Systems for Defenders
Examples
- Tracing a suspicious child process back through its parents in the tree.
- Spotting a malicious lineage like document → shell → PowerShell → networking tool.
- Reading the tree to judge whether execution is legitimate.
No related terms linked yet.
