← Back to SOC feed Coverage →

ThreatFox: ValleyRAT IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
backdooriocthreatfoxwin-valley_rat
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at ThreatFox →
Retrieved: 2026-08-22T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary behavior involving the deployment of ValleyRAT remote access trojans by monitoring traffic and endpoint logs against a curated set of 18 specific indicators of compromise. A SOC team should proactively hunt for these IOCs in Azure Sentinel to identify early-stage lateral movement and data exfiltration attempts that may evade standard signature-based detection, thereby reducing the dwell time of this high-severity threat.

IOC Summary

Malware Family: ValleyRAT Total IOCs: 18 IOC Types: md5_hash, sha1_hash, sha256_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hashe9d0b90379f9b64634720a9b1a6bf719a725f671b790bb65e340e0658cb516depayload2026-08-2295%
sha1_hash1db584321f36523ef893b4075f7afd24a2b70d96payload2026-08-2295%
md5_hash6df2733557d5247509c63cbf3e9f9fb1payload2026-08-2295%
sha256_hash0dfb74014c60e953d505c76ab981c55f90ab42f2ced57f34e4fa18cd69f83b99payload2026-08-2295%
sha1_hash5afddea028b72ef576afd99ca00de5ca10f3e1dcpayload2026-08-2295%
md5_hash58ab824b14b2f31813afeea4caa5bd0dpayload2026-08-2295%
sha256_hash0299c02d7a8f75eff82dc8de30997b3f81ce887efa8b75a96315a49c0b70975fpayload2026-08-2295%
sha1_hashf4376aaf2c849fe3a5240140c62d7ad8e6896639payload2026-08-2295%
md5_hash880c2ae254a73ccc92d747de5993e976payload2026-08-2295%
sha256_hashfff9f02f3e58b940b9f1b628eda3d4463e17baf810b75f0cbd078952ad1ba969payload2026-08-2295%
sha1_hash1172046258a6bab6a26eb7c6ad19e8567e6a3378payload2026-08-2295%
md5_hash8799d7664ef577e5904a49d75c610615payload2026-08-2295%
md5_hash89f61b8bb4fa4229f6f18fab9e3a0a64payload2026-08-2295%
md5_hash04e3a5e74513b7cc7eb540940299806epayload2026-08-2295%
sha256_hash65856b5986156143dbedada62799e8b3b18db753f9d519710654b72f2f051d54payload2026-08-2295%
sha1_hash103ea93f99fef644afb443b5621e596e58a44b9epayload2026-08-2295%
sha256_hash5acbb6ee89b38eb2abf81a2b2349a4c97e7c2dd23ad4daf8d5b5b113176fef53payload2026-08-2295%
sha1_hash002048e6ec82b326fe6bae4b6bac64de8e545026payload2026-08-2295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - ValleyRAT
let malicious_hashes = dynamic(["e9d0b90379f9b64634720a9b1a6bf719a725f671b790bb65e340e0658cb516de", "1db584321f36523ef893b4075f7afd24a2b70d96", "6df2733557d5247509c63cbf3e9f9fb1", "0dfb74014c60e953d505c76ab981c55f90ab42f2ced57f34e4fa18cd69f83b99", "5afddea028b72ef576afd99ca00de5ca10f3e1dc", "58ab824b14b2f31813afeea4caa5bd0d", "0299c02d7a8f75eff82dc8de30997b3f81ce887efa8b75a96315a49c0b70975f", "f4376aaf2c849fe3a5240140c62d7ad8e6896639", "880c2ae254a73ccc92d747de5993e976", "fff9f02f3e58b940b9f1b628eda3d4463e17baf810b75f0cbd078952ad1ba969", "1172046258a6bab6a26eb7c6ad19e8567e6a3378", "8799d7664ef577e5904a49d75c610615", "89f61b8bb4fa4229f6f18fab9e3a0a64", "04e3a5e74513b7cc7eb540940299806e", "65856b5986156143dbedada62799e8b3b18db753f9d519710654b72f2f051d54", "103ea93f99fef644afb443b5621e596e58a44b9e", "5acbb6ee89b38eb2abf81a2b2349a4c97e7c2dd23ad4daf8d5b5b113176fef53", "002048e6ec82b326fe6bae4b6bac64de8e545026"]);
DeviceFileEvents
| where SHA256 in (malicious_hashes) or SHA1 in (malicious_hashes) or MD5 in (malicious_hashes)
| project Timestamp, DeviceName, FileName, FolderPath, SHA256, InitiatingProcessFileName
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DeviceFileEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are 4 specific false positive scenarios and corresponding exclusion strategies for the ThreatFox: ValleyRAT IOCs detection rule in an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/win.valley_rat/