← 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-07-25T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity involving the specific indicators of compromise (IOCs) linked to the ValleyRAT remote access tool, which is frequently used by threat actors for initial access and command-and-control operations. A proactive search in Azure Sentinel is critical because ValleyRAT often operates with low visibility in standard logs, making early identification essential to prevent lateral movement and data exfiltration before full compromise occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash9e04e38658dc4c764ec10e04a9d50931payload2026-07-2595%
md5_hashd01940a0ebe8fd39c5358f39f069c1cdpayload2026-07-2595%
sha256_hash0d542dca2b2948549a23cc166a3da8d599ea976fbc14506468ae9c2d32e34d70payload2026-07-2595%
sha1_hash3bc0486e1f918766dc29d19c8775e3bf720f8148payload2026-07-2595%
sha1_hash8aee9c6f38a36f3858373c256b6b8b63e1420a2dpayload2026-07-2595%
md5_hash6a7608923c0a47054ae9d9f0347b88e7payload2026-07-2595%
sha256_hash7318f13b8621a236a1fad39d95ef779c6d3900ad10bb92997344931e51514306payload2026-07-2595%
sha1_hash70c444e2ee2b93d2ee076dd5c4b17a1dc5cd9cf9payload2026-07-2595%
md5_hasha5f3d83774db7701a2dcc96cd42f09c3payload2026-07-2595%
sha256_hashfda7ac256b2ff4c9e67a39f0fd307ea4b729386583a60767df2f148fdf8369c7payload2026-07-2595%
sha256_hash88785d2cf9afe24c80d363250875fe5e73d1c3232c8e66053ad2187eeacad97dpayload2026-07-2595%
sha1_hash0f80690852a929322e1975d6968181fba4598e14payload2026-07-2595%
sha256_hash0beaa5ce9a409e12323af1630a44f6d61fb309f7f5f377b849588fa53241a884payload2026-07-2595%
sha1_hashc7c41e39c11b5cb69227a2b94bef71b3a395abfapayload2026-07-2595%
md5_hashb290f01d4988ccb3b0d67b89b79a3c63payload2026-07-2595%
sha1_hashd32bce7bdaae8b09c87e99657338ff8ac1befaddpayload2026-07-2595%
md5_hash6fdfafd6ee99b1da17f1a01be789957dpayload2026-07-2595%
sha256_hashc9dd2738abd8d9e66c00c2fe7affd710869b5a3232de632c00f5e67fd541cf39payload2026-07-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - ValleyRAT
let malicious_hashes = dynamic(["9e04e38658dc4c764ec10e04a9d50931", "d01940a0ebe8fd39c5358f39f069c1cd", "0d542dca2b2948549a23cc166a3da8d599ea976fbc14506468ae9c2d32e34d70", "3bc0486e1f918766dc29d19c8775e3bf720f8148", "8aee9c6f38a36f3858373c256b6b8b63e1420a2d", "6a7608923c0a47054ae9d9f0347b88e7", "7318f13b8621a236a1fad39d95ef779c6d3900ad10bb92997344931e51514306", "70c444e2ee2b93d2ee076dd5c4b17a1dc5cd9cf9", "a5f3d83774db7701a2dcc96cd42f09c3", "fda7ac256b2ff4c9e67a39f0fd307ea4b729386583a60767df2f148fdf8369c7", "88785d2cf9afe24c80d363250875fe5e73d1c3232c8e66053ad2187eeacad97d", "0f80690852a929322e1975d6968181fba4598e14", "0beaa5ce9a409e12323af1630a44f6d61fb309f7f5f377b849588fa53241a884", "c7c41e39c11b5cb69227a2b94bef71b3a395abfa", "b290f01d4988ccb3b0d67b89b79a3c63", "d32bce7bdaae8b09c87e99657338ff8ac1befadd", "6fdfafd6ee99b1da17f1a01be789957d", "c9dd2738abd8d9e66c00c2fe7affd710869b5a3232de632c00f5e67fd541cf39"]);
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 for the ThreatFox: ValleyRAT IOCs detection rule, along with suggested filters and exclusions tailored for an enterprise environment:

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