惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
Vercel News
Vercel News
F
Fortinet All Blogs
月光博客
月光博客
G
Google Developers Blog
博客园 - Franky
GbyAI
GbyAI
The Cloudflare Blog
I
InfoQ
雷峰网
雷峰网
WordPress大学
WordPress大学
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
T
The Blog of Author Tim Ferriss
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 聂微东
小众软件
小众软件
腾讯CDC
B
Blog
量子位
V
V2EX
S
SegmentFault 最新的问题
Google DeepMind News
Google DeepMind News

Security Affairs

Agent’s claims on WhatsApp access spark security concerns Meta accused of violating DSA by failing to safeguard minors Large-scale Roblox hacking operation shut down by Ukrainian authorities CVE-2026-42208: LiteLLM bug exploited 36 hours after its disclosure Internet censorship index reveals Russia’s lead and widespread content blocking All supported cPanel versions hit by critical auth bug, now patched U.S. CISA adds Microsoft Windows Shell and ConnectWise ScreenConnect flaws to its Known Exploited Vulnerabilities catalog ShinyHunters exploit Anodot incident to target Vimeo CVE-2026-3854 GitHub flaw enables remote code execution Signal Phishing Campaign Targets German Officials in Suspected Russian Operation Microsoft fixes Entra ID flaw enabling privilege escalation New Android spyware Morpheus linked to Italian surveillance firm NCSC launches SilentGlass, a plug-in device to secure HDMI and DisplayPort links Medtronic discloses security incident after ShinyHunters claimed theft of 9M+ records Chinese spy posed as researcher in spear-phishing campaign targeting NASA to steal defense software LINKEDIN BROWSERGATE Firefox bug CVE-2026-6770 enabled cross-site tracking and Tor fingerprinting Fast16: Pre-Stuxnet malware that targeted precision engineering software Italy moves to extradite Chinese national to the U.S. over hacking charges U.S. utility giant Itron discloses a security breach Critical bug in CrowdStrike LogScale let attackers access files GopherWhisper: new China-linked APT targets Mongolia with Go-based malware SECURITY AFFAIRS MALWARE NEWSLETTER ROUND 94 Trigona ransomware adopts custom tool to steal data and evade detection Security Affairs newsletter Round 574 by Pierluigi Paganini – INTERNATIONAL EDITION U.S. CISA adds SimpleHelp, Samsung, and D-Link flaws to its Known Exploited Vulnerabilities catalog Over 400,000 sites at risk as hackers exploit Breeze Cache plugin flaw (CVE-2026-3844) CISA reports persistent FIRESTARTER backdoor on Cisco ASA device in federal network 12-year-old Pack2TheRoot bug lets Linux users gain root privileges Signal phishing campaign targets Germany’s Bundestag President Julia Klöckner
FamousSparrow targets Azerbaijani energy sector in multi-...
Pierluigi Pa · 2026-05-14 · via Security Affairs

Chinese-linked FamousSparrow repeatedly targeted an Azerbaijani oil and gas company, reusing the same entry point in three intrusions from Dec 2025 to Feb 2026.

Chinese-linked threat actor FamousSparrow has conducted a sustained intrusion campaign against an Azerbaijani oil and gas company, returning to the same compromised entry point three separate times between late December 2025 and late February 2026.

Bitdefender researchers attribute with moderate-to-high confidence the operation to FamousSparrow, a group that overlaps with the broader Earth Estries and Salt Typhoon activity clusters, marking a significant expansion of the actor’s known targeting geography into a region that has become increasingly critical to European energy security.

“Bitdefender Labs tracked a multi-wave intrusion targeting an Azerbaijani oil and gas company from late December 2025 through late February 2026.” reads the report by Bitdefender. “This research documents expansion of Chinese APT activity against South Caucasus energy infrastructure, attributed with moderate-to-high confidence to FamousSparrow (overlapping with the Earth Estries threat ecosystem).”

The timing is not incidental. Following the expiration of Russia’s Ukraine gas transit agreement at the end of 2024 and the disruption of Strait of Hormuz shipments in early 2026, Azerbaijan has rapidly solidified its position as a strategic energy supplier for Europe, delivering gas to thirteen countries, including Germany and Austria. Against that backdrop, the targeting of Azerbaijani energy infrastructure by a China-aligned actor fits a pattern of espionage operations that track geopolitical shifts and follow the energy supply chains that matter to adversaries.

What makes this campaign technically distinctive is not just its persistence, but the methodical way in which FamousSparrow hackers adapted their tooling while preserving the same initial access vector throughout.

The intrusion began on December 25, 2025, when the attackers exploited a vulnerable Microsoft Exchange Server using the ProxyNotShell exploit chain, a vulnerability pair publicly disclosed back in 2022. Web shells with names like key.aspx, log.aspx, and errorFE_.aspx were dropped into publicly accessible directories in the days that followed, establishing the foothold the operators would return to repeatedly.

Despite remediation attempts by the victim organization, the attackers came back. Three times. Each time through the same Exchange server. Each time with a different payload.

The first wave deployed Deed RAT, a successor to ShadowPad used across multiple Chinese espionage groups, through an evolved DLL sideloading technique that stands out from more conventional implementations. Rather than simply replacing a legitimate DLL and executing immediately on load, the malicious library distributed its logic across two exported functions, Init and ComMain, creating a two-stage execution gate tied to the host application’s natural startup flow.

