취약한 난수 생성 함수를 사용하는 Gunra 랜섬웨어 분석 (리눅스 환경 대상 유포, ELF 형태)

2025-10-22 Ahnlab Analysis of Gunra Ransomware Using a Weak Random Number Generation Function (Distributed for Linux Environments, ELF Format)

https://asec.ahnlab.com/ko/90671/

Thumbnail for 취약한 난수 생성 함수를 사용하는 Gunra 랜섬웨어 분석 (리눅스 환경 대상 유포, ELF 형태)

AhnLab analyzed a Linux ELF variant of Gunra ransomware, a group active since April 2025 that targets organizations across multiple countries and industries and has caused confirmed domestic cases. The ELF variant accepts arguments for target path, extensions, thread count, encryption ratio, key storage, and encryption limits, then encrypts files or disks with ChaCha20. Its key and nonce generation uses time-based rand() calls that can produce repeated-byte values, making many encrypted files recoverable by brute forcing 256 possible byte values. AhnLab contrasts this with the Windows EXE variant, which uses ChaCha8 and CryptGenRandom(), making decryption far less practical, and lists MD5 94b68826818ffe8ceb88884d644ad4fc with product detection names.

Indicators of Compromise

Type Value First Seen Last Seen
HASH 22c47ec98718ab243f2f474170366a1… 2025-07-25 2025-10-22

Related Reports

« Back