mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
373424f145
Made tests pass the new CI tests. Added further allowed lower case words in rule test.
21 lines
539 B
YAML
21 lines
539 B
YAML
title: Dnscat Execution
|
|
id: a6d67db4-6220-436d-8afc-f3842fe05d43
|
|
description: Dnscat exfiltration tool execution
|
|
status: experimental
|
|
author: Daniil Yugoslavskiy, oscd.community
|
|
date: 2019/10/24
|
|
tags:
|
|
- attack.exfiltration
|
|
- attack.t1048
|
|
logsource:
|
|
product: windows
|
|
service: powershell
|
|
detection:
|
|
selection:
|
|
EventID: 4104
|
|
ScriptBlockText|contains: "Start-Dnscat2"
|
|
condition: selection
|
|
falsepositives:
|
|
- Legitimate usage of PowerShell Dnscat2 — DNS Exfiltration tool (unlikely)
|
|
level: critical
|