The legitimate LogMeIn Hamachi binary LMIGuardianSvc.exe served as the carrier. During the Init stage, the malicious DLL quietly patched the Windows API function StartServiceCtrlDispatcherW in memory without triggering any payload. Only later, when the application reached ComMain and followed its normal execution path to call that API, did the hook redirect control into the loader, which then restored the original API bytes and proceeded to decrypt and execute the Deed RAT payload from the encrypted .hamachi.lng file.

“By splitting its logic across two different functions, the malware requires the host application to follow its natural, full startup path before the malicious payload can execute.” continues the report. “This effectively gates the infection, ensuring that security sandboxes that only examine parts of the code in isolation will fail to observe any malicious behavior.”

The payload itself went through multiple layers: AES-128 decryption of the .hamachi.lng file, shellcode execution that resolved API functions via ELF hash rather than by name, RC4 decryption of the orchestrator, and finally LZNT1 decompression before a custom PE-like header format, with an updated magic value of 0xFF66ABCD replacing the previously documented 0xDEED4554, was processed to load the final module into memory.

The Deed RAT architecture retained its modular plugin structure, Startup, Config, Network, Proxy, Inject, and others, but with noteworthy implementation changes. Plugin decompression switched from Snappy to Deflate, invocation identifiers shifted by 0x100, and the configuration magic value changed. The C2 address embedded in the first wave’s configuration was virusblocker[.]it[.]com:443, a domain crafted to look like a security vendor.

With persistence established, the attackers moved laterally via RDP using domain administrator credentials, manually staging Deed RAT on a second server within minutes of opening the session. They then spread further using Impacket-style SMB execution utilities, building redundant footholds across the environment.

Nearly a month after the initial compromise, the attackers returned via the same Exchange server and attempted to deploy Terndoor, a backdoor previously observed in attacks against telecommunications infrastructure in South America, through a Mofu loader shellcode chain. The delivery mechanism abused a renamed copy of the legitimate deskband_injector64.exe to sideload a malicious winmm.dll.

“The attempt was unsuccessful, as the security solution blocked execution before the malware could complete its installation.” Bitdefender says. “Even so, several execution artefacts were recovered, including network communication with legitimate service ipinfo[.]io and evidence that the malware attempted to create a service for loading a driver.”

Registry traces showed attempted creation of a kernel driver service pointing to vmflt.sys in C:\ProgramData\USOShared, a non-standard location that legitimate kernel drivers almost never occupy. Recovered memory pages revealed a shellcode structure consistent with Mofu loader: a NOP followed by a CALL instruction using the return address to locate an encrypted payload, prefixed with a 12-byte header containing a seed and two size values, followed by LZNT1-compressed content with stripped MZ/PE headers.

The payload’s behavioral profile, driver installation, injection target strings including msdt.exe, RC4 implementation with a hardcoded key matching documented Terndoor samples, and section names consistent with Cisco Talos reporting on UAT-9244, supported the Terndoor attribution despite the partial recovery.

At the end of February 2026, the attackers made a third attempt using the same LogMeIn Hamachi sideloading chain, this time with a modified Deed RAT configuration. The mutex name changed, the service was renamed HamachiNet, injection targets were updated to include wininit.exe and dwm.exe, and the C2 address became sentinelonepro[.]com:443, masquerading as a well-known endpoint security vendor.

“While the underlying deployment method remained consistent, the malware configuration had been modified, indicating that the operators were actively adjusting their tooling while continuing to rely on an access path they still considered viable.” continues the report.

The files were relocated to C:\Recovery rather than the Hamachi installation directory, suggesting the operators were aware their previous artifacts may have been identified and removed.

The strategic significance runs in two directions. Geopolitically, this is the first documented instance of the FamousSparrow / Earth Estries activity cluster targeting energy infrastructure in the South Caucasus — a region where Chinese economic leverage through Belt and Road infrastructure is growing at the same time that Russian influence is contracting post-Ukraine.

Technically, the operation illustrates something defenders encounter repeatedly but often underestimate: an attacker who keeps coming back through the same door is an attacker who knows that door has not been fully closed.

“The intrusion illustrates that actors will exploit and re-exploit the same access path until the original vulnerability is patched, compromised credentials are rotated, and the attacker’s ability to return is fully disrupted.” Bitdefender says. “Across multiple waves of activity, the same access path was revisited, new payloads were introduced, and additional footholds were established, underscoring a high degree of persistence and operational discipline.”

ProxyNotShell was disclosed in 2022. The Exchange server at the center of this campaign was still exploitable through at least late February 2026, more than three years later. Patching internet-facing services remains the single most impactful defensive action available to organizations in sectors that geopolitical actors consider strategically valuable. It is also, evidently, still not happening fast enough.

“Patch internet-facing services immediately. ProxyShell and ProxyNotShell exploits against Exchange have been publicly documented since 2021 and 2022 respectively.” concludes the report. “Attackers will continue to exploit unpatched servers until they are either patched or taken offline.”

Follow me on Twitter: @securityaffairs and Facebook and Mastodon

Pierluigi Paganini

(SecurityAffairs – hacking, FamousSparrow)