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

S0395: LightNeuron

LightNeuron is a sophisticated backdoor that has targeted Microsoft Exchange servers since at least 2014. LightNeuron has been used by Turla to target diplomatic and foreign affairs-related organizations. The presence of certain strings in the malware suggests a Linux variant of LightNeuron exists.[1]

EnterpriseS0395MalwareObject v1.2Modified
Glexia's Take · Automated analysis

Security context for executives and security teams

Automation confidenceMedium

LightNeuron matters because it represents backdoor activity against Microsoft Exchange servers, a high-value business communications platform. The ATT&CK relationships show a pattern that can combine Exchange transport-agent persistence, mail-protocol command and control, email collection, local staging, automated and scheduled exfiltration, obfuscation, and possible manipulation of transmitted data. For leaders, the practical issue is not only malware detection; it is whether the organization can prove control over Exchange extensibility, email access, mail-flow integrity, and outbound data movement.

Executive priority

Prioritize this as an Exchange and email-resilience control-validation scenario. Ask whether security teams have an authoritative inventory of Exchange transport agents, evidence of approved changes, logging that can reconstruct mail-flow and administrative activity, and an incident plan for preserving email evidence while maintaining business communications. This is especially relevant where email contains sensitive diplomatic, legal, executive, regulated, or operational information. Budget and audit discussions should focus on visibility into mail infrastructure, administrator activity, persistence mechanisms, and exfiltration paths rather than relying only on endpoint malware alerts.

Technical view

MITRE does not provide a dedicated detection section for LightNeuron, so SOC and IR teams should build coverage from the related behaviors. Validate monitoring for Microsoft Exchange transport agents and mail pipeline changes, Windows command shell execution, native API-driven execution indicators where available, local file collection and staging, archive creation, encoded or encrypted artifacts, file deletion, tool transfer, and outbound command-and-control or exfiltration over mail protocols. Because the object is associated with Windows and Linux platforms, confirm telemetry coverage on both where Exchange or related mail infrastructure is present. Relationship context also links this malware to Turla and to techniques spanning persistence, command and control, discovery, collection, exfiltration, stealth, execution, and impact.

Likely telemetry

  • Exchange transport agent inventory, installation, configuration, and change history
  • Exchange and mail-server administrative logs, including mail-flow and transport pipeline events
  • SMTP/SMTPS, POP3/POP3S, and IMAP/IMAPS network and server logs where applicable
  • Endpoint process creation telemetry for Windows command shell and administrative utilities
  • File creation, modification, deletion, archive creation, and staging-directory activity on mail servers

Detection direction

  • Baseline legitimate Exchange transport agents and alert on new, modified, unsigned, unexpected, or rarely used agents, especially where change records are absent.
  • Correlate mail-server process activity with command shell execution, file staging, archive creation, decoding/deobfuscation behavior, and file deletion rather than treating each event independently.
  • Inspect mail-protocol traffic patterns from mail servers for command-and-control or exfiltration indicators, with attention to scheduled timing and volume anomalies; content inspection may be limited by encryption or steganography.
  • Tune false positives around legitimate mail security tools, journaling, archiving, backup jobs, compliance export workflows, and authorized administrator maintenance.
  • Use relationship-driven hunting: persistence via Transport Agent, C2 via Mail Protocols and Symmetric Cryptography, collection via Remote Email Collection and Automated Collection, and exfiltration via Automated Exfiltration, Scheduled Transfer, and Exfiltration Over C2 Channel.

Mitigation priorities

  • Establish strict governance for Exchange transport agents: inventory, approval, change control, and periodic validation against known-good configurations.
  • Harden administrative access to mail servers using least privilege, strong authentication, privileged access review, and monitored administrative sessions.
  • Ensure mail servers have endpoint, system, and mail-flow logging sufficient for incident reconstruction before an incident occurs.
  • Restrict and monitor outbound network paths from mail infrastructure, especially mail-protocol and command-and-control-like traffic not required for business operations.
  • Segment and protect mail infrastructure as a high-value asset, with tested backup, recovery, and forensic preservation procedures.
Additional notes and limits

The official ATT&CK description states that LightNeuron is a sophisticated backdoor targeting Microsoft Exchange servers since at least 2014, used by Turla against diplomatic and foreign affairs-related organizations, and that strings suggest a Linux variant exists. The supplied relationships provide the main defensive value: they map the malware to Exchange transport-agent persistence, mail-protocol C2, discovery, collection, staging, exfiltration, obfuscation, and transmitted data manipulation behaviors.

ATT&CK provides no official detection text for this object and the object-level tactics are not specified. This take does not assert current exploitation, local exposure, or guaranteed detectability. Organizations must validate applicability against their actual Exchange deployment, Linux/Windows mail-server footprint, logging configuration, network architecture, and approved administrative workflows.

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

Official MITRE ATT&CK definition

LightNeuron

