Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_hack_safetykatz.yml
T
2022-10-28 15:06:36 +02:00

24 lines
647 B
YAML

title: SafetyKatz Hack Tool
id: b1876533-4ed5-4a83-90f3-b8645840a413
status: experimental
description: Detects the execution of the hacktool SafetyKatz via PE information and default Image name
references:
- https://github.com/GhostPack/SafetyKatz
author: Nasreddine Bencherchali
date: 2022/10/20
tags:
- attack.credential_access
- attack.t1003.001
logsource:
category: process_creation
product: windows
detection:
selection:
- Image|endswith: '\SafetyKatz.exe'
- OriginalFileName: 'SafetyKatz.exe'
- Description: 'SafetyKatz'
condition: selection
falsepositives:
- Unlikely
level: critical