Files
blue-team-tools/rules/windows/builtin/system/win_system_susp_sam_dump.yml
T
Nasreddine Bencherchali 7c38a5c496 chore: add nextron authors tag
2023-02-01 11:14:59 +01:00

26 lines
696 B
YAML

title: SAM Dump to AppData
id: 839dd1e8-eda8-4834-8145-01beeee33acd
status: test
description: Detects suspicious SAM dump activity as cause by QuarksPwDump and other password dumpers
author: Florian Roth (Nextron Systems)
date: 2018/01/27
modified: 2022/04/14
tags:
- attack.credential_access
- attack.t1003.002
logsource:
product: windows
service: system
definition: The source of this type of event is Kernel-General
detection:
selection:
Provider_Name: Microsoft-Windows-Kernel-General
EventID: 16
keywords:
- '\AppData\Local\Temp\SAM-'
- '.dmp'
condition: selection and all of keywords
falsepositives:
- Unknown
level: high