AntiMalware•September 25, 2026•🇷🇺Translated from Russian

Solar and F6 Integrate Solar webProxy with F6 Malware Detonation Platform to Filter Web Threats

GC Solar and F6 have confirmed the integration of the Solar webProxy web access management system with the F6 Malware Detonation Platform. The joint solution enables faster detection of unknown threats by preventing the sandbox from being overloaded with safe web objects such as fonts, icons, and other routine content.

Solar webProxy performs preliminary filtering of objects arriving through web channels. Suspicious files are then forwarded over the ICAP protocol to F6 Malware Detonation Platform, where they undergo reputation analysis, static rule checks, and, when required, execution inside an isolated virtual machine to observe behavioral indicators.

Administrators can adjust the sensitivity of the integration. They may choose to send a larger volume of files to the sandbox or apply stricter pre-filtering so that only high-risk objects reach the detonation environment. The second approach conserves compute resources and shortens the queue for genuinely dangerous samples.

The problem addressed by the integration is practical rather than theoretical. According to the Solar webProxy team, archives represented 37 percent of web threats on average in 2025. Malicious payloads are commonly concealed inside ZIP, RAR, and 7Z containers, disguised as documents, installers, or other legitimate-looking files.

F6 Malware Detonation Platform can forcibly open and analyze files and links inside a virtual environment, identifying stealers, keyloggers, ransomware, and other malware families. Solar webProxy controls web traffic and decides which objects merit submission to this controlled analysis environment.

The integration is aimed primarily at medium and large organizations in the financial sector, industrial enterprises, and government agencies that process substantial volumes of data through web gateways every day.

Related articles

BoletimSec•Malware & Botnets

Group-IB Discovers RemControl Android Banking Trojan Using Dynamic Overlay Attacks to Steal Banking PINs

Group-IB has identified a new Android banking trojan named RemControl with samples dating back to July 2026. The malware targets more than 30 financial institutions across Europe, the Middle East, and Canada, with Italy and France as primary focus areas. RemControl employs an overlay technique that displays a full-screen phishing replica of the legitimate banking app when the victim launches the real application, capturing PINs, access codes, and card details before seamlessly returning control to the authentic app. Phishing screens are not bundled in the APK but are fetched dynamically from operator-controlled servers reachable via Telegram channels, allowing rapid target changes without reinfection. Distribution relies on fake Google Play listing pages that mimic a streaming application, with geo-targeted delivery for Italian visitors. The trojan requests VPN permissions to block Play Store traffic and bypass real-time security checks, followed by accessibility service access that enables screen reading, keystroke logging, remote taps, and unlock pattern reconstruction.

Habr•Malware & Botnets

Engineer Tackles Jane Street ASIC Reverse Engineering Puzzle with Custom Simulator and Verilog Extraction

A detailed technical account describes how one engineer spent weeks reverse engineering an ASIC from GDS files provided in a Jane Street puzzle. The process began with parsing the GDS layout using the gdstk Python library to identify 27 cells in the warmup challenge and thousands of elements in the main task. The engineer built a custom logic simulator backed by SQLite, developed a domain-specific hardware description language, and eventually extracted a netlist that could be converted into Verilog for simulation. Key components identified included shift registers, an adder, and a comparator named comparitor496 in the warmup round. In the full challenge, nearly 10,000 instances of 81 different sky130 standard cells were processed, revealing an unexpected floating net that prompted a bug report to Jane Street. The effort combined manual schematic tracing, graph-based connectivity analysis, and waveform inspection with Surfer to confirm functional behavior.

BoletimSec•Malware & Botnets

EtherHiding Campaign Hides Banking Trojan C2 in Polygon Smart Contracts

Security researchers have detailed the EtherHiding campaign, which conceals command-and-control infrastructure inside smart contracts on the Polygon blockchain. The final payload is a malicious browser extension that functions as a banking trojan, intercepting credentials and two-factor codes from approximately 479 financial and cryptocurrency websites. Instead of embedding fixed addresses in its code, the malware queries an encrypted C2 server address from the smart contract, allowing operators to change destinations through low-cost blockchain transactions that bypass domain blocking. Infection begins when victims visit one of 31 compromised legitimate sites that inject JavaScript displaying a fake CAPTCHA prompt. The prompt instructs users to press Windows+R and execute a PowerShell command, a social engineering technique known as ClickFix that downloads the malicious scripts without exploiting any software vulnerability. The campaign has remained active from November 2025 through at least September 2026, demonstrating the resilience of blockchain-based infrastructure against traditional takedown methods.

AntiMalware•Malware & Botnets

Group-IB Uncovers HEAVYGRAM Multi-Stage Windows Spyware Controlled via Telegram Bot API

Researchers at Group-IB have identified 29 new samples of HEAVYGRAM, a sophisticated multi-stage Windows malware designed to target journalists, Iranian dissidents, and government critics. The campaign begins with social engineering lures that deliver archives containing fake Telegram, KeePass, or video editor files, along with WSF, HTA, and Persian-language screensaver payloads. Once executed, the malware uses PowerShell to fetch additional components, establishes persistence through Windows startup mechanisms, and adds its directories to Microsoft Defender exclusions. The core implant, written in Python and packed with PyInstaller, supports DLL side-loading and communicates exclusively through Telegram Bot API to receive commands, capture screenshots, enumerate processes, and exfiltrate data. A particularly damaging capability allows theft of Telegram Desktop session files, enabling account hijacking without password re-entry. Group-IB attributes the operation to the Handala Hack group, linked to the Void Manticore persona also tracked as Storm-0842 and Red Sandstorm, believed to operate on behalf of Iranian intelligence services.