mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
24 lines
569 B
YAML
Executable File
24 lines
569 B
YAML
Executable File
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
|
|
author: Markus Neis
|
|
date: 2018/07/24
|
|
modified: 2020/08/23
|
|
logsource:
|
|
category: file_event
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
TargetFilename|endswith: '\Temp\debug.bin'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|