← 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-01T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets adversary behavior where malicious actors deploy the CrossRAT remote access trojan to establish persistent command-and-control channels using three specific indicators of compromise. Proactively hunting for these IOCs in Azure Sentinel is critical because early detection of CrossRAT activity allows the SOC team to isolate compromised endpoints before attackers can exfiltrate sensitive data or pivot laterally across the network.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash24b670caf5090f91fff6ad82ffcfe21b61f1e14cpayload2026-07-0195%
md5_hash37daa89551604908ec63096ec5a87504payload2026-07-0195%
sha256_hashf682942cb2b55e88b3dc13b228c35765ad624434cf472490078a29566c7bfa03payload2026-07-0195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - CrossRAT
let malicious_hashes = dynamic(["24b670caf5090f91fff6ad82ffcfe21b61f1e14c", "37daa89551604908ec63096ec5a87504", "f682942cb2b55e88b3dc13b228c35765ad624434cf472490078a29566c7bfa03"]);
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 specific false positive scenarios for the ThreatFox: CrossRAT IOCs detection rule, tailored for an enterprise environment:

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