mirror of
https://github.com/valitydev/atomic-threat-coverage.git
synced 2024-11-07 01:55:21 +00:00
22 lines
462 B
YAML
Executable File
22 lines
462 B
YAML
Executable File
title: Detection of SafetyKatz
|
|
status: experimental
|
|
description: Detects possible SafetyKatz Behaviour
|
|
references:
|
|
- https://github.com/GhostPack/SafetyKatz
|
|
tags:
|
|
- attack.credential_access
|
|
- attack.T1003
|
|
author: Markus Neis
|
|
date: 2018/24/07
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 11
|
|
TargetFilename: '*\Temp\debug.bin'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|