LightNeuron is a sophisticated backdoor that has targeted Microsoft Exchange servers since at least 2014. LightNeuron has been used by Turla to target diplomatic and foreign affairs-related organizations. The presence of certain strings in the malware suggests a Linux variant of LightNeuron exists.[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.

22 rows
DomainIDNameRelationship / procedure
EnterpriseT1070.004File DeletionSub-technique

LightNeuron has a function to delete files.[1]

EnterpriseT1071.003Mail ProtocolsSub-technique

LightNeuron uses SMTP for C2.[1]

EnterpriseT1029Scheduled Transfer

LightNeuron can be configured to exfiltrate data during nighttime or working hours.[1]

EnterpriseT1020Automated Exfiltration

LightNeuron can be configured to automatically exfiltrate files under a specified directory.[1]

EnterpriseT1041Exfiltration Over C2 Channel

LightNeuron exfiltrates data over its email C2 channel.[1]

EnterpriseT1027.013Encrypted/Encoded FileSub-technique

LightNeuron encrypts its configuration files with AES-256.[1]

EnterpriseT1001.002SteganographySub-technique

LightNeuron is controlled via commands that are embedded into PDFs and JPGs using steganographic methods.[1]

EnterpriseT1140Deobfuscate/Decode Files or Information

LightNeuron has used AES and XOR to decrypt configuration files and commands.[1]

EnterpriseT1560Archive Collected Data

LightNeuron contains a function to encrypt and store emails that it collects.[1]

EnterpriseT1036.005Match Legitimate Resource Name or LocationSub-technique

LightNeuron has used filenames associated with Exchange and Outlook for binary and configuration files, such as winmail.dat.[1]

EnterpriseT1114.002Remote Email CollectionSub-technique

LightNeuron collects Exchange emails matching rules specified in its configuration.[1]

EnterpriseT1082System Information Discovery

LightNeuron gathers the victim computer name using the Win32 API call GetComputerName.[1]

EnterpriseT1105Ingress Tool Transfer

LightNeuron has the ability to download and execute additional files.[1]

EnterpriseT1119Automated Collection

LightNeuron can be configured to automatically collect files under a specified directory.[1]

EnterpriseT1573.001Symmetric CryptographySub-technique

LightNeuron uses AES to encrypt C2 traffic.[1]

EnterpriseT1074.001Local Data StagingSub-technique

LightNeuron can store email data in files and directories specified in its configuration, such as C:\Windows\ServiceProfiles\NetworkService\appdata\Local\Temp\.[1]

EnterpriseT1059.003Windows Command ShellSub-technique

LightNeuron is capable of executing commands via cmd.exe.[1]

EnterpriseT1005Data from Local System

LightNeuron can collect files from a local system.[1]

EnterpriseT1565.002Transmitted Data ManipulationSub-technique

LightNeuron is capable of modifying email content, headers, and attachments during transit.[1]

EnterpriseT1016System Network Configuration Discovery

LightNeuron gathers information about network adapters using the Win32 API call GetAdaptersInfo.[1]

EnterpriseT1106Native API

LightNeuron is capable of starting a process using CreateProcess.[1]

EnterpriseT1505.002Transport AgentSub-technique

LightNeuron has used a malicious Microsoft Exchange transport agent for persistence.[1]

Associated objects

Groups, software, and campaigns

GroupEnterprise

G0010: Turla

Turla is a cyber espionage threat group that has been attributed to Russia's Federal Security Service (FSB). They have compromised victims in over 50 countries since at least 2004, spanning a range of industries including government, embassies, military, education, research and pharmaceutical companies. Turla is known for conducting watering hole and spearphishing campaigns, and leveraging in-house tools and malware, such as Uroburos.[1][2][3][4][5]

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.2
Created
Modified
Raw hash
2cc5c37de1d97c04...
Imported snapshots across ATT&CK releases(1)
ReleaseBundle importedObject versionModifiedStatusRaw hash
19.11.2Current bundle2cc5c37de1d9…
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]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  2. [2]
    Secureworks IRON HUNTER Profile

    Secureworks CTU. (n.d.). IRON HUNTER. Retrieved February 22, 2022.

  3. [3]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  4. [4]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  5. [5]
    mitre-attackS0395
    Open source URL
  6. [6]
    mitre-attackS0395
    Open source URL
  7. [7]
    mitre-attackS0395
    Open source URL
  8. [8]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  9. [9]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  10. [10]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  11. [11]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  12. [12]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  13. [13]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  14. [14]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  15. [15]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  16. [16]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  17. [17]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  18. [18]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  19. [19]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  20. [20]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  21. [21]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  22. [22]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  23. [23]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  24. [24]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  25. [25]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  26. [26]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  27. [27]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  28. [28]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  29. [29]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  30. [30]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  31. [31]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  32. [32]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  33. [33]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  34. [34]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  35. [35]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  36. [36]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  37. [37]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  38. [38]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  39. [39]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  40. [40]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  41. [41]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  42. [42]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  43. [43]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  44. [44]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  45. [45]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  46. [46]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  47. [47]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  48. [48]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  49. [49]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  50. [50]
    Secureworks IRON HUNTER Profile

    Secureworks CTU. (n.d.). IRON HUNTER. Retrieved February 22, 2022.

  51. [51]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  52. [52]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  53. [53]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    Open source URL
  54. [54]
    ESET LightNeuron May 2019

    Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.

    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.