mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
373424f145
Made tests pass the new CI tests. Added further allowed lower case words in rule test.
48 lines
1.4 KiB
YAML
48 lines
1.4 KiB
YAML
title: Cred Dump Tools Dropped Files
|
|
id: 8fbf3271-1ef6-4e94-8210-03c2317947f6
|
|
description: Files with well-known filenames (parts of credential dump software or files produced by them) creation
|
|
author: Teymur Kheirkhabarov, oscd.community
|
|
date: 2019/11/01
|
|
modified: 2019/11/13
|
|
references:
|
|
- https://www.slideshare.net/heirhabarov/hunting-for-credentials-dumping-in-windows-environment
|
|
tags:
|
|
- attack.credential_access
|
|
- attack.t1003
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 11
|
|
TargetFilename|contains:
|
|
- '\pwdump'
|
|
- '\kirbi'
|
|
- '\pwhashes'
|
|
- '\wce_ccache'
|
|
- '\wce_krbtkts'
|
|
- '\fgdump-log'
|
|
TargetFilename|endswith:
|
|
- '\test.pwd'
|
|
- '\lsremora64.dll'
|
|
- '\lsremora.dll'
|
|
- '\fgexec.exe'
|
|
- '\wceaux.dll'
|
|
- '\SAM.out'
|
|
- '\SECURITY.out'
|
|
- '\SYSTEM.out'
|
|
- '\NTDS.out'
|
|
- '\DumpExt.dll'
|
|
- '\DumpSvc.exe'
|
|
- '\cachedump64.exe'
|
|
- '\cachedump.exe'
|
|
- '\pstgdump.exe'
|
|
- '\servpw.exe'
|
|
- '\servpw64.exe'
|
|
- '\pwdump.exe'
|
|
condition: selection
|
|
falsepositives:
|
|
- Legitimate Administrator using tool for password recovery
|
|
level: high
|
|
status: experimental
|