Terminology Index
Glossary
2953 terms
Executable Path
The full filesystem location a program runs from, which is valuable security context: legitimate software usually runs from expected directories, so a process running from an unusual path is a strong signal of suspicious activity.
Knowing where a process's executable lives helps defenders judge whether it is legitimate. System binaries run from known system directories, so a process executing from a temp folder, a user's download directory, or another unexpected path is a red flag often associated with malware. Combined with the command line, parent process, and signing status, the executable path is a key field for detection and investigation on endpoints.
Introduced in: Operating Systems for Defenders
Examples
- Flagging a process running from a temp directory instead of a system path.
- Spotting malware masquerading by running from an unusual location.
- Using executable path with parent process to judge whether a process is suspicious.
