Definition
Identification of suspicious processes executing on an end-point device by examining the ancestry and siblings of a process, and the associated metadata of each node on the tree, such as process execution, duration, and order relative to siblings and ancestors.
How it works
Process tree analysis techniques gather information on how a process was initiated to determine if a process is malicious. For example, if a process was not initiated from boot or not initiated by another process, that process is identified as suspicious. Also, if a new process was started before a process initiated by the device (ex. during boot) and that new process was not initiated by a user (which can be determined by examining process parameters such as type of process, its creator, source, etc.) the process is identified as suspicious.
For example, Microsoft Word may block execution of any subprocess that is not in an approved path.
Considerations
- Attackers may spoof the parent PID (https://attack.mitre.org/techniques/T1502/), rendering such after-the-fact analysis on process lineage ineffective.
- Processes may hide from various means of detection; an example on Linux is where a rootkit might remove key files for the process from its directory in /proc.
- Zombie processes.
Implementation perspective
Process Lineage Analysis should be treated as a technical defensive capability rather than a product checkbox. In practice, teams should define the protected scope, the conditions under which the technique acts, and the observable evidence that demonstrates the intended behavior. For this technique, likely engineering context includes Process.
Use the technique to identify suspicious, unauthorized, or abnormal activity through observable evidence and repeatable analysis.
Questions to ask
- Which events, states, or artifacts must be observed for the analysis to work?
- What analytic logic, threshold, comparison, or signature turns observations into a finding?
- How are expected false positives, blind spots, and environmental variations documented?
- Who receives the result, and what action is expected when the technique produces a finding?
Evidence and validation
- Telemetry and data-source configuration records
- Analytic logic, thresholds, signatures, and version history
- Test cases demonstrating expected positive and negative results
- Alert, triage, escalation, and tuning records
Common failure patterns
- Required telemetry is missing, delayed, or transformed in a way that invalidates the analysis.
- The technique produces alerts without an accountable triage and response process.
- Detection coverage is claimed from product deployment without testing the relevant analytic behavior.
This implementation perspective is original Bare Metal Cyber educational content. It does not replace the official D3FEND definition or establish that a specific product implements the technique.
Technique hierarchy
Top-level family
Parent techniques
Direct child techniques
None listed at this level.
Artifacts and ontology entities
These relationships describe how D3FEND connects a defensive technique to artifacts or other ontology entities. They describe graph semantics, not a product certification.
Explicit technique relationships
Show inferred artifact relationship paths (1)
Offensive-technique relationships
These relationships are generated from D3FEND graph paths and are explicitly experimental. They should be treated as hypotheses for defensive analysis—not as proof that the technique prevents, detects, or removes an offensive behavior.
ATT&CK Enterprise (14)
ATT&CK for ICS (7)
Authoritative sources
- Open this technique on the official D3FEND website ↗
- Open the official ontology resources ↗
- CAR-2020-11-002: Local Network Sniffing ↗MITRE · MITRE · ExternalKnowledgeBase
- CAR-2020-11-004: Processes Started From Irregular Parent ↗MITRE · MITRE · ExternalKnowledgeBase
- CAR-2021-02-002: Get System Elevation ↗MITRE · MITRE · ExternalKnowledgeBase
- CAR-2021-05-003: BCDEdit Failure Recovery Modification ↗MITRE · MITRE · ExternalKnowledgeBase
- CAR-2014-11-008: Command Launched from WinLogon ↗MITRE · MITRE · ExternalKnowledgeBase
- CAR-2014-11-003: Debuggers for Accessibility Applications ↗MITRE · MITRE · ExternalKnowledgeBase
- CAR-2019-04-002: Generic Regsvr32 ↗MITRE · MITRE · ExternalKnowledgeBase
- CAR-2014-11-002: Outlier Parents of Cmd ↗MITRE · MITRE · ExternalKnowledgeBase
- CAR-2013-02-003: Processes Spawning cmd.exe ↗MITRE · MITRE · ExternalKnowledgeBase
- CAR-2013-04-002: Quick execution of a series of suspicious commands ↗MITRE · MITRE · ExternalKnowledgeBase
- CAR-2013-03-001: Reg.exe called from Command Shell ↗MITRE · MITRE · ExternalKnowledgeBase
- CAR-2014-12-001: Remotely Launched Executables via WMI ↗MITRE · MITRE · ExternalKnowledgeBase
- CAR-2013-09-005: Service Outlier Executables ↗ExternalKnowledgeBase
- CAR-2014-07-001: Service Search Path Interception ↗MITRE · MITRE · ExternalKnowledgeBase
- CAR-2014-05-002: Services launching CmdExternalKnowledgeBase
- System and methods thereof for causality identification and attributions determination of processes in a network ↗Palo Alto Networks IncCyber Secdo Ltd · Gil BARAK · PatentReference
- System and methods thereof for identification of suspicious system processes ↗Palo Alto Networks Inc · Gil BARAK · PatentReference
- CAR-2019-04-001: UAC Bypass ↗MITRE · MITRE · ExternalKnowledgeBase
Bare Metal Cyber is an independent educational publisher and is not affiliated with or endorsed by The MITRE Corporation. MITRE D3FEND™ and the D3FEND logo are trademarks of The MITRE Corporation. MITRE ATT&CK® and ATT&CK® are registered trademarks of The MITRE Corporation. Use of D3FEND source material is subject to the official Terms of Use.