LWA-2026-7490 MAL-2026-12075 ↗ confirmed malware

tinkoff-boxy-mobile-vivid-heading@20.7.5

Malicious code in tinkoff-boxy-mobile-vivid-heading (npm)

T1195.002 · Compromise Software Supply ChainT1059.007 · JavaScriptT1105 · Ingress Tool TransferT1071.001 · Web ProtocolsT1573 · Encrypted ChannelT1082 · System Information DiscoveryT1041 · Exfiltration Over C2 Channel

Analysis

Multi-stage binary dropper. On require(), the package fingerprints the host (platform, arch, CPU count, memory, hostname) and downloads a platform-specific binary from Cloudflare Workers C2 servers (oob-worker[.]cf100-416[.]workers[.]dev, oob-worker[.]cf99-9b3[.]workers[.]dev, oob-worker[.]cf103-070[.]workers[.]dev) via HTTPS GET to /pkg/package (Linux x64/arm64), /pkg/loader_mac (macOS), or /pkg/package.exe (Windows). If HTTP download fails, it falls back to a DNS TXT-based payload channel via c[.]tin[.]dl[.]well1[.]site (and per-platform subdomains tina[.]dl[.]well1[.]site, ldr[.]dl[.]well1[.]site, win[.]dl[.]well1[.]site) — the payload is chunked across multiple TXT records and reassembled from base64. The downloaded binary is written to /var/tmp/.cache_<random> (Linux/macOS) or %TEMP%\dotnet_diag_<random>.exe (Windows) and spawned as a detached background process (cmd.exe /c start /b on Windows, /bin/sh -c "file &" on Linux) with stdio ignored and the child unref'd so it outlives the parent. Execution is rate-limited to once per ~6 hours via a lockfile at /tmp/.analytics_state.

analyzed by
Leitwacht
first seen
Aug 2, 2026, 04:02 PM
analyzed
Aug 2, 2026, 04:03 PM

Related advisories

browse all confirmed advisories →

Independently detected by the Leitwacht supply-chain probe. IOCs are defanged. Published CC0. Think this is a mistake? See the dispute policy.