← Back to SOC feed Coverage →

ThreatFox: CrossRAT IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
backdooriocjar-crossratthreatfox
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-10T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary behavior consistent with the CrossRAT remote access trojan by identifying network and host artifacts matching nine specific indicators of compromise within the Azure Sentinel environment. Proactive hunting is critical to rapidly identify early-stage lateral movement or command-and-control communications before the malware establishes persistence, thereby reducing dwell time for this high-severity threat.

IOC Summary

Malware Family: CrossRAT Total IOCs: 9 IOC Types: md5_hash, sha256_hash, sha1_hash

TypeValueThreat TypeFirst SeenConfidence
md5_hash13ed2a77b08df2b52e3420205e763a41payload2026-07-1095%
sha256_hash34da1d049c92313152f28cdf5bad644bff93cc6beca25e139453e20ed7a1a85fpayload2026-07-1095%
sha1_hash6d8433dceb879d60c4fbcaf3c1fa66832d8ed101payload2026-07-1095%
sha1_hash679fb2dbfe81808a883729d15cd03b99eda8d1bapayload2026-07-1095%
md5_hash654607f31a256d943a2de9b63b30929cpayload2026-07-1095%
md5_hash983cca37c0534eb53f981fb4eb89a7f8payload2026-07-1095%
sha256_hashf35b6cb6af991bfa735e039f6bc0e49c69759c015a2074b87eed8f20e4200135payload2026-07-1095%
sha256_hashc0762bd8b3b098c6d5300256f9e8bc67d45709dc244db37cc55c5e2b0312e907payload2026-07-1095%
sha1_hashb818f746e14dc148f6572c8ab264a62dbe6bc760payload2026-07-1095%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - CrossRAT
let malicious_hashes = dynamic(["13ed2a77b08df2b52e3420205e763a41", "34da1d049c92313152f28cdf5bad644bff93cc6beca25e139453e20ed7a1a85f", "6d8433dceb879d60c4fbcaf3c1fa66832d8ed101", "679fb2dbfe81808a883729d15cd03b99eda8d1ba", "654607f31a256d943a2de9b63b30929c", "983cca37c0534eb53f981fb4eb89a7f8", "f35b6cb6af991bfa735e039f6bc0e49c69759c015a2074b87eed8f20e4200135", "c0762bd8b3b098c6d5300256f9e8bc67d45709dc244db37cc55c5e2b0312e907", "b818f746e14dc148f6572c8ab264a62dbe6bc760"]);
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 5 specific false positive scenarios for the ThreatFox: CrossRAT IOCs detection rule, tailored for a legitimate enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/jar.crossrat/