SigmaHQ/rules/windows/process_creation/sysmon_apt_muddywater_dnstunnel.yml

29 lines
835 B
YAML
Raw Normal View History

2020-06-04 15:28:37 +00:00
title: DNS Tunnel Technique from MuddyWater
2020-06-04 15:38:42 +00:00
id: 36222790-0d43-4fe8-86e4-674b27809543
description: Detecting DNS tunnel activity for Muddywater actor
2020-06-04 15:34:44 +00:00
author: '@caliskanfurkan_'
status: experimental
date: 2020/06/04
references:
2020-06-09 15:20:25 +00:00
- https://www.virustotal.com/gui/file/5ad401c3a568bd87dd13f8a9ddc4e450ece61cd9ce4d1b23f68ce0b1f3c190b7/
- https://www.vmray.com/analyses/5ad401c3a568/report/overview.html
tags:
2020-06-09 15:20:25 +00:00
- attack.command_and_control
- attack.t1071 # an old one
2020-06-17 17:31:40 +00:00
- attack.t1071.004
logsource:
2020-06-09 15:20:25 +00:00
category: process_creation
product: windows
detection:
2020-06-09 15:20:25 +00:00
selection:
Image|endswith:
- '\powershell.exe'
ParentImage|endswith:
- '\excel.exe'
CommandLine|contains:
- 'DataExchange.dll'
2020-06-09 15:30:54 +00:00
condition: selection
falsepositives:
- Unknown
2020-06-09 15:20:25 +00:00
level: critical