mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
68fd20cb66
Fixed rules - rules/windows/builtin/win_susp_msmpeng_crash.yml - rules/windows/builtin/win_alert_active_directory_user_control.yml - rules/windows/builtin/win_av_relevant_match.yml - rules/windows/builtin/win_mal_creddumper.yml - rules/windows/builtin/win_susp_sam_dump.yml - rules/windows/builtin/win_alert_mimikatz_keywords.yml - rules/windows/builtin/win_alert_enable_weak_encryption.yml
22 lines
553 B
YAML
22 lines
553 B
YAML
title: SAM Dump to AppData
|
|
status: experimental
|
|
description: Detects suspicious SAM dump activity as cause by QuarksPwDump and other password dumpers
|
|
tags:
|
|
- attack.credential_access
|
|
- attack.t1003
|
|
author: Florian Roth
|
|
logsource:
|
|
product: windows
|
|
service: system
|
|
definition: The source of this type of event is Kernel-General
|
|
detection:
|
|
selection:
|
|
EventID: 16
|
|
keywords:
|
|
Message:
|
|
- '*\AppData\Local\Temp\SAM-*.dmp *'
|
|
condition: all of them
|
|
falsepositives:
|
|
- Penetration testing
|
|
level: high
|