Arechclient2
ArechClient2, also known as SectopRAT or SECTOP RAT, is a heavily obfuscated .NET remote access trojan with information-stealing capabilities that was first publicly reported in November 2019. Reported capabilities include creation of a hidden secondary desktop for simultaneous operator access, command execution, system profiling, and theft of browser data, browser passwords, cookies, autofill data, cryptocurrency wallet data, and credentials from applications including FTP, VPN, Telegram, Discord, and Steam. Observed profiling data includes OS version, hardware details, IP address, machine name, and geolocation.
The malware is commonly delivered as a follow-on payload by loaders and social-engineering chains rather than as an initial payload. Reported delivery mechanisms include paste-and-run / ClickFix / fake CAPTCHA lures, malvertising, SEO poisoning, typosquatting, malicious MSIX installers, and phishing. Loaders and delivery chains associated with ArechClient2 in the provided content include HijackLoader, FakeBat, Amadey, GHOSTPULSE, and SHELLTER-protected executables. Specific campaigns cited include fake Cloudflare CAPTCHA pages, a PDFCandy impersonation workflow, compromised websites used by ClearFake and Scarlet Goldfinch, malicious MSIX packages impersonating software such as Grammarly, Microsoft Teams, Notion, Zoom, Google Chrome, NordVPN, and Zoom, and targeted phishing against content creators using sponsorship-themed lures impersonating Udemy, Skillshare, Pinnacle Studio, and Duolingo. Proofpoint also reported its use in 2024 campaigns targeting transportation and logistics companies in North America via compromised email threads and ClickFix lures impersonating Samsara, AMB Logistic, and Astra TMS.
Execution chains described in the content include encoded PowerShell downloading and executing follow-on components; DLL sideloading to launch GHOSTPULSE; and an intermediate native .NET loader that patches AMSI, decrypts a payload from its .tls section, loads the CLR, and reflectively loads ArechClient2 directly into memory. ArechClient2 is often injected into a process created by cmd.exe, such as msbuild.exe. The malware is described as having numerous defense-evasion functions, and related chains frequently use obfuscation and in-memory loading.
For command and control, ArechClient2 has been reported to use pastebin[.]com to retrieve C2 IP addresses and to use atypical ports including 15647, 15678, 15649, 15847, and 9000. Reported infrastructure in the content includes 185.156.72[.]80:15847, 144.172.97[.]2, and a secondary C2 143.110.230[.]167 retrieved from pastebin[.]com/raw/Wg8DHh2x. Since at least June 2025, samples have also used EtherHiding via the Binance Smart Chain to retrieve a secondary C2 through RPC eth_call requests to smart contracts. In that technique, the malware contains one hardcoded C2, receives a base64-encoded tuple marked with START and FINISH containing an IV and encrypted C2 IP, and decrypts it with an embedded AES key. Reported related artifacts include sample hash 79326544757d48a9f0fc0cfd9628df712a92271fa85e1194c5132fa465896e72, smart contract 0xbd75e2f339d4aebf72ff13f3af4c27096f709a4d, AES key VOqkXCYMgproaIQIj50Z2tsBru1ULFzXeKKKg19WMTs=, and C2 138[.]226[.]238[.]96:443. Reported BSC RPC endpoints queried include bsc-dataseed1-4[.]binance[.]org, bsc-dataseed1-2[.]ninicoin[.]io, and bsc-dataseed1-4[.]defibit[.]io.
The malware has been observed across broad financially motivated intrusion activity and commodity malware ecosystems. The content links it to ClearFake, FakeBat-consistent MSIX activity, HijackLoader campaigns, and SHELLTER-protected malware campaigns, and notes reporting that in May 2024 ArechClient2 delivered Cobalt Strike and Brute Ratel before BlackSuit ransomware deployment. Red Canary, Elastic, Proofpoint, Splunk, VMRay, and MS-ISAC all reported activity involving this malware in 2024-2026.
Hunt this family in your stack
Mallory pivots from this family to the IOCs, detections, and named campaigns that touch your stack, and pages you when something new lands.
Groups observed using it
2 distinct threat actors attributed by public researchers. Open in Mallory to see the full evidence chain and overlapping campaigns.
ClearFake has delivered multiple payloads over time, including ArechClient2 and LummaC2; most recently, we’ve observed ACR Stealer, which debuts in this month’s top 10.
If allowed to continue running beyond this stage, researchers have reported additional payloads including StealC and ArechClient2.
Techniques & procedures
36 distinct techniques documented for this family, organized by ATT&CK tactic.
Resource Development
4 techniques
Resource Development
Lures that kick off execution chains leading to Arechclient2 heavily leverage initial access techniques like malvertising, search engine optimization (SEO) poisoning, and typosquatting.
Lures that kick off execution chains leading to Arechclient2 heavily leverage initial access techniques like malvertising, search engine optimization (SEO) poisoning, and typosquatting.
Initial Access
5 techniques
Initial Access
ClearFake is an activity cluster that uses JavaScript injected into compromised websites to deliver malware via drive-by download techniques
Starting around May, we observed campaigns targeting content creators with lures centered around sponsorship opportunities. These appear to be phishing emails sent to individuals with a YouTube channel impersonating brands such as Udemy, Skillshare, Pinnacle Studio, and Duolingo.
Most campaigns use messages with Google Drive URLs leading to an internet shortcut (.URL) file, or a .URL file attached directly to the message.
Execution
4 techniques
Execution
the activity we saw in March 2025 leveraged encoded PowerShell to make network communications, download resources, and execute files early in the execution chain.
In most scenarios, once users interact with the Fix or Verify button in the lure, the button will covertly copy an obfuscated PowerShell command to the clipboard and present the user with “verification steps.”
Persistence
1 technique
Persistence
Privilege Escalation
2 techniques
Privilege Escalation
Stealth
8 techniques
Stealth
ClearFake fetches and executes base64 encoded and gzip compressed code... The initial smart contract delivers an obfuscated JavaScript payload... Both SharkStealer and ArechClient2 use AES decryption with a hardcoded key... LoaderOnNet... uses ChaCha20Poly1305 encryption for both data exchange with the C2 server and the data pulled from the smart contract.
MITRE ATT&CK Mapping Tactic Technique ID Notes Defense Evasion Software Packing T1027.002 Reversed Base64 + Zlib compression
Polymorphic Junk Code SHELLTER-protected samples commonly employ self-modifying shellcode with polymorphic obfuscation to embed themselves within legitimate programs. This combination of legitimate instructions and polymorphic code helps these files evade static detection and signatures, allowing them to remain undetected.
Malicious ads trick users into navigating to adversary-designed sites that mimic legitimate software downloads including Google Chrome, Zoom, and NordVPN among others.
Suspicious behaviors by a cmd.exe-created process that Arechclient2 is injected into, for example msbuild.exe
Credential Access
1 technique
Credential Access
Discovery
1 technique
Discovery
Lateral Movement
1 technique
Lateral Movement
Collection
3 techniques
Collection
Command and Control
7 techniques
Command and Control
Smart contract returns base64 encoded tuple (with “START” and “FINISH” markers) consisting of IV and encrypted C2 IP
Netconns to pastebin[.]com, which Arechclient2 often uses to retrieve its command and control (C2) IP addresses
Threat actors store data (for example C2 configuration) or code on a public blockchain... they can access it through a legitimate API endpoint... SharkStealer and ArechClient2... pull their C2 configuration from a smart contract... ZigCryptoStealer... uses smart contracts to receive their C2 configuration.
By following the “verification steps,” the user inadvertently runs the command and additional commands will reach out and download malware or tools.
Netconns to pastebin[.]com, which Arechclient2 often uses to retrieve its command and control (C2) IP addresses
IOCs tracked for this family
186 indicators attributed across vendor reports, sandbox runs, and researcher write-ups. Full values are available in Mallory.
IPs, domains, and DNS infrastructure linked to this family.
File hashes (MD5, SHA-1, SHA-256) from samples and reports.
Other indicator types observed in public reporting.
Recent activity
14 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
Malware that uses EtherHiding to pull C2 configuration from a smart contract, using AES decryption with a hardcoded key and embedded smart contract data.
An additional payload reportedly delivered in later stages of Scarlet Goldfinch activity.
Named malware/tool delivered via paste-and-run campaigns.
Payload delivered by malicious MSIX packages in activity consistent with FakeBat operations.
The version that knows your environment.
Match every observed IP, domain, and hash against your live telemetry.
Named campaigns wielding this family, with evidence pinned to each claim.
CVEs this family uses for access and lateral movement.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Every documented technique, ranked by evidence weight.
Reddit, Mastodon, and CTI community discussion around this family.