Skip to content
Threat Feed
high threat PoC

FrostyNeighbor Targets Ukraine with Updated PicassoLoader Chain

The FrostyNeighbor threat actor is targeting Ukrainian governmental organizations with spearphishing emails containing malicious PDFs that deliver a JavaScript dropper (PicassoLoader) and ultimately a Cobalt Strike beacon.

CVE search metadata

CVE search record: CVE-2025-27915. Severity: medium. CVSS: 5.4. EPSS: 4.34%. KEV: no. Product: Cobalt Strike, WinRAR, Roundcube, Webmail (< 1.5.10), Webmail (< 1.6.11), SOGo webmail (< 5.12.8), Zimbra webmail, MDaemon Email Server, Kerio Webmail. Brief: FrostyNeighbor Targets Ukraine with Updated PicassoLoader Chain. Brief link: https://feed.craftedsignal.io/briefs/2026-05-frostyneighbor-ukraine/

CVE search record: CVE-2025-3929. Severity: medium. CVSS: 6.1. EPSS: 0.52%. KEV: no. Product: Cobalt Strike, WinRAR, Roundcube, Webmail (< 1.5.10), Webmail (< 1.6.11), SOGo webmail (< 5.12.8), Zimbra webmail, MDaemon Email Server, Kerio Webmail. Brief: FrostyNeighbor Targets Ukraine with Updated PicassoLoader Chain. Brief link: https://feed.craftedsignal.io/briefs/2026-05-frostyneighbor-ukraine/

CVE search record: CVE-2023-43770. Severity: medium. CVSS: 6.1. EPSS: 58.48%. KEV: no. Product: Cobalt Strike, WinRAR, Roundcube, Webmail (< 1.5.10), Webmail (< 1.6.11), SOGo webmail (< 5.12.8), Zimbra webmail, MDaemon Email Server, Kerio Webmail. Brief: FrostyNeighbor Targets Ukraine with Updated PicassoLoader Chain. Brief link: https://feed.craftedsignal.io/briefs/2026-05-frostyneighbor-ukraine/

CVE search record: CVE-2026-8496. Severity: medium. CVSS: 6.1. EPSS: 0.28%. KEV: no. Product: Cobalt Strike, WinRAR, Roundcube, Webmail (< 1.5.10), Webmail (< 1.6.11), SOGo webmail (< 5.12.8), Zimbra webmail, MDaemon Email Server, Kerio Webmail. Brief: FrostyNeighbor Targets Ukraine with Updated PicassoLoader Chain. Brief link: https://feed.craftedsignal.io/briefs/2026-05-frostyneighbor-ukraine/

CVE search record: CVE-2024-42900. Severity: medium. CVSS: 6.1. EPSS: 0.34%. KEV: no. Product: Cobalt Strike, WinRAR, Roundcube, Webmail (< 1.5.10), Webmail (< 1.6.11), SOGo webmail (< 5.12.8), Zimbra webmail, MDaemon Email Server, Kerio Webmail. Brief: FrostyNeighbor Targets Ukraine with Updated PicassoLoader Chain. Brief link: https://feed.craftedsignal.io/briefs/2026-05-frostyneighbor-ukraine/

What's new

  • 1. added CVE-2023-43770 +4 Jul 23, 14:07 via proofpoint
  • 2. poc_available; added CVE-2024-42009 +1 Jul 10, 19:17 via cccs

ESET researchers have identified new activity from FrostyNeighbor (aka Ghostwriter, UNC1151, UAC-0057, TA445, PUSHCHA, Storm-0257) targeting governmental organizations in Ukraine starting in March 2026. FrostyNeighbor, believed to be aligned with Belarus' interests, has been active since at least 2016, primarily targeting countries neighboring Belarus. The group employs spearphishing, disinformation campaigns, and credential harvesting to compromise various entities. This recent campaign utilizes malicious PDFs delivered via spearphishing emails, exploiting server-side validation to deliver a malicious payload only to victims with Ukrainian IP addresses. The group continually updates its toolset and compromise chains to evade detection, with a focus on Ukraine, Poland, and Lithuania. The attack culminates in the deployment of a Cobalt Strike beacon for persistent access and control.

