mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
35 lines
849 B
YAML
35 lines
849 B
YAML
title: Antivirus Password Dumper Detection
|
|
id: 78cc2dd2-7d20-4d32-93ff-057084c38b93
|
|
description: Detects a highly relevant Antivirus alert that reports a password dumper
|
|
date: 2018/09/09
|
|
modified: 2019/10/04
|
|
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
|
|
- attack.t1558
|
|
- attack.t1003.001
|
|
- attack.t1003.002
|
|
logsource:
|
|
product: antivirus
|
|
detection:
|
|
selection:
|
|
Signature|contains:
|
|
- "DumpCreds"
|
|
- "Mimikatz"
|
|
- "PWCrack"
|
|
- "HTool/WCE"
|
|
- "PSWtool"
|
|
- "PWDump"
|
|
- "SecurityTool"
|
|
- "PShlSpy"
|
|
condition: selection
|
|
fields:
|
|
- FileName
|
|
- User
|
|
falsepositives:
|
|
- Unlikely
|
|
level: critical
|