Terminology Index
Glossary
1801 terms
Showing 545-576 of 1801 terms
Detection Robustness
How resistant a detection is to evasion and to breaking, a robust detection keys on hard-to-change attacker behavior rather than superficial, easily altered indicators, so attackers cannot trivially bypass it.
Robustness measures how durable a detection is against an adversary trying to evade it and against environmental change. A brittle detection keys on a specific filename or string an attacker can rename; a robust one targets the underlying behavior or technique that is costly to change. Building for robustness, often guided by the 'pyramid of pain', means detections survive evasion attempts and decay less, making them far more valuable over time.
Introduced in: Detection Engineering
Examples
- Detecting the behavior of credential dumping rather than one tool's exact name.
- Keying on hard-to-change technique characteristics to resist evasion.
- Preferring behavioral indicators over easily renamed file artifacts.
No related terms linked yet.
