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.

FreeReviewedSigma · Low · v2
Product
windows
Category
network_connection
Author
Florian Roth (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2021-12-06
Updated
2026-07-31
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