Skip to main content
Mallory
MalwareRansomwareUsed by 4 actors

A0Backdoor

A0Backdoor is a newly identified, memory-resident backdoor used in social-engineering campaigns that abuse Microsoft Teams and Windows Quick Assist to gain remote access to victims. Reporting links the activity to Blitz Brigantine, also tracked as Storm-1811 and STAC5777, a financially motivated cluster associated with the Black Basta ransomware ecosystem and also linked in later reporting to Cactus. Observed targeting has focused on finance and healthcare organizations, including victims in Canada and broader campaigns spanning multiple countries.

The intrusion chain commonly begins with email bombing, followed by Microsoft Teams messages or calls from attackers impersonating internal IT or help desk staff. Victims are persuaded to launch Quick Assist and share access, after which the operators deploy digitally signed MSI installers masquerading as legitimate Microsoft software such as Teams components, Phone Link/CrossDeviceService, or related updates. These installers have been hosted on personal Microsoft cloud storage and use DLL sideloading by placing legitimate Microsoft binaries alongside malicious DLLs, especially a trojanized hostfxr.dll; a second sideloading vector using clipsp.dll has also been reported.

The malicious loader decrypts and executes A0Backdoor in memory and employs multiple anti-analysis and evasion techniques directly described in the reporting: virtualization and sandbox checks including QEMU artifacts, IsDebuggerPresent checks, excessive thread creation intended to disrupt debugging, runtime-only decryption, and a time-based decryption mechanism that only works within an approximately 55-hour window. Some reporting also notes dependence on a hidden trailing space character in command-line input to derive the correct decryption key. Breakglass Intelligence reported encrypted shellcode embedded in trojanized DLLs, use of exported hostfxr_* functions to mimic the legitimate .NET hosting component, and embedded dictionary words to reduce entropy.

Once active, A0Backdoor fingerprints the host and steals system information, including details such as username, computer or device information, using APIs including GetComputerNameW, GetUserNameExW, and DeviceIoControl. Its command-and-control channel uses covert DNS tunneling rather than direct outbound connections. Multiple sources state that it sends encoded victim metadata and receives commands via DNS MX record queries, often through trusted public recursive resolvers such as 1.1.1.1 and 8.8.8.8, with data embedded in high-entropy or long subdomains/labels. This MX-based approach is specifically noted as helping the malware blend with normal traffic and evade detections focused on TXT-record DNS tunneling. One report identified fsdgh[.]com as an attacker-controlled C2 domain used for this channel.

Additional campaign details reported with high confidence include use of digitally signed MSI installers and malicious DLLs, including samples signed with a now-revoked SSL.com Extended Validation certificate issued to MULTIMEDIOS CORDILLERANOS SRL of Argentina. Reported filenames and paths include Update.msi, UpdateFX.msi, and installation into %LocalAppData%\Microsoft\CrossDevice Share\25017.203.3370. Overall, the malware is described as a stealth-focused backdoor used for information theft, persistence, reconnaissance, and as a precursor to broader intrusion activity potentially leading to ransomware deployment.

Share:
For your environment

Hunt this family in your stack

Mallory pivots from this family to the IOCs, detections, and named campaigns that touch your stack, and pages you when something new lands.

THREAT ACTORS

Groups observed using it

4 distinct threat actors attributed by public researchers. Open in Mallory to see the full evidence chain and overlapping campaigns.

View more details
Storm-1811

Five months later in March this year, BlueVoyant published the forensics on a related campaign that drops a previously undocumented payload called A0Backdoor and judged it “an evolution of tactics, techniques and procedures associated with the BlackBasta ransomware gang...”

via ismsisms.online
Blitz Brigantine

Once the initial checks pass, the malware drops the A0Backdoor into the computer’s memory. This backdoor is designed to steal information and maintain long-term access to the infected system.

via gbhackersgbhackers.com
STAC5777

Nine malware samples from the A0Backdoor family surfaced on MalwareBazaar today -- all signed with a now-revoked Extended Validation code signing certificate issued to an Argentinian media company.

via breakglass intelintel.breakglass.tech
STAC5777

A newly identified backdoor called A0Backdoor has emerged as part of a calculated social-engineering campaign that abuses Microsoft Teams and the Windows remote assistance tool Quick Assist.

via cyber security newscybersecuritynews.com
MITRE ATT&CK

Techniques & procedures

26 distinct techniques documented for this family, organized by ATT&CK tactic.

Initial Access

2 techniques
T1566PhishingEvidence1

