#T1139 Bash History
Technique
- Tactics: Credential Access
- Description:
Bash keeps track of the commands users type on the command-line with the "history" utility. Once a user logs out, the history is flushed to the user’s <code>.bash_history</code> file. For each user, this file resides at the same location: <code>~/.bash_history</code>. Typically, this file keeps track of the user’s last 500 commands. Users often type usernames and passwords on the command-line as parameters to programs, which then get saved to this file when they log out. Attackers can abuse this by looking through the file for potential credentials. (Citation: External to DA, the OS X Way)
- First Seen: Mac cryptocurrency trading application rebranded, bundled with malware • 2020-07-16
-
1
Tagged Reports
-
1
Unique Authors
-
1
Active Days