LiveActive security incident?Get immediate response
MITRE ATT&CK® Malware

S0671: Tomiris

Tomiris is a backdoor written in Go that continuously queries its C2 server for executables to download and execute on a victim system. It was first reported in September 2021 during an investigation of a successful DNS hijacking campaign against a Commonwealth of Independent States (CIS) member. Security researchers assess there are similarities between Tomiris and GoldMax.[1]

EnterpriseS0671MalwareObject v1.0Modified
Glexia's Take · Automated analysis

Security context for executives and security teams

Automation confidenceMedium

Tomiris matters because it is described as a Go-based backdoor that repeatedly contacts command-and-control infrastructure to retrieve and run additional executables. For leaders, the practical risk is not just one malware family; it is the operating model: a foothold that can receive new tooling, collect local data, and potentially exfiltrate over the same C2 path while using techniques intended to blend in or resist analysis.

Executive priority

Prioritize validation of egress control, DNS/web monitoring, endpoint execution visibility, and incident response procedures for backdoors that can fetch second-stage payloads. Because the ATT&CK record does not specify Tomiris platforms or provide detection guidance, executives should ask whether existing controls prove coverage for the related behaviors: dynamic C2 resolution, web-protocol C2, ingress tool transfer, local data collection, C2-channel exfiltration, packing, time-based sandbox evasion, and scheduled task persistence where Windows is in scope.

Technical view

SOC and IR teams should treat this object as a behavior cluster around C2-enabled payload delivery and follow-on execution. Validate telemetry for processes that initiate unusual web/DNS activity, download executables, create or launch newly written binaries, collect local files, and move data over established C2 channels. Relationship context adds Windows Scheduled Task persistence, Software Packing, Time Based Checks, Dynamic Resolution, Web Protocol C2, Ingress Tool Transfer, Data from Local System, and Exfiltration Over C2 Channel; however, Tomiris itself has no official platform or detection text in the supplied ATT&CK fields.

Likely telemetry

  • Endpoint process creation and parent-child process lineage
  • File creation and executable write events
  • Network connections using web protocols
  • DNS query and resolution history
  • Proxy, firewall, and egress logs

Detection direction

  • Baseline normal DNS and web egress so dynamic resolution and unusual C2 polling stand out without relying only on known indicators.
  • Correlate executable downloads with subsequent process execution, especially when the initiating process has no business reason to retrieve and run binaries.
  • Monitor for local data staging or collection followed by outbound traffic over the same communication path.
  • Tune scheduled task detections for unexpected task creation, modified actions, suspicious binary paths, and unusual accounts in Windows environments.
  • Account for packed binaries and time-based checks as analysis and signature-evasion risks; sandbox-only results may be incomplete.

Mitigation priorities

  • Restrict unnecessary outbound web and DNS access and require logging at egress points.
  • Harden endpoint execution controls to reduce unapproved executable download and launch paths.
  • Maintain visibility into scheduled task changes on Windows systems where applicable.
  • Use allowlisting, least privilege, and controlled software installation paths to limit follow-on payload execution.
  • Prepare IR playbooks to preserve endpoint, DNS, proxy, and firewall evidence when a backdoor or downloader is suspected.
Additional notes and limits

The strongest decision value is in the related behaviors: Tomiris is a backdoor with relationships to command-and-control, ingress tool transfer, collection, exfiltration, stealth, discovery, and Windows scheduled task persistence techniques. Its reported context includes a DNS hijacking campaign against a CIS member and noted similarities to GoldMax, but this take does not infer attribution or active exploitation beyond the supplied fields.

Official ATT&CK detection guidance is not provided, Tomiris platforms are not specified, and aliases/labels/tactics are not listed on the supplied object. Local environment telemetry, asset scope, and control configuration are required to determine actual exposure or detection coverage.

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Official MITRE ATT&CK definition

Tomiris

Tomiris is a backdoor written in Go that continuously queries its C2 server for executables to download and execute on a victim system. It was first reported in September 2021 during an investigation of a successful DNS hijacking campaign against a Commonwealth of Independent States (CIS) member. Security researchers assess there are similarities between Tomiris and GoldMax.[1]

