Terminology Index
Glossary
1801 terms
Showing 1121-1152 of 1801 terms
Parent Process
The process that created another process. Parent-child relationships are crucial context for defenders, since unusual parentage (like a document spawning a command shell) is a strong indicator of malicious activity.
Every process is created by a parent, and the parent-child chain is rich detection context: legitimate software has predictable parentage, so anomalies stand out, an office document spawning a scripting shell, a web server spawning a command interpreter, or a benign process with an unexpected parent. Examining parent processes (and the wider process tree) helps defenders judge whether execution is suspicious and is central to behavioral detection and investigation on endpoints.
Introduced in: Operating Systems for Defenders
Examples
- Flagging a document process spawning a command shell as suspicious.
- Checking a process's parent to judge whether it's legitimate.
- Spotting a web server spawning an interpreter as a sign of compromise.
No related terms linked yet.
