Windows: Network connections initiated to api.mega.co.nz or mega.nz
Identifies initiated Windows outbound connections to api.mega.co.nz/mega.nz for potential file-transfer staging.
- Product
- windows
- Category
- network_connection
- Author
- Florian Roth (Nextron Systems) (SigmaHQ), DRL 1.1
- Published
- 2021-12-06
- Updated
- 2026-07-31
ATT&CK techniques
ExfiltrationRecon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule identifies outbound network connections marked as initiated by a Windows process to domains ending with mega.co.nz or mega.nz. Such connectivity can be abused by attackers to access file-sharing infrastructure for staging, exchanging, or retrieving payloads. It relies on network connection telemetry that includes an initiated flag and destination hostname to match the specified domain suffixes.
Reporting behind it
Changelog
v2- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
title: "Windows: Network connections initiated to api.mega.co.nz or mega.nz"
id: 87f25834-5cb1-4e78-8220-97b9708b21c7
status: test
description: This rule identifies outbound network connections marked as initiated by a Windows process to domains ending with mega.co.nz or mega.nz. Such connectivity can be abused by attackers to access file-sharing infrastructure for staging, exchanging, or retrieving payloads. It relies on network connection telemetry that includes an initiated flag and destination hostname to match the specified domain suffixes.
references:
- https://megatools.megous.com/
- https://www.mandiant.com/resources/russian-targeting-gov-business
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/network_connection/net_connection_win_domain_mega_nz.yml
author: Florian Roth (Nextron Systems), Huntrule Team
date: 2021-12-06
modified: 2024-05-31
tags:
- attack.exfiltration
- attack.t1567.002
logsource:
category: network_connection
product: windows
detection:
selection:
Initiated: "true"
DestinationHostname|endswith:
- mega.co.nz
- mega.nz
condition: selection
falsepositives:
- Legitimate MEGA installers and utilities are expected to communicate with this domain. Exclude hosts that are known to be allowed to use this tool.
level: low
license: DRL-1.1
related:
- id: fdeebdf0-9f3f-4d08-84a6-4c4d13e39fe4
type: derived