SigmaHQ/rules/windows/malware/av_password_dumper.yml
2018-09-09 11:04:27 +02:00

28 lines
672 B
YAML

title: Antivirus Password Dumper Detection
description: Detects a highly relevant Antivirus alert that reports a password dumper
date: 2018/09/09
author: Florian Roth
references:
- https://www.nextron-systems.com/2018/09/08/antivirus-event-analysis-cheat-sheet-v1-4/
tags:
- attack.credential_dumping
- attack.t1003
logsource:
product: antivirus
detection:
selection:
Signature:
- "*DumpCreds*"
- "*Mimikatz*"
- "*PWCrack*"
- "HTool/WCE"
- "*PSWtool*"
- "*PWDump*"
condition: selection
fields:
- FileName
- User
falsepositives:
- Unlikely
level: critical