SigmaHQ/rules/windows/builtin/win_susp_sam_dump.yml

21 lines
532 B
YAML
Raw Normal View History

2018-01-27 09:57:30 +00:00
title: SAM Dump to AppData
status: experimental
description: Detects suspicious SAM dump activity as cause by QuarksPwDump and other password dumpers
2018-07-24 04:34:20 +00:00
tags:
2018-07-24 05:50:32 +00:00
- attack.credential_access
- attack.t1003
2018-09-04 12:56:55 +00: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 20:49:15 +00:00
keywords:
- '*\AppData\Local\Temp\SAM-*.dmp *'
condition: all of them
2018-07-24 04:34:20 +00:00
falsepositives:
- Penetration testing
level: high