Files
hayabusa/rules/sigma/file_event/sysmon_ghostpack_safetykatz.yml
T
itiB 83d891b2fa Feature/rm submodule (#312)
* rm: submodule

* Add: rules

* Fix: hayabusa-rules to c9c10a
2021-12-20 21:14:32 +09:00

28 lines
562 B
YAML

title: Detection of SafetyKatz
ruletype: Sigma
author: Markus Neis
date: 2018/07/24
description: Detects possible SafetyKatz Behaviour
detection:
SELECTION_1:
EventID: 11
SELECTION_2:
TargetFilename: '*\Temp\debug.bin'
condition: (SELECTION_1 and SELECTION_2)
falsepositives:
- Unknown
id: e074832a-eada-4fd7-94a1-10642b130e16
level: high
logsource:
category: file_event
product: windows
modified: 2021/11/27
references:
- https://github.com/GhostPack/SafetyKatz
status: test
tags:
- attack.credential_access
- attack.t1003
- attack.t1003.001