{"id":"603c6630-5225-49c1-8047-26c964553e0e","title":"Enumerate Credentials from Windows Credential Manager With PowerShell","description":"Adversaries may search for common password storage locations to obtain user credentials.\nPasswords are stored in several places on a system, depending on the operating system or application holding the credentials.\n","author":"frack113","status":"test","level":"medium","date":"2021-12-20","modified":"2022-12-25","tags":["attack.credential-access","attack.t1555"],"technique_ids":["T1555"],"logsource":{"product":"windows","category":"ps_script","definition":"Requirements: Script Block Logging must be enabled"},"falsepositives":["Unknown"],"references":["https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1555/T1555.md"],"source_path":"rules/windows/powershell/powershell_script/posh_ps_enumerate_password_windows_credential_manager.yml","source_sha256":"6895d157fd3a95c274d043afa88e919d0b4204f8765dabb39afd4e090ac11dfd","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/powershell/powershell_script/posh_ps_enumerate_password_windows_credential_manager.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: Enumerate Credentials from Windows Credential Manager With PowerShell\nid: 603c6630-5225-49c1-8047-26c964553e0e\nstatus: test\ndescription: |\n    Adversaries may search for common password storage locations to obtain user credentials.\n    Passwords are stored in several places on a system, depending on the operating system or application holding the credentials.\nreferences:\n    - https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1555/T1555.md\nauthor: frack113\ndate: 2021-12-20\nmodified: 2022-12-25\ntags:\n    - attack.credential-access\n    - attack.t1555\nlogsource:\n    product: windows\n    category: ps_script\n    definition: 'Requirements: Script Block Logging must be enabled'\ndetection:\n    selection_cmd:\n        ScriptBlockText|contains|all:\n            - vaultcmd\n            - '/listcreds:'\n    selection_option:\n        ScriptBlockText|contains:\n            - 'Windows Credentials'\n            - 'Web Credentials'\n    condition: all of selection_*\nfalsepositives:\n    - Unknown\nlevel: medium\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1555","id":"T1555","name":"Credentials from Password Stores","page":"techniques/enterprise/T1555/"}],"data_path":"data/detection-rules/603c6630-5225-49c1-8047-26c964553e0e.json","kind":"sigma"}