View the same entry on attack.mitre.org (MITRE-hosted reference; in-page links above use the Glexia ATT&CK library.)

Glexia analysis

How security teams should use this page

Treat this object as behavior context, not an attribution claim. Validate the related groups, software, data sources, and mitigations against official ATT&CK relationships and your own telemetry before making control-coverage decisions.

ATT&CK relationship table

Techniques used

This mirrors the MITRE pattern of making group, software, campaign, and technique relationships scannable. Relationship notes come from mirrored ATT&CK relationship text when available.

8 rows
DomainIDNameRelationship / procedure
EnterpriseT1568Dynamic Resolution

Tomiris has connected to a signalization server that provides a URL and port, and then Tomiris sends a GET request to that URL to establish C2.[1]

EnterpriseT1071.001Web ProtocolsSub-technique

Tomiris can use HTTP to establish C2 communications.[1]

EnterpriseT1053.005Scheduled TaskSub-technique

Tomiris has used `SCHTASKS /CREATE /SC DAILY /TN StartDVL /TR "[path to self]" /ST 10:00` to establish persistence.[1]

EnterpriseT1497.003Time Based ChecksSub-technique

Tomiris has the ability to sleep for at least nine minutes to evade sandbox-based analysis systems.[1]

EnterpriseT1027.002Software PackingSub-technique

Tomiris has been packed with UPX.[1]

EnterpriseT1005Data from Local System

Tomiris has the ability to collect recent files matching a hardcoded list of extensions prior to exfiltration.[1]

EnterpriseT1105Ingress Tool Transfer

Tomiris can download files and execute them on a victim's system.[1]

EnterpriseT1041Exfiltration Over C2 Channel

Tomiris can upload files matching a hardcoded set of extensions, such as .doc, .docx, .pdf, and .rar, to its C2 server.[1]

Relationship explorer

All related ATT&CK context

Change history

Object version and sync metadata

The fields below describe the current mirrored snapshot. When Glexia retains multiple ATT&CK source imports, you can open the table to compare the same object across releases (hashes and MITRE timestamps). For MITRE’s own release notes and roadmap, see ATT&CK resources — Updates.

ATT&CK release
19.1
Object version
1.0
Created
Modified
Raw hash
bf2f7c093dcfb1fc...
Imported snapshots across ATT&CK releases(1)
ReleaseBundle importedObject versionModifiedStatusRaw hash
19.11.0Current bundlebf2f7c093dcf…
Raw source

Mirrored ATT&CK source object

The raw object is retained through the mirrored ATT&CK source bundle and object hash. The raw endpoint returns the exact object from the mirrored bundle when available.

Source references

External references and citations

