GIBCRYPTO Destructive Ransomware with Snake Keylogger Shared Telegram C2 Infrastructure

GIBCRYPTO Destructive Ransomware with Snake Keylogger Shared (TL-2026-0210), also tracked as GIBCRYPTO, is a critical-severity ransomware operation, first published 2026-03-11. It carries a reported Russia nexus and is not formally attributed, affects Microsoft Windows, maps to 19 MITRE ATT&CK techniques (T1033, T1041, T1056.001), and is covered by 9 detection rules and 18 indicators of compromise.

Key facts for TL-2026-0210

Threat ID
TL-2026-0210
Also known as
GIBCRYPTO
Severity
CRITICAL
Status
ACTIVE
Category
RANSOMWARE
First published
2026-03-11
Last reviewed
2026-03-11
Attribution confidence
NONE
Nation-state nexus
Russia
Motivation
FINANCIAL
Target sectors
enterprise, healthcare, financial, government, education, manufacturing
Target regions
Europe, Germany
Detection rules
9
Indicators of compromise
18

Malware and tooling in GIBCRYPTO Destructive Ransomware with Snake Keylogger Shared

Malware and tooling: 404 Keylogger, GIBCRYPTO, Salsa20, Telegram Bot API

GIBCRYPTO is a destructive .NET ransomware first observed February 22, 2026 in Germany that uses Salsa20 stream cipher encryption and appends the .gibcrypto extension to encrypted files. It shares identical Telegram bot C2 infrastructure with Snake Keylogger, performs MBR corruption, system DLL destruction, AMSI bypass via inline patching of AmsiScanBuffer, and Windows Defender disablement, making recovery nearly impossible even if ransom is paid.

How GIBCRYPTO Destructive Ransomware with Snake Keylogger Shared works

GIBCRYPTO is a destructive ransomware variant implemented as a .NET PE executable, first observed on February 22, 2026 targeting systems in Germany. The malware represents a dangerous convergence of ransomware and wiper capabilities, with a shared command-and-control infrastructure linking it to the well-known Snake Keylogger malware family.

Upon execution, GIBCRYPTO follows a multi-stage attack chain. The malware first displays a ransom note and locks the user interface to prevent interaction. It then activates keylogging functionality to capture credentials and other sensitive input. Before encrypting files, GIBCRYPTO performs several defense evasion actions: it bypasses the Windows Antimalware Scan Interface (AMSI) through inline patching of the AmsiScanBuffer function, overwriting its first 6 bytes with the opcodes B8 57 00 07 80 C3, which forces the function to return error code 0x80070057 and immediately exit, effectively disabling PowerShell and script scanning. It also disables Windows Defender real-time monitoring via PowerShell cmdlets, blocks Task Manager through registry modification, and disables critical keyboard shortcuts including Alt, F4, Windows key, and Tab to prevent the user from accessing system controls.

The encryption routine uses the Salsa20 stream cipher with random 8-byte values generated per file as encryption keys. GIBCRYPTO loads entire files into RAM, encrypts them in-place, writes the encrypted version with a .gibcrypto extension, and deletes the original file. This approach means larger files consume significant memory during encryption.

What makes GIBCRYPTO particularly dangerous is its destructive post-encryption behavior. After encrypting user files, the malware corrupts the Master Boot Record (MBR), rendering the system unbootable. It also randomly overwrites system DLL files with random bytes at 5-second intervals, progressively degrading system stability. Additionally, it deletes shadow copies via cmd.exe to eliminate any possibility of system restore. These destructive capabilities effectively make GIBCRYPTO a wiper-ransomware hybrid — even if a victim pays the ransom, system recovery is extremely unlikely due to MBR corruption and DLL destruction.

The malware establishes persistence through Windows Registry Run keys to survive system reboots. For command and control, GIBCRYPTO uses the Telegram Bot API, exfiltrating victim data including usernames, machine names, and system screenshots to a Telegram channel controlled by the attacker. The critical infrastructure link is that GIBCRYPTO uses the identical Telegram bot token (8514918049:AAEyTqSuSZaPOdNZN08tL395l0SgCFg-ju8) and chat ID (7592909148) previously associated with Snake Keylogger campaigns, strongly suggesting a common threat actor or shared tooling between the two malware families.

Snake Keylogger (also known as 404 Keylogger) is a well-documented .NET-based credential stealer that has been responsible for over 280 million blocked infection attempts globally, typically spreading through phishing emails and using AutoIt-compiled binaries with process hollowing into RegSvcs.exe for evasion. The shared Telegram infrastructure indicates either a single operator deploying both tools or a shared malware-as-a-service backend.

The zeroed PE timestamp in the GIBCRYPTO binary is a deliberate anti-forensics technique to hinder timeline reconstruction. The combination of encryption, destruction, and espionage capabilities in a single payload, coupled with shared C2 infrastructure with a known infostealer, represents a significant escalation in ransomware sophistication.

---

**Revalidated on 2026-03-12**

