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

24 lines
646 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 # an old one
2020-06-16 14:46:08 -06:00
- attack.t1003.002
2018-09-04 14:56:55 +02:00
author: Florian Roth
date: 2018/01/27
logsource:
product: windows
service: system
definition: The source of this type of event is Kernel-General
detection:
selection:
EventID: 16
2020-10-15 15:53:26 -03:00
Message|contains:
- '\AppData\Local\Temp\SAM-*.dmp'
2020-02-16 13:30:21 +01:00
condition: selection
2018-07-23 21:34:20 -07:00
falsepositives:
- Penetration testing
level: high