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

S1044: FunnyDream

FunnyDream is a backdoor with multiple components that was used during the FunnyDream campaign since at least 2019, primarily for execution and exfiltration.[1]

EnterpriseS1044MalwareObject v1.1Modified
Glexia's Take · Automated analysis

Security context for executives and security teams

Automation confidenceMedium

FunnyDream is a Windows backdoor described by ATT&CK as a multi-component tool used in the FunnyDream campaign since at least 2019, primarily for execution and exfiltration. Its ATT&CK relationships matter because they span discovery, command execution, credential collection via keylogging, data staging, C2 obfuscation/proxying, tool transfer, and exfiltration over the C2 channel. For leaders, the practical issue is not just one malware family; it is whether Windows endpoint, identity, network, and incident-response telemetry can reconstruct a full intrusion path when a backdoor blends command execution, collection, and cleanup.

Executive priority

Prioritize FunnyDream as a validation case for resilience against espionage-style backdoor activity on Windows systems. The decision value is in confirming whether the organization can detect and investigate suspicious WMI or command-shell execution, discovery activity, removable-media and local-data collection, unusual C2 channels, and exfiltration over existing C2. This supports budget and audit conversations around endpoint logging, network visibility, identity monitoring, egress controls, and incident-response readiness rather than relying on malware-name-based detection alone.

Technical view

ATT&CK provides no dedicated detection text for S1044, so defenders should map coverage to the related techniques. Validate Windows telemetry for command execution through Windows Command Shell and WMI, registry queries, process/window/user/network/file discovery, DLL injection indicators, keylogging-related behavior, masqueraded tasks or services, local staging, file deletion, tool transfer, proxy use, non-application-layer C2, data obfuscation, and exfiltration over C2. SOC teams should correlate host process ancestry, service/task creation or naming anomalies, registry access, file staging/deletion, removable-media access, and outbound network behavior rather than expecting a single signature to be sufficient.

Likely telemetry

  • Windows endpoint process creation and command-line logging
  • WMI activity and remote/local management event logs
  • Registry query and modification telemetry
  • Service and scheduled task creation or change records
  • File creation, staging, access, and deletion events

Detection direction

  • Build detections around behavior clusters: discovery followed by collection/staging, tool transfer, and outbound C2/exfiltration activity.
  • Tune Windows Command Shell and WMI analytics for unusual parent processes, uncommon administrative context, suspicious command sequences, or activity outside normal admin baselines.
  • Review service/task names for masquerading, especially names that imitate legitimate services but have unusual paths, owners, descriptions, or creation times.
  • Correlate file deletion with prior tool drops, staging directories, or execution events to reduce blind spots caused by indicator removal.
  • Monitor for outbound traffic that does not match expected application-layer patterns, proxy-like behavior, or encoded/obfuscated C2 content; account for legitimate administrative and network tools to manage false positives.

Mitigation priorities

  • Ensure Windows endpoint logging and EDR coverage is sufficient before relying on alerting for this behavior set.
  • Restrict and monitor administrative execution paths such as WMI and command shell use, with documented exceptions for legitimate operations.
  • Harden service and scheduled task creation permissions and review change-control evidence for new or modified persistence-like entries.
  • Apply egress filtering and network monitoring to make proxying, unusual protocols, and C2-based exfiltration harder to hide.
  • Protect sensitive data locations and removable-media workflows with access controls, monitoring, and least-privilege practices.
Additional notes and limits

The strongest defensive use of this object is as a coverage checklist for Windows backdoor tradecraft tied to the FunnyDream campaign relationship and the listed ATT&CK techniques. The supplied campaign context notes suspected espionage targeting of government and foreign organizations in parts of Southeast Asia, but local relevance should be determined through sector, geography, exposure, and telemetry review.

ATT&CK lists the malware platform as Windows and provides no official detection section, aliases, labels, or object-level tactics. Technique relationships provide useful behavioral context, but they do not prove the same activity is present in every environment or that existing tools will detect it. Local baselines, logging quality, and incident evidence are required for prioritization.

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

Official MITRE ATT&CK definition

FunnyDream

