Terminology Index
Glossary
2953 terms
B32
Behavioral Detection
Detecting threats by what an entity does, its behavior and sequences of actions, rather than by matching known-bad signatures. It catches novel and fileless attacks that signature-based detection misses.
Because attackers easily change indicators like file hashes but must still perform certain actions, behavioral detection focuses on those harder-to-change behaviors, such as a process spawning a shell or mass file encryption. It depends on good telemetry and baselines and pairs with anomaly detection and indicators of attack.
Introduced in: Logging, Monitoring, and Telemetry
Examples
- Alerting when a document process unexpectedly launches a command shell.
- Detecting rapid mass file modification typical of ransomware.
- Flagging a sequence of actions matching credential theft behavior.
Related
Indicators of Attackrelates_toIndicators of Compromiserelates_toAnomaly Detectionrelates_toDetection Coveragerelates_toEndpoint Telemetryprerequisite_ofFalse Positivesrelates_toIndicators of Attackrelates_toLOLBin Detectionrelates_toPyramid of Painrelates_toRuntime Securityrelates_toSequence Detectionrelates_toSignature-Based Detectionrelates_toSystem Callsrelates_to
