SectopRAT (ArechClient2) Variant Hidden Inside Legitimate Italian Digital-Audio Software via FrameworkBase.dll Tampering

SectopRAT (ArechClient2) Variant Hidden Inside Legitimate (TL-2026-2646), also tracked as ArechClient2, is a high-severity malware campaign, first published 2026-09-25. It has no confirmed attribution, maps to 19 MITRE ATT&CK techniques (T1005, T1027, T1036), and is covered by 9 detection rules and 17 indicators of compromise.

Key facts for TL-2026-2646

Threat ID
TL-2026-2646
Also known as
ArechClient2, 1xxbot, SecTop RAT
Severity
HIGH
Status
ACTIVE
Category
MALWARE
First published
2026-09-25
Last reviewed
2026-09-25
Attribution confidence
LOW
Motivation
UNKNOWN
Detection rules
9
Indicators of compromise
17

Malware and tooling in SectopRAT (ArechClient2) Variant Hidden Inside Legitimate

Malware and tooling: ArechClient2, Rakhni, SectopRAT

FortiGuard Labs (Xiaopeng Zhang) documented a new variant of the SectopRAT (ArechClient2) .NET remote-access trojan and infostealer hidden inside legitimate digital-audio software from an Italian company. Operators tampered with the installed application's FrameworkBase.dll so it would secretly load an encrypted SectopRAT payload embedded in a database file - local post-install tampering, not a compromise of the vendor. The variant encrypts all network traffic with AES from the start, a change from prior variants that negotiated encryption only after first contact.

How SectopRAT (ArechClient2) Variant Hidden Inside Legitimate works

SectopRAT (also known as ArechClient2 and 1xxbot) is a heavily obfuscated .NET remote-access trojan with broad information-stealing capability, first documented by G Data in late 2019 and active since. It combines full remote control of the host with an infostealer that harvests browser credentials, cookies, autofill and saved payment data, email, gaming and cryptocurrency-wallet data, and can capture the screen and hijack a hidden secondary desktop to control browser sessions. The family has a long history of masquerading as legitimate software to reach victims: fake Notion installers, a fake Chrome installer served through Google Ads, and a July 2026 'FakeAgent' campaign in which malicious Bing ads steered victims to a lookalike Claude Desktop downloader that delivered SectopRAT to at least 29 organizations (Huntress).

The variant analyzed by FortiGuard Labs in September 2026 was concealed inside legitimate digital-audio software produced by an Italian company. Rather than compromising the vendor's build or distribution pipeline, the operators tampered with the application after it had already been installed on victim systems: they modified the legitimate FrameworkBase.dll so that it would secretly load the malicious payload. The SectopRAT payload itself was encrypted and embedded inside a database file, and was launched through a legitimate-looking executable and DLL-loading mechanism to appear benign. FortiGuard emphasizes this was local tampering of the installed application, not a supply-chain compromise of the vendor and not an exploitation of a vulnerability in the digital-audio application itself - the trusted software was simply repurposed as camouflage.

The new variant differs from earlier SectopRAT builds in how it encrypts its command-and-control traffic. Previous variants initiated an unencrypted connection and only switched to encryption after a negotiation step; this variant applies AES encryption to its network traffic from the very first byte, reducing the window in which plaintext C2 traffic can be observed. This is consistent with the family's broader evolution, which introduced AES256 C2 encryption in early 2021 and has relied on Pastebin-hosted config retrieval for dynamic C2 resolution. FortiGuard catalogued 29 distinct actions the RAT can execute on an infected host, spanning file and process manipulation, screen viewing, command execution, machine restart, and a self-deletion routine intended to remove traces and hinder incident-response analysis.

Technical analysis of a related ArechClient2 sample (SentinelOne) illustrates the family's two-stage architecture. An AutoIt loader (a compiled a3x script) performed process hollowing into a suspended copy of jsc.exe (Microsoft.NET Framework v4.0.30319), a standard Windows utility, and the deobfuscated loader strings revealed the native API calls (CreateProcessW, NtUnmapViewOfSection, NtResumeThread) consistent with that injection. The second-stage .NET payload is heavily obfuscated - strings are stored encrypted in an embedded resource and XOR-decrypted at runtime using flow-dependent variables, opaque predicates, and global variables that make static deobfuscation impractical. The family employs anti-VM and anti-emulator checks, and this sample carried a date-based guardrail that stopped execution when analysis attempts were detected, presenting a misleading Windows-update error. C2 for that sample used TCP port 15647 (77.73.133.83, with a fallback of 34.107.35.186 and a Pastebin-hosted config URL), matching previously captured ArechClient2 traffic and confirming family identity. Darktrace/Cybersprint additionally documented the family's Pastebin-based config retrieval and exfiltration of stolen data to C2 in JSON form, and catalogued the non-standard C2 ports 15647, 15678, 15649, 228, and 80.

