Skip to content
feed: live
>_ 0dayNews
threat intel
● Breaking

HollowFrame and Matryoshka: Backdoor Chain Targets Law Firm

Blackpoint Cyber documents HollowFrame, a Go-based loader, and Matryoshka, a Rust backdoor, deployed against a law firm via spear-phishing and an encrypted LNK archive.

HollowFrame and Matryoshka: Backdoor Chain Targets Law Firm
Image: 0dayNews / 0dayNews Editorial · All rights reserved
airgap airgap · Published · 2 min read

Two previously undocumented malware families. One law firm. Blackpoint Cyber disclosed both this week.

HollowFrame is a Go-based loader framework. Matryoshka is a Rust-built backdoor. Neither appears in prior public threat intelligence. Blackpoint Cyber’s research, reported by The Hacker News, covers the full intrusion chain.

The delivery chain — confirmed

  1. Target receives a spear-phishing message with a link to an encrypted archive.
  2. Archive contains a Windows Shortcut (.LNK) file.
  3. Executing the LNK triggers HollowFrame — a multi-stage loader written in Go.
  4. HollowFrame stages and deploys Matryoshka as the final payload.

Confidence: confirmed per Blackpoint’s published report.

Encrypted archives are a deliberate AV evasion choice. Inline scanners can’t inspect password-protected compressed content. By the time the victim opens the archive and executes the LNK, the scanning window is closed.

What Matryoshka does

Matryoshka’s post-execution capabilities haven’t been fully detailed in Blackpoint’s public disclosure. What the name implies — a nested, layered payload — maps to the multi-stage delivery architecture. Whether it establishes persistent access, exfiltrates data, beacons to a C2, or stages additional tools is not confirmed in the public materials reviewed here. That gap is intentional: responsible disclosure practice for undocumented, actively-used malware.

Confidence on capability specifics: unconfirmed. Treat accordingly.

Why law firms

Professional services are a consistent target for espionage-motivated intrusions. Law firms hold sealed litigation documents, merger and acquisition details, regulatory filings, and client communications — high-value intelligence that doesn’t require compromising the end client directly. Attribution for this campaign is not stated in Blackpoint’s public reporting.

Analysis: consistent with typical espionage-track targeting. No public attribution available at this time.

What defenders should look for

No CVEs are involved here. Initial access depends entirely on user interaction — someone clicks the LNK. The mitigations are behavioral:

  • Encrypted archives arriving via email or link, especially with a password in the same message, are high-confidence phishing delivery. Block or quarantine them at the mail gateway.
  • LNK files in compressed archives are uncommon in legitimate workflows. EDR rules flagging LNK execution from archive extraction paths are worth adding or reviewing.
  • Go-compiled binaries exhibit distinct network and memory patterns. Unexpected Go-built processes — especially those absent from software inventories — warrant investigation.
  • Rust binaries are unusual in most enterprise user-space environments outside development machines. A Rust-built binary running from a user’s temp or download path is worth triaging.

No patch applies here. Defense is detection, policy enforcement at the mail layer, and user awareness about encrypted-archive delivery.

Source: The Hacker News — Blackpoint Cyber research, published July 31, 2026.

Found this useful? Share it.