No substantive changes warranted to the description at this time. The existing description accurately covers: (1) the .NET PE implementation, (2) Salsa20 encryption with random 8-byte nonces, (3) the AMSI bypass mechanism with correct opcodes, (4) MBR corruption and system DLL destruction wiper behavior, (5) the shared Telegram bot C2 with Snake Keylogger, and (6) defense evasion techniques. The only potential future addition would be if independent vendor analysis surfaces new technical details about the encryption key derivation, additional C2 channels, or lateral movement capabilities not covered in the K7 Labs report.

MITRE ATT&CK techniques used in TL-2026-0210

discovery

T1033 System Owner/User Discovery; T1082 System Information Discovery

exfiltration

T1041 Exfiltration Over C2 Channel; T1567 Exfiltration Over Web Service

collection

T1056.001 Keylogging; T1113 Screen Capture

execution

T1059.001 PowerShell

defense-evasion

T1070.006 Timestomp

command-and-control

T1071.001 Web Protocols; T1102.002 Bidirectional Communication

impact

T1485 Data Destruction; T1486 Data Encrypted for Impact; T1490 Inhibit System Recovery; T1529 System Shutdown/Reboot; T1561.002 Disk Structure Wipe

persistence

T1547.001 Registry Run Keys / Startup Folder

defense-impairment

T1553.006 Code Signing Policy Modification; T1685 Disable or Modify Tools; T1685.001 Disable or Modify Windows Event Log

Affected products and versions in GIBCRYPTO Destructive Ransomware with Snake Keylogger Shared

  • Microsoft — Windows
    Vulnerable versions: Windows 10; Windows 11; Windows Server 2016; Windows Server 2019; Windows Server 2022

Remediation for GIBCRYPTO Destructive Ransomware with Snake Keylogger Shared

Immediate actions

  • Block Telegram Bot API endpoints (api.telegram.org) at network perimeter
  • Monitor for processes modifying MBR or writing to physical disk sector 0
  • Alert on AmsiScanBuffer patching attempts (opcode sequence B8 57 00 07 80 C3)
  • Block execution of unknown .NET binaries with zeroed PE timestamps
  • Isolate systems showing .gibcrypto file extensions immediately

Workarounds

  • Disable PowerShell execution for non-administrative users
  • Enable Windows Defender tamper protection via Group Policy
  • Monitor Registry Run keys for unauthorized persistence entries
  • Block outbound HTTPS to api.telegram.org at firewall level

Longer-term hardening

  • Deploy EDR with behavioral detection for MBR modification and DLL overwrite patterns
  • Implement application whitelisting to prevent unauthorized .NET executable execution
  • Enable AMSI tamper protection and monitor for AMSI bypass attempts
  • Maintain offline backups with regular integrity verification
  • Deploy network segmentation to limit lateral movement after initial compromise

Timeline of GIBCRYPTO Destructive Ransomware with Snake Keylogger Shared

  • FortiGuard Labs documents evolving Snake Keylogger variant with Telegram bot exfiltration and AutoIt obfuscation
  • Snake Keylogger variant responsible for over 280 million blocked infection attempts globally reported
  • Initial GIBCRYPTO sample collected with MD5 hash 1B56666BC5DB3351FC112245251620B2
  • GIBCRYPTO ransomware first observed targeting systems in Germany
  • Shared Telegram bot token and chat ID identified linking GIBCRYPTO to Snake Keylogger campaigns
  • K7 Labs detection name Generic Ransomware(Type1) assigned to GIBCRYPTO samples
  • K7 Labs publishes detailed technical analysis of GIBCRYPTO ransomware with Snake Keylogger connection
  • Malware.news aggregator syndicates K7 Labs GIBCRYPTO analysis, broadening visibility to wider security community
  • As of 2026-05-29, GIBCRYPTO (CRITICAL destructive .NET wiper-ransomware, no CVE so no patch applies) remains ACTIVE with no observed takedown, arrest, or superseding successor. Its linked Snake Keylogger/Telegram C2 ecosystem is confirmed actively running fresh 2026 phishing campaigns, though GIBCRYPTO itself has had limited new coverage since the March K7 Labs disclosure.

Sources cited for GIBCRYPTO Destructive Ransomware with Snake Keylogger Shared

Threats related to GIBCRYPTO Destructive Ransomware with Snake Keylogger Shared

Detection coverage for TL-2026-0210

As of 2026-03-11, Threadlinqs Intelligence publishes 9 detection rule(s) for TL-2026-0210 across Splunk SPL, Microsoft KQL and Sigma, covering 18 indicator(s) of compromise. The whole corpus is readable without an account; a free account unlocks full detection query text in Splunk SPL, Microsoft KQL and Sigma; paid tiers add raw indicator values, correlation and the MCP server. Threadlinqs MCP server · View plans.

Further reading

Threadlinqs Intelligence — Real-Time Threat Detection Platform

[ 0 threats ] [ 0 det ] [ CRIT: 0 ] [ HIGH: 0 ]
// threat_feed
$ sort --newest
Showing all threats

Latest Threats