Files
blue-team-tools/rules/windows/builtin/win_susp_sam_dump.yml
T

23 lines
594 B
YAML
Raw Normal View History

2018-01-27 10:57:30 +01:00
title: SAM Dump to AppData
2019-11-12 23:12:27 +01:00
id: 839dd1e8-eda8-4834-8145-01beeee33acd
status: experimental
description: Detects suspicious SAM dump activity as cause by QuarksPwDump and other password dumpers
2018-07-23 21:34:20 -07:00
tags:
2018-07-24 07:50:32 +02:00
- attack.credential_access
- attack.t1003
2018-09-04 14:56:55 +02:00
author: Florian Roth
logsource:
product: windows
service: system
definition: The source of this type of event is Kernel-General
detection:
selection:
EventID: 16
2017-08-02 22:49:15 +02:00
keywords:
Message:
- '*\AppData\Local\Temp\SAM-*.dmp *'
condition: all of them
2018-07-23 21:34:20 -07:00
falsepositives:
- Penetration testing
level: high