Terminology Index
Glossary
1801 terms
Showing 1249-1280 of 1801 terms
Process Anomaly Detection
Detecting unusual process behavior on endpoints, rare process names, unexpected parents, anomalous command lines, or atypical execution patterns, on the premise that abnormal processes often indicate malicious activity.
Process anomaly detection focuses on the rich behavioral data that endpoint process telemetry produces. It baselines what is normal (which processes run, parented by what, with what command lines) and flags deviations: a rare executable, an unusual parent-child pair, an oddly long encoded command, execution from an unexpected path. As a detection-engineering technique, it complements signature- and IOC-based detection by catching novel or LOLBin-style attacks through behavior rather than known indicators.
Introduced in: Detection Engineering
Examples
- Flagging a rarely seen executable on an endpoint as anomalous.
- Detecting an unusual parent-child process relationship.
- Alerting on an atypical command line behind a common binary.
No related terms linked yet.
