diff --git a/atomics/T1555.001/T1555.001.yaml b/atomics/T1555.001/T1555.001.yaml index 749afa1a..9b3dcbc7 100644 --- a/atomics/T1555.001/T1555.001.yaml +++ b/atomics/T1555.001/T1555.001.yaml @@ -28,3 +28,14 @@ atomic_tests: security find-certificate -a -p > #{cert_export} security import #{cert_export} -k name: sh + +- name: Keychain Dump + description: |- + This command will dump keychain credential information from login.keychain. + Source: https://www.loobins.io/binaries/security/ + supported_platforms: + - macos + executor: + command: sudo security dump-keychain -d login.keychain + name: sh + elevation_required: true