Analysis Date: January 7, 2026
Methodology: Static analysis only
Sample: f6f7a37b49310287a253dbdf81e22f0593f44111215ca9308e46d2c68516196f
TL;DR
In-depth analysis of GLOBAL GROUP ransomware (RaaS), revealing:
- An encrypted
.configsection using a custom XOR + LCG algorithm - Hybrid encryption: Curve25519 (ECDH) + SHA-512 (KDF) + HC-128 (stream cipher)
- The “hash” at config offset 0x843 is actually the builder’s Curve25519 public key
- Three encryption modes based on file size (including a “panic” mode)
- Per-file ephemeral keys with proper asymmetric cryptography
- A builder structure allowing per-victim custom configs