atomic-threat-coverage/detection_rules/av_password_dumper.yml
2019-02-12 04:55:11 +01:00

28 lines
671 B
YAML
Executable File

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_access
- attack.t1003
logsource:
product: antivirus
detection:
selection:
Signature:
- "*DumpCreds*"
- "*Mimikatz*"
- "*PWCrack*"
- "HTool/WCE"
- "*PSWtool*"
- "*PWDump*"
condition: selection
fields:
- FileName
- User
falsepositives:
- Unlikely
level: critical