FunnyDream is a backdoor with multiple components that was used during the FunnyDream campaign since at least 2019, primarily for execution and exfiltration.[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.

37 rows
DomainIDNameRelationship / procedure
EnterpriseT1543.003Windows ServiceSub-technique

FunnyDream has established persistence by running `sc.exe` and by setting the `WSearch` service to run automatically.[1]

EnterpriseT1547.001Registry Run Keys / Startup FolderSub-technique

FunnyDream can use a Registry Run Key and the Startup folder to establish persistence.[1]

EnterpriseT1047Windows Management Instrumentation

FunnyDream can use WMI to open a Windows command shell on a remote machine.[1]

EnterpriseT1120Peripheral Device Discovery

The FunnyDream FilepakMonitor component can detect removable drive insertion.[1]

EnterpriseT1074.001Local Data StagingSub-technique

FunnyDream can stage collected information including screen captures and logged keystrokes locally.[1]

EnterpriseT1559.001Component Object ModelSub-technique

FunnyDream can use com objects identified with `CLSID_ShellLink`(`IShellLink` and `IPersistFile`) and `WScript.Shell`(`RegWrite` method) to enable persistence mechanisms.[1]

EnterpriseT1218.011Rundll32Sub-technique

FunnyDream can use `rundll32` for execution of its components.[1]

EnterpriseT1055.001Dynamic-link Library InjectionSub-technique

The FunnyDream FilepakMonitor component can inject into the Bka.exe process using the `VirtualAllocEx`, `WriteProcessMemory` and `CreateRemoteThread` APIs to load the DLL component.[1]

EnterpriseT1572Protocol Tunneling

FunnyDream can connect to HTTP proxies via TCP to create a tunnel to C2.[1]

EnterpriseT1057Process Discovery

FunnyDream has the ability to discover processes, including `Bka.exe` and `BkavUtil.exe`.[1]

EnterpriseT1036.004Masquerade Task or ServiceSub-technique

FunnyDream has used a service named `WSearch` for execution.[1]

EnterpriseT1041Exfiltration Over C2 Channel

FunnyDream can execute commands, including gathering user information, and send the results to C2.[1]

EnterpriseT1018Remote System Discovery

FunnyDream can collect information about hosts on the victim network.[2]

EnterpriseT1056.001KeyloggingSub-technique

The FunnyDream Keyrecord component can capture keystrokes.[1]

EnterpriseT1016System Network Configuration Discovery

FunnyDream can parse the `ProxyServer` string in the Registry to discover http proxies.[1]

EnterpriseT1033System Owner/User Discovery

FunnyDream has the ability to gather user information from the targeted system using `whoami/upn&whoami/fqdn&whoami/logonid&whoami/all`.[1]

EnterpriseT1124System Time Discovery

FunnyDream can check system time to help determine when changes were made to specified files.[1]

EnterpriseT1012Query Registry

FunnyDream can check `Software\Microsoft\Windows\CurrentVersion\Internet Settings` to extract the `ProxyServer` string.[1]

EnterpriseT1119Automated Collection

FunnyDream can monitor files for changes and automatically collect them.[1]

EnterpriseT1113Screen Capture

The FunnyDream ScreenCap component can take screenshots on a compromised host.[1]

EnterpriseT1090Proxy

FunnyDream can identify and use configured proxies in a compromised network for C2 communication.[1]

EnterpriseT1560.002Archive via LibrarySub-technique

FunnyDream has compressed collected files with zLib.[1]

EnterpriseT1105Ingress Tool Transfer

FunnyDream can download additional files onto a compromised host.[1]

EnterpriseT1070Indicator Removal

FunnyDream has the ability to clean traces of malware deployment.[1]

EnterpriseT1106Native API

FunnyDream can use Native API for defense evasion, discovery, and collection.[1]

EnterpriseT1005Data from Local System

FunnyDream can upload files from victims' machines.[1][2]

EnterpriseT1001Data Obfuscation

FunnyDream can send compressed and obfuscated packets to C2.[1]

EnterpriseT1560.003Archive via Custom MethodSub-technique

FunnyDream has compressed collected files with zLib and encrypted them using an XOR operation with the string key from the command line or `qwerasdf` if the command line argument doesn’t contain the key. File names are obfuscated using XOR with the same key as the compressed file content.[1]

EnterpriseT1025Data from Removable Media

The FunnyDream FilePakMonitor component has the ability to collect files from removable devices.[1]

EnterpriseT1518.001Security Software DiscoverySub-technique

FunnyDream can identify the processes for Bkav antivirus.[1]

EnterpriseT1059.003Windows Command ShellSub-technique

FunnyDream can use `cmd.exe` for execution on remote hosts.[1]

EnterpriseT1027.013Encrypted/Encoded FileSub-technique

FunnyDream can Base64 encode its C2 address stored in a template binary with the `xyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvw_-` or `xyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvw_=` character sets.[1]

EnterpriseT1680Local Storage Discovery

FunnyDream can enumerate all logical drives on a targeted machine.[1]

EnterpriseT1070.004File DeletionSub-technique

FunnyDream can delete files including its dropper component.[1]

EnterpriseT1083File and Directory Discovery

FunnyDream can identify files with .doc, .docx, .ppt, .pptx, .xls, .xlsx, and .pdf extensions and specific timestamps for collection.[1]

EnterpriseT1095Non-Application Layer Protocol

FunnyDream can communicate with C2 over TCP and UDP.[1]

EnterpriseT1010Application Window Discovery

FunnyDream has the ability to discover application windows via execution of `EnumWindows`.[1]

Associated objects

Groups, software, and campaigns

CampaignEnterprise

C0007: FunnyDream

FunnyDream was a suspected Chinese cyber espionage campaign that targeted government and foreign organizations in Malaysia, the Philippines, Taiwan, Vietnam, and other parts of Southeast Asia. Security researchers linked the FunnyDream campaign to possible Chinese-speaking threat actors through the use of the Chinoxy backdoor and noted infrastructure overlap with the TAG-16 threat group.[1][2][3]

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.1
Created
Modified
Raw hash
c4847b4261b47057...
Imported snapshots across ATT&CK releases(1)
ReleaseBundle importedObject versionModifiedStatusRaw hash
19.11.1Current bundlec4847b4261b4…
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]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  2. [2]
    Kaspersky APT Trends Q1 2020

    Global Research and Analysis Team. (2020, April 30). APT trends report Q1 2020. Retrieved September 19, 2022.

    Open source URL
  3. [3]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  4. [4]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  5. [5]
    mitre-attackS1044
    Open source URL
  6. [6]
    mitre-attackS1044
    Open source URL
  7. [7]
    mitre-attackS1044
    Open source URL
  8. [8]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  9. [9]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  10. [10]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  11. [11]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  12. [12]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  13. [13]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  14. [14]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  15. [15]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  16. [16]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  17. [17]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  18. [18]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  19. [19]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  20. [20]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  21. [21]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  22. [22]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  23. [23]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  24. [24]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  25. [25]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  26. [26]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  27. [27]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  28. [28]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  29. [29]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  30. [30]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  31. [31]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  32. [32]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  33. [33]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  34. [34]
    Kaspersky APT Trends Q1 2020

    Global Research and Analysis Team. (2020, April 30). APT trends report Q1 2020. Retrieved September 19, 2022.

    Open source URL
  35. [35]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  36. [36]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  37. [37]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  38. [38]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  39. [39]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  40. [40]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  41. [41]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  42. [42]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  43. [43]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  44. [44]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  45. [45]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  46. [46]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  47. [47]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  48. [48]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  49. [49]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  50. [50]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  51. [51]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  52. [52]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  53. [53]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  54. [54]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  55. [55]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  56. [56]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  57. [57]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  58. [58]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  59. [59]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  60. [60]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  61. [61]
    Kaspersky APT Trends Q1 2020

    Global Research and Analysis Team. (2020, April 30). APT trends report Q1 2020. Retrieved September 19, 2022.

    Open source URL
  62. [62]
    Kaspersky APT Trends Q1 2020

    Global Research and Analysis Team. (2020, April 30). APT trends report Q1 2020. Retrieved September 19, 2022.

    Open source URL
  63. [63]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  64. [64]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  65. [65]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  66. [66]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  67. [67]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  68. [68]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  69. [69]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  70. [70]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  71. [71]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  72. [72]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  73. [73]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  74. [74]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    Open source URL
  75. [75]
    Bitdefender FunnyDream Campaign November 2020

    Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.

    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.