mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
19 lines
489 B
YAML
19 lines
489 B
YAML
title: Hacktool Use
|
|
description: This method detects well-known keywords, certain field combination that appear in Windows Eventlog when certain hack tools are used
|
|
author: Florian Roth
|
|
logsource:
|
|
product: windows
|
|
service: security
|
|
detection:
|
|
# Ruler https://github.com/sensepost/ruler
|
|
selection1:
|
|
EventID:
|
|
- 4776
|
|
- 4624
|
|
- 4625
|
|
WorkstationName: 'RULER'
|
|
condition: selection1
|
|
falsepositives:
|
|
- Unlikely
|
|
level: critical
|