mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 18:23:52 +00:00
20 lines
489 B
YAML
20 lines
489 B
YAML
|
title: Dnscat execution
|
||
|
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: "*Start-Dnscat2*"
|
||
|
condition: selection
|
||
|
falsepositives:
|
||
|
- Legitimate usage of PowerShell Dnscat2 — DNS Exfiltration tool (unlikely)
|
||
|
level: medium
|