Lateral movement

Password in Shell History

Risk Level

Hazardous (3)

Platform(s)
Compliance Frameworks
  • Orca Best Practices

About Shell History

The GNU history utility keeps a record of the commands a user enters during a shell/terminal session. By default, 1,000 historical commands are stored, but the number can be changed using the $HISTSIZE and $HISTFILESIZE variables. The history is logged in a hidden file named “.bash_history” in the user’s home directory.

Simply running the history command on a shell will print out all the commands that have been executed during a session. You can replay any of the historically run commands using the “!” sign. For example, “!5” will run the command present on the fifth line of your bash history.

You can also search your history for any previously run commands. grep history | git will filter out all the git commands from your history. You can also press ctrl + R to start a recursive search of your history. During a recursive search, matching results will start appearing as you type a keyword.

The bash history file can also contain sensitive information like API keys, secrets, and passwords.

Cloud Risk Description

Bash users often enter their passwords and other sensitive information on the command line, which ends up getting stored in the bash history file. For example, a user may run the following command to log in to a SQL Server database:

SQLCMD -S mydatabase -U admin -P p@@sw0rd

This command will end up in the bash history, along with the plaintext password.

On a compromised system, malicious actors can search this file for credentials and other exploitable information.

How can Orca Help?

Orca can detect passwords in the shell history. Orca uses pattern matching techniques on each line of the bash history file to look for different password execution types. Some password examples that Orca can detect and alert on are as follows:

  • mongo admin -u uname -p ‘hello’
  • ftp backup:qwerty@192.168.1.66:2121
  • mysqladmin processlist -u root -p12345
Orca

Orca Security, the cloud security innovation leader, provides cloud-wide, workload-deep security and compliance for AWS, Azure, and GCP - without the gaps in coverage, alert fatigue, and operational costs of agents.