Keychains are the built-in way for macOS to keep track of users' passwords and credentials for many services and features such as WiFi passwords, websites, secure notes, certificates, and Kerberos. Keychain files are located in~/Library/Keychains/
,/Library/Keychains/
, and/Network/Library/Keychains/
. (Citation: Wikipedia keychain) Thesecurity
command-line utility, which is built into macOS by default, provides a useful way to manage these credentials.To manage their credentials, users have to use additional credentials to access their keychain. If an adversary knows the credentials for the login keychain, then they can get access to all the other credentials stored in this vault. (Citation: External to DA, the OS X Way) By default, the passphrase for the keychain is the user’s logon credentials.
Detection: Unlocking the keychain and using passwords from it is a very common process, so there is likely to be a lot of noise in any detection technique. Monitoring of system calls to the keychain can help determine if there is a suspicious process trying to access it.
Platforms: macOS
Data Sources: System calls, Process Monitoring
Permissions Required: Administrator
~/Library/Keychains/
/Library/Keychains/
/Network/Library/Keychains/
Supported Platforms: macOS
security -h
security find-certificate -a -p > allcerts.pem
security import /tmp/certs.pem -k