mirror of
https://github.com/valitydev/atomic-threat-coverage.git
synced 2024-11-06 17:45:23 +00:00
28 lines
671 B
YAML
Executable File
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
|