MITRE external references are preserved separately from Glexia analysis so citations remain traceable to their original source records.

  1. [1]
    Kaspersky Tomiris Sep 2021

    Kwiatkoswki, I. and Delcher, P. (2021, September 29). DarkHalo After SolarWinds: the Tomiris connection. Retrieved December 27, 2021.

    Open source URL
  2. [2]
    Kaspersky Tomiris Sep 2021

    Kwiatkoswki, I. and Delcher, P. (2021, September 29). DarkHalo After SolarWinds: the Tomiris connection. Retrieved December 27, 2021.

    Open source URL
  3. [3]
    Kaspersky Tomiris Sep 2021

    Kwiatkoswki, I. and Delcher, P. (2021, September 29). DarkHalo After SolarWinds: the Tomiris connection. Retrieved December 27, 2021.

    Open source URL
  4. [4]
    mitre-attackS0671
    Open source URL
  5. [5]
    mitre-attackS0671
    Open source URL
  6. [6]
    mitre-attackS0671
    Open source URL
  7. [7]
    Kaspersky Tomiris Sep 2021

    Kwiatkoswki, I. and Delcher, P. (2021, September 29). DarkHalo After SolarWinds: the Tomiris connection. Retrieved December 27, 2021.

    Open source URL
  8. [8]
    Kaspersky Tomiris Sep 2021

    Kwiatkoswki, I. and Delcher, P. (2021, September 29). DarkHalo After SolarWinds: the Tomiris connection. Retrieved December 27, 2021.

    Open source URL
  9. [9]
    Kaspersky Tomiris Sep 2021

    Kwiatkoswki, I. and Delcher, P. (2021, September 29). DarkHalo After SolarWinds: the Tomiris connection. Retrieved December 27, 2021.

    Open source URL
  10. [10]
    Kaspersky Tomiris Sep 2021

    Kwiatkoswki, I. and Delcher, P. (2021, September 29). DarkHalo After SolarWinds: the Tomiris connection. Retrieved December 27, 2021.

    Open source URL
  11. [11]
    Kaspersky Tomiris Sep 2021

    Kwiatkoswki, I. and Delcher, P. (2021, September 29). DarkHalo After SolarWinds: the Tomiris connection. Retrieved December 27, 2021.

    Open source URL
  12. [12]
    Kaspersky Tomiris Sep 2021

    Kwiatkoswki, I. and Delcher, P. (2021, September 29). DarkHalo After SolarWinds: the Tomiris connection. Retrieved December 27, 2021.

    Open source URL
  13. [13]
    Kaspersky Tomiris Sep 2021

    Kwiatkoswki, I. and Delcher, P. (2021, September 29). DarkHalo After SolarWinds: the Tomiris connection. Retrieved December 27, 2021.

    Open source URL
  14. [14]
    Kaspersky Tomiris Sep 2021

    Kwiatkoswki, I. and Delcher, P. (2021, September 29). DarkHalo After SolarWinds: the Tomiris connection. Retrieved December 27, 2021.

    Open source URL
  15. [15]
    Kaspersky Tomiris Sep 2021

    Kwiatkoswki, I. and Delcher, P. (2021, September 29). DarkHalo After SolarWinds: the Tomiris connection. Retrieved December 27, 2021.

    Open source URL
  16. [16]
    Kaspersky Tomiris Sep 2021

    Kwiatkoswki, I. and Delcher, P. (2021, September 29). DarkHalo After SolarWinds: the Tomiris connection. Retrieved December 27, 2021.

    Open source URL
  17. [17]
    Kaspersky Tomiris Sep 2021

    Kwiatkoswki, I. and Delcher, P. (2021, September 29). DarkHalo After SolarWinds: the Tomiris connection. Retrieved December 27, 2021.

    Open source URL
  18. [18]
    Kaspersky Tomiris Sep 2021

    Kwiatkoswki, I. and Delcher, P. (2021, September 29). DarkHalo After SolarWinds: the Tomiris connection. Retrieved December 27, 2021.

    Open source URL
  19. [19]
    Kaspersky Tomiris Sep 2021

    Kwiatkoswki, I. and Delcher, P. (2021, September 29). DarkHalo After SolarWinds: the Tomiris connection. Retrieved December 27, 2021.

    Open source URL
  20. [20]
    Kaspersky Tomiris Sep 2021

    Kwiatkoswki, I. and Delcher, P. (2021, September 29). DarkHalo After SolarWinds: the Tomiris connection. Retrieved December 27, 2021.

    Open source URL
  21. [21]
    Kaspersky Tomiris Sep 2021

    Kwiatkoswki, I. and Delcher, P. (2021, September 29). DarkHalo After SolarWinds: the Tomiris connection. Retrieved December 27, 2021.

    Open source URL
  22. [22]
    Kaspersky Tomiris Sep 2021

    Kwiatkoswki, I. and Delcher, P. (2021, September 29). DarkHalo After SolarWinds: the Tomiris connection. Retrieved December 27, 2021.

    Open source URL
Source and licensing

Source: MITRE ATT&CK®. © 2026 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation. MITRE ATT&CK and ATT&CK are registered trademarks of The MITRE Corporation. Glexia is not affiliated with or endorsed by MITRE.