Defenders should treat the presence of SectopRAT on a host as a full post-compromise foothold with both remote-control and credential/theft impact. Detection should focus on behavioral indicators that survive the obfuscation and encryption: anomalous process hollowing into jsc.exe, unexpected DLL side-loading from application directories, non-standard TCP beaconing on port 15647, connections to Pastebin immediately preceding C2 beaconing, and the presence of a second desktop / remote session controlling browser windows. Because the malware deletes itself to hide traces, endpoint telemetry and memory forensics are more reliable than on-disk signatures for detection and response.

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

Collection

T1005 Data from Local System; T1113 Screen Capture; T1185 Browser Session Hijacking

Defense Evasion

T1027 Obfuscated Files or Information; T1036 Masquerading; T1055.012 Process Injection: Process Hollowing; T1070.004 Indicator Removal: File Deletion; T1140 Deobfuscate/Decode Files or Information; T1497.001 Virtualization/Sandbox Evasion: System Checks; T1574.001 DLL

Execution

T1059 Command and Scripting Interpreter; T1204.002 User Execution: Malicious File

Command and Control

T1071.001 Application Layer Protocol: Web Protocols; T1219 Remote Access Tools; T1571 Non-Standard Port; T1573.001 Encrypted Channel: Symmetric Cryptography

Discovery

T1082 System Information Discovery

Exfiltration

T1537 Transfer Data to Cloud Account

Credential Access

T1555.003 Credentials from Password Stores: Credentials from Web Browsers

Remediation for SectopRAT (ArechClient2) Variant Hidden Inside Legitimate

Patches

  • No vendor CVE applies - the delivery abused a legitimate application's install directory via local tampering, not a product vulnerability; keep all software and EDR definitions current regardless

Immediate actions

  • Hunt for and isolate hosts beaconing to SectopRAT C2 on non-standard ports (15647, 15678, 15649) or reaching pastebin.com immediately before failed C2 connections
  • Collect memory and endpoint telemetry (process hollowing into jsc.exe, DLL side-loading) before on-disk artifacts are deleted by the RAT's self-deletion routine
  • Revoke and rotate credentials, cookies and session tokens found in compromised browser and mail profiles

Workarounds

  • Restrict write access to application installation directories to reduce tampering opportunities for DLL side-loading
  • Block outbound traffic to Pastebin and known Pastebin-based config retrieval unless business-justified

Longer-term hardening

  • Deploy behavioral EDR detections that flag process hollowing, anomalous DLL side-loading, and hidden-desktop session control rather than relying on on-disk malware signatures
  • Add the family's C2 IPs and Pastebin config URLs to network perimeter and DNS blocking
  • Maintain visibility into scheduled tasks and services that could reinfect hosts after the RAT self-deletes

Timeline of SectopRAT (ArechClient2) Variant Hidden Inside Legitimate

  • SectopRAT (ArechClient2) first documented by G Data as a .NET RAT that launches a hidden secondary desktop to control victim browser sessions.
  • G Data reports a new SectopRAT variant adding encrypted (AES256) command-and-control communication and additional commands.
  • Darktrace observes SectopRAT retrieving config from Pastebin (104.20.67.143) followed by failed C2 beaconing to 5.75.147.135:15647.
  • Darktrace records 9 connections to pastebin.com (85 KB downloaded) and 1,021 failed connections to 34.107.84.7:15647, indicative of beaconing.
  • Recorded Future reports GrayCharlie actor distributing SectopRAT alongside other RATs in a suspected supply-chain compromise of law-firm websites.
  • Huntress documents the 'FakeAgent' campaign: malicious Bing ads on a search for Claude Desktop led to a lookalike downloader that delivered SectopRAT to at least 29 organizations via DLL side-loading.
  • FortiGuard Labs (Xiaopeng Zhang) publishes analysis of a new SectopRAT variant hidden in legitimate Italian digital-audio software via FrameworkBase.dll tampering, with AES-encrypted traffic from the start.

Sources cited for SectopRAT (ArechClient2) Variant Hidden Inside Legitimate

More in malware

Detection coverage for TL-2026-2646

As of 2026-09-25, Threadlinqs Intelligence publishes 9 detection rule(s) for TL-2026-2646 across Splunk SPL, Microsoft KQL and Sigma, covering 17 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.

Threadlinqs Intelligence — Real-Time Threat Detection Platform

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

Latest Threats