Files
blue-team-tools/rules/windows/powershell/powershell_script/posh_ps_dnscat_execution.yml
T

24 lines
645 B
YAML
Raw Normal View History

2020-02-20 23:00:16 +01:00
title: Dnscat Execution
2019-12-19 23:56:36 +01:00
id: a6d67db4-6220-436d-8afc-f3842fe05d43
2022-12-27 12:29:10 +01:00
status: test
2022-10-26 09:43:39 +02:00
description: Dnscat exfiltration tool execution
2019-10-25 04:30:55 +02:00
author: Daniil Yugoslavskiy, oscd.community
date: 2019/10/24
2022-12-27 12:29:10 +01:00
modified: 2022/12/25
2019-10-25 04:30:55 +02:00
tags:
- attack.exfiltration
- attack.t1048
- attack.execution
- attack.t1059.001
2019-10-25 04:30:55 +02:00
logsource:
product: windows
2021-10-16 08:18:49 +02:00
category: ps_script
2023-01-04 17:49:32 +01:00
definition: 'Requirements: Script Block Logging must be enabled'
2019-10-25 04:30:55 +02:00
detection:
selection:
2022-01-06 14:02:35 +01:00
ScriptBlockText|contains: 'Start-Dnscat2'
2019-10-25 04:30:55 +02:00
condition: selection
falsepositives:
- Legitimate usage of PowerShell Dnscat2 — DNS Exfiltration tool (unlikely)
2020-01-19 22:34:16 +01:00
level: critical