Terminology Index

Glossary

2953 terms

Open concept maps
B
32

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.