SigmaHQ/rules/windows/file_event/sysmon_ghostpack_safetykatz.yml

24 lines
569 B
YAML
Raw Normal View History

2020-06-10 14:32:30 +00:00
title: Detection of SafetyKatz
id: e074832a-eada-4fd7-94a1-10642b130e16
status: experimental
description: Detects possible SafetyKatz Behaviour
references:
- https://github.com/GhostPack/SafetyKatz
tags:
- attack.credential_access
- attack.t1003 # an old one
- attack.t1003.001
2020-06-10 14:32:30 +00:00
author: Markus Neis
date: 2018/07/24
modified: 2020/08/23
2020-06-10 14:32:30 +00:00
logsource:
category: file_event
2020-06-10 14:32:30 +00:00
product: windows
detection:
selection:
2020-10-15 18:59:09 +00:00
TargetFilename|endswith: '\Temp\debug.bin'
2020-06-10 14:32:30 +00:00
condition: selection
falsepositives:
- Unknown
level: high