Files
blue-team-tools/rules/windows/malware/av_password_dumper.yml
T

32 lines
790 B
YAML
Raw Normal View History

2018-09-09 11:03:43 +02:00
title: Antivirus Password Dumper Detection
2019-11-12 23:12:27 +01:00
id: 78cc2dd2-7d20-4d32-93ff-057084c38b93
2018-09-09 11:03:43 +02:00
description: Detects a highly relevant Antivirus alert that reports a password dumper
date: 2018/09/09
modified: 2019/10/04
2018-09-09 11:03:43 +02:00
author: Florian Roth
references:
- https://www.nextron-systems.com/2018/09/08/antivirus-event-analysis-cheat-sheet-v1-4/
tags:
2018-09-20 12:44:44 +02:00
- attack.credential_access
2018-09-09 11:03:43 +02:00
- attack.t1003
logsource:
product: antivirus
detection:
selection:
Signature:
- "*DumpCreds*"
- "*Mimikatz*"
- "*PWCrack*"
- "HTool/WCE"
- "*PSWtool*"
- "*PWDump*"
- "*SecurityTool*"
- "*PShlSpy*"
2018-09-09 11:03:43 +02:00
condition: selection
fields:
- FileName
- User
falsepositives:
- Unlikely
level: critical