Attack Chain

  1. A spearphishing email delivers a malicious PDF file (e.g., 53_7.03.2026_R.pdf) impersonating Ukrtelecom, a Ukrainian telecommunications company.
  2. If the victim's IP address is from Ukraine, the server delivers a RAR archive (e.g., 53_7.03.2026_R.rar) containing a JavaScript dropper (53_7.03.2026_R.js). Otherwise, a benign PDF is served.
  3. The JavaScript dropper (53_7.03.2026_R.js) executes and drops a decoy PDF file to the victim, simultaneously executing a second-stage JavaScript downloader (PicassoLoader) named Update.js, which is embedded in base64 within the first-stage script.
  4. The PicassoLoader script (Update.js) downloads a scheduled task template (config.xml) from a C&C server (book-happy.needbinding[.]icu) disguised as a JPG image (1GreenAM.jpg), but the server responds with text-based content, advertising an XML attachment.
  5. The script creates a scheduled task to achieve persistence. The scheduled task is configured to execute PicassoLoader (Update.js) periodically.
  6. The PicassoLoader script fingerprints the victim's computer, sending data to a C&C server using a URL like https://book-happy.needbinding[.]icu/employment/documents-and-resources.
  7. Based on the fingerprint, the C&C server may deliver a Cobalt Strike beacon.
  8. The Cobalt Strike beacon establishes persistence by copying rundll32.exe, writing a DLL to disk, and creating a registry entry to execute the copied rundll32.exe with the DLL.

Impact

FrostyNeighbor's campaigns primarily target governmental, military, and key sectors in Eastern Europe, with a focus on Ukraine, Poland, and Lithuania. A successful compromise allows the attacker to gain persistent access to the victim's systems, enabling them to conduct cyberespionage activities, including data theft, surveillance, and potential disruption of critical infrastructure. While Ukrainian targeting focuses on military, defense, and governmental entities, victimology in Poland and Lithuania includes sectors like industrial and manufacturing, healthcare and pharmaceuticals, logistics, and governmental organizations.

Recommendation

  • Monitor network traffic for connections to the C&C server domains listed in the IOC table, specifically book-happy.needbinding[.]icu and nama-belakang.nebao[.]icu to identify potential Cobalt Strike beacon activity.
  • Implement the provided Sigma rule to detect the execution of JavaScript files dropping other JavaScript files, indicative of PicassoLoader activity.
  • Inspect scheduled tasks for suspicious configurations that execute JavaScript files from the %AppData% directory to identify potentially compromised systems.
  • Block the malicious URLs listed in the IOC table at the network level, particularly https://book-happy.needbinding[.]icu/wp-content/uploads/2023/10/1GreenAM.jpg, to prevent the download of malicious scheduled task templates.

Detection coverage 2

Detect JavaScript Dropping Another JavaScript File

medium

Detects JavaScript files dropping other JavaScript files, a common technique used by downloaders like PicassoLoader.

sigma tactics: execution techniques: T1059.005 sources: process_creation, windows

Detect Cobalt Strike Beacon Process rundll32.exe

low

Detects rundll32.exe executing from unusual locations, a common persistence method used by Cobalt Strike beacons. This rule can be noisy and requires tuning in most environments.

sigma tactics: persistence techniques: T1053.005 sources: process_creation, windows

Detection queries are available on the platform. Get full rules →

Indicators of compromise

8

domain

7

hash_sha256

1

url

TypeValue
domainbook-happy.needbinding[.]icu
urlhttps://book-happy.needbinding[.]icu/wp-content/uploads/2023/10/1GreenAM.jpg
domainnama-belakang.nebao[.]icu
domainshare-ya.space
domainxwe.us
domainhgmydr.wiki
domainxsza.net
domainzxzaq.com
domainupgybj.store
hash_sha256625e4c166c7a1d5a1becf56b27d4f76a2f95935cbd8d556c30a493263d10dbf8
hash_sha256a0c80cab70d6672b01710a70f93311fc1c1db2fbbf9cd6daa543c34b87e3444a
hash_sha256fb8ec4dbed14c0a91361abd82ebe9fb083615c3dbb15348f57317af7cc41dd34
hash_sha2563a449148a0e3cac604fb93210dd7d91ccf48e06ed9aae064bc53a419a84ce9ba
hash_sha2568b5a4dc237a4c89042176bc89864a4c357dcdd14fa544fe6496ccb6c31cd5b7f
hash_sha2566b2c02bf82087a3ca5fb7ef8046554ff29ce85d52202bdcfae2b2653aede139a
hash_sha256e27d1bf82249002a66395c89dbda6ec5d8df012a84b79d36fffbbf7808d28878