ValleyRAT
A tentative malware-family label from OpenCTI and MalwareBazaar co-applied to a cluster of samples that share the silverfox tag. The relationship between ValleyRAT and SilverFox is unconfirmed — they may be the same family under different naming conventions, a fork, or distinct families sharing infrastructure or detection artefacts.
Overview
| Attribute | Detail |
|---|---|
| Platform | Windows (PE32+ x64) |
| Build variants | Rust dropper (SilverFox ed1a...) — LZSS + stream cipher, process hollowing ^[silverfox] <br> C stub (SilverFox 82d4...) — FNV-1a API resolution, XOR thunk ^[silverfox] <br> .NET Native AOT (fbc07658) — PublishAOT console binary, 10 MB, 52pojie build provenance |
| Labels | valleyrat, silverfox (co-tagged) |
The .NET Native AOT variant (fbc07658) diverges radically from the established SilverFox cluster. It is compiled with ILC ahead-of-time compilation from a net10.0 project named Update, built on a workstation associated with the Chinese reverse-engineering forum 52pojie. It lacks LZSS decompression, process hollowing, XOR-thunk dispatch, and embedded payload artefacts observed in all reported SilverFox builds. Whether this represents a new ValleyRAT build pipeline or a mislabeled sample is undetermined.
Capabilities
- dotnet-native-aot-self-contained-deployment
- async-http-c2-loop
- brotli-compression-embedded-apis
- registry-key-manipulation
- process-creation-win32
- virtualalloc-virtualprotect-memory-management
- bcrypt-crypt32-cryptography
- winhttp-socket-networking
- async-await-state-machine-obfuscation
- version-info-masquerade-update
Build artefacts
| Sample | Build | Size | Key features |
|---|---|---|---|
fbc07658...abce15 |
.NET Native AOT (ILC), MSVC 14.51, net10.0 |
10 MB | 52pojie PDB, Brotli exports, System.Net.Http, no C2 strings |
Notable Analyses
fbc07658954f87579d615e72f76335f6fae5cec34a283535a37f72d6a4abce15— .NET Native AOT console binary,Update.dllmasquerade, 52pojie build provenance, full BCL networking/crypto stack, static-only (CAPE skipped).
Related
- silverfox — established cluster with Rust/C build variants; co-labeled
valleyrat - dotnet-native-aot-rat-compilation — technique page for Native AOT malware build pattern