On 4 November last year, an external user signed into a customer environment under the display name “IT Support”... Within twenty-eight minutes they had opened a Quick Assist screen-share session against a target who believed he was speaking to colleagues.

T1566.003Spearphishing via ServiceEvidence2

MITRE ATT&CK Mapping Tactic Technique ID Implementation Initial Access Phishing: Spearphishing via Service T1566.003 Microsoft Teams social engineering

Execution

2 techniques
T1204.002Malicious FileEvidence1
TacticExecution

MITRE ATT&CK Mapping Tactic Technique ID Implementation Execution User Execution: Malicious File T1204.002 Update.msi execution via Quick Assist

T1574.001DLLEvidence3

the malicious hostfxr.dll sideloads itself into a legitimate process and decrypts A0Backdoor only once it is resident in memory

Stealth

10 techniques
T1027Obfuscated Files or InformationEvidence2
TacticStealth

The malicious code only decrypts itself if it executes within a specific 55-hour time window after delivery... the malware requires a specific invisible Unicode space character appended to a command-line argument to generate the correct decryption key.

T1036MasqueradingEvidence5
TacticStealth

the tenants they registered for the operation carried display names so generic that they passed unnoticed: ‘Help Desk’, ‘Help Desk IT’, ‘Help Desk Support’, ‘IT Support’.

T1036.005Match Legitimate Resource Name or LocationEvidence1
TacticStealth

MITRE ATT&CK Mapping Tactic Technique ID Implementation Defense Evasion Masquerading: Match Legitimate Name T1036.005 "Microsoft Cross Device Add-in" branding

T1140Deobfuscate/Decode Files or InformationEvidence2
TacticStealth

the malicious hostfxr.dll sideloads itself into a legitimate process and decrypts A0Backdoor only once it is resident in memory

T1218.007MsiexecEvidence1
TacticStealth

MITRE ATT&CK Mapping Tactic Technique ID Implementation Execution System Services: Windows Installer T1218.007 MSI CustomAction type 1234 (SYSTEM context)

T1497Virtualization/Sandbox EvasionEvidence3

First, it uses an anti-sandbox trick by checking the computer’s firmware for signs of virtual testing environments like QEMU.

T1497.001System ChecksEvidence1

MITRE ATT&CK Mapping Tactic Technique ID Implementation Defense Evasion Virtualization/Sandbox Evasion T1497.001 QEMU detection, 55-hour time window

T1497.003Time Based ChecksEvidence1

“incorporates a time-based execution mechanism… divides it into execution windows lasting roughly 55 hours… outside the expected time slot… preventing… malware from executing successfully.”

T1574.001DLLEvidence3

the malicious hostfxr.dll sideloads itself into a legitimate process and decrypts A0Backdoor only once it is resident in memory

T1622Debugger EvasionEvidence4

It also creates many junk processing threads designed specifically to crash debugging software.

T1553.002Code SigningEvidence3

To make the files look completely safe, the hackers host them on personal Microsoft cloud storage accounts and sign them with digital certificates.

Discovery

8 techniques
T1033System Owner/User DiscoveryEvidence2
TacticDiscovery

The backdoor immediately gathers details about the computer, including the username and system device information, so the hackers can easily identify their new victim.

T1057Process DiscoveryEvidence1
TacticDiscovery

MITRE ATT&CK Mapping Tactic Technique ID Implementation Discovery Process Discovery T1057 Process enumeration

T1082System Information DiscoveryEvidence2
TacticDiscovery

The backdoor immediately gathers details about the computer, including the username and system device information, so the hackers can easily identify their new victim.

T1497Virtualization/Sandbox EvasionEvidence3

First, it uses an anti-sandbox trick by checking the computer’s firmware for signs of virtual testing environments like QEMU.

T1497.001System ChecksEvidence1

MITRE ATT&CK Mapping Tactic Technique ID Implementation Defense Evasion Virtualization/Sandbox Evasion T1497.001 QEMU detection, 55-hour time window

T1497.003Time Based ChecksEvidence1

“incorporates a time-based execution mechanism… divides it into execution windows lasting roughly 55 hours… outside the expected time slot… preventing… malware from executing successfully.”

T1614.001System Language DiscoveryEvidence1
TacticDiscovery

MITRE ATT&CK Mapping Tactic Technique ID Implementation Discovery System Language Discovery T1614.001 Locale checks

T1622Debugger EvasionEvidence4

It also creates many junk processing threads designed specifically to crash debugging software.

Lateral Movement

2 techniques
T1021Remote ServicesEvidence1

