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
|
2020-06-04 15:13:32 +00:00
|
|
|
description: Detecting DNS tunnel activity for Muddywater actor
|
2020-06-04 15:34:44 +00:00
|
|
|
author: '@caliskanfurkan_'
|
|
|
|
status: experimental
|
|
|
|
date: 2020/06/04
|
2020-06-04 11:27:19 +00:00
|
|
|
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
|
2020-06-04 11:27:19 +00:00
|
|
|
tags:
|
2020-06-09 15:20:25 +00:00
|
|
|
- attack.command_and_control
|
2020-08-27 17:43:47 +00:00
|
|
|
- attack.t1071 # an old one
|
2020-06-17 17:31:40 +00:00
|
|
|
- attack.t1071.004
|
2020-06-04 11:27:19 +00:00
|
|
|
logsource:
|
2020-06-09 15:20:25 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2020-06-04 11:27:19 +00:00
|
|
|
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
|
2020-06-04 11:27:19 +00:00
|
|
|
falsepositives:
|
2020-08-16 09:39:04 +00:00
|
|
|
- Unknown
|
2020-06-09 15:20:25 +00:00
|
|
|
level: critical
|