The cloud and software giant’s threat intelligence team had already documented the same operators abusing the Quick Assist remote support tool since mid-April that year... Within twenty-eight minutes they had opened a Quick Assist screen-share session against a target

T1021.005VNCEvidence1

"Approving a Quick Assist remote session would then allow the distribution of malicious MSI files..."

T1071.004DNSEvidence6

Even command-and-control hides in plain sight: rather than the TXT-record DNS tunnels that mature security operations centers have learned to flag, A0Backdoor encodes its instructions in DNS MX queries.

T1132Data EncodingEvidence1

Data is encoded and hidden inside MX record queries — normally used for email routing

T1219Remote Access ToolsEvidence1

The victim, believing they are talking to company support, grants remote access through Quick Assist, a built-in Windows tool that lets one computer be controlled by another.

T1568Dynamic ResolutionEvidence2

The hackers also intentionally use older, previously registered website names rather than creating brand-new ones. This strategy helps them bypass automated security filters that usually block newly registered domains.

T1572Protocol TunnelingEvidence1

MITRE ATT&CK Mapping Tactic Technique ID Implementation Command and Control Protocol Tunneling T1572 Data encoded in DNS subdomain queries

Other

1 technique
T1656ImpersonationEvidence1

In late May 2024, Microsoft watched a financially motivated cybercriminal group it tracks as Storm-1811 do something that traditional perimeter controls were not built to see- it logged into Teams, said hello, and asked for help.

INDICATORS OF COMPROMISE

IOCs tracked for this family

15 indicators attributed across vendor reports, sandbox runs, and researcher write-ups. Full values are available in Mallory.

View more in app
Network
3 tracked

IPs, domains, and DNS infrastructure linked to this family.

Hashes
11 tracked

File hashes (MD5, SHA-1, SHA-256) from samples and reports.

Other
1 tracked

Other indicator types observed in public reporting.

TypeValueLatest sighting
email●●●●●●●●●●●●View more in app8 days ago
domain●●●●●●●●●●●●View more in app3 months ago
domain●●●●●●●●●●●●View more in app3 months ago
hash.md5●●●●●●●●●●●●View more in app3 months ago
hash.sha256●●●●●●●●●●●●View more in app3 months ago
hash.sha256●●●●●●●●●●●●View more in app3 months ago
ACTIVITY FEED

Recent activity

13 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.

ismsNews
May 28, 2026
When The Help Desk Is The Threat - ISMS.online

A previously undocumented backdoor payload delivered in a campaign linked to Storm-1811/BlackBasta tradecraft. It is decrypted in memory after a malicious hostfxr.dll sideloads into a legitimate process, and its command-and-control traffic hides in DNS MX queries.

Read more
infosec writeupsNews
Apr 30, 2026
We Got Targeted: How Attackers Used Microsoft Teams to Own an Employee’s Machine, And How We Caught It | by SHENOBIE | Apr, 2026 | InfoSec Write-ups

A0Backdoor is described as a newly observed backdoor/loader delivered via DLL sideloading after attackers gained remote access through Quick Assist. It uses a 55-hour time-based decryption window, requires a hidden Unicode space character in a command-line argument for correct decryption, checks for QEMU/VirtualBox/VMware artifacts to evade sandboxes, spawns junk threads to disrupt debuggers, and communicates with command-and-control infrastructure through DNS tunneling using MX record queries via public resolvers.

Read more
bleeping computerNews
Apr 18, 2026
Microsoft Teams right-click paste broken by Edge update bug

Related Articles: Microsoft Teams phishing targets employees with A0Backdoor malware

Read more
cyber security newsNews
Mar 16, 2026
Attackers Abuse Microsoft Teams and Quick Assist to Drop Stealthy A0Backdoor - Cyber Security News

A0Backdoor is a backdoor delivered via socially engineered Quick Assist sessions and disguised MSI installers. It uses DLL sideloading through a malicious hostfxr.dll, performs anti-analysis checks including debugger disruption and virtual environment detection, fingerprints infected hosts, and communicates with operators via DNS tunneling and DNS MX record queries using high-entropy subdomains.

Read more
What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets match these IOCs, which detections are missing, which campaigns to expect next, and what to do in the next 30 minutes.
IOC matching15

Match every observed IP, domain, and hash against your live telemetry.

Threat actor attribution4

Named campaigns wielding this family, with evidence pinned to each claim.

Exploited vulnerabilities

CVEs this family uses for access and lateral movement.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

MITRE ATT&CK mapping26

Every documented technique, ranked by evidence weight.

Researcher chatter

Reddit, Mastodon, and CTI community discussion around this family.