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

Hunt Hypothesis

This hunt detects adversary behavior where malicious actors deploy the CrossRAT remote access trojan to establish persistence and exfiltrate sensitive data through known indicators of compromise. The SOC team should proactively search for these specific IOCs within Azure Sentinel to identify early-stage infections before they escalate into full-blown lateral movement or data breach incidents.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashec9416ccf51a95a73d9cbd6a54394212payload2026-07-1395%
md5_hashbc8c370a9bf67ef75534753fb0d601dfpayload2026-07-1395%
sha256_hash52bd61ba2153572260fc9b8f7eac34b613272c428e715fe6b3505f96e4eacf5dpayload2026-07-1395%
sha1_hashf70b70582d3935ae4b225e7899f8e19c7983f0b7payload2026-07-1395%
sha256_hashc4fc9162227b35c631fbe623ee30fa7f660ed015915ed66c76942b1583ac3f77payload2026-07-1395%
sha1_hashe315a7611e35a532955b1c4ddcf8a6c50771cf8bpayload2026-07-1395%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - CrossRAT
let malicious_hashes = dynamic(["ec9416ccf51a95a73d9cbd6a54394212", "bc8c370a9bf67ef75534753fb0d601df", "52bd61ba2153572260fc9b8f7eac34b613272c428e715fe6b3505f96e4eacf5d", "f70b70582d3935ae4b225e7899f8e19c7983f0b7", "c4fc9162227b35c631fbe623ee30fa7f660ed015915ed66c76942b1583ac3f77", "e315a7611e35a532955b1c4ddcf8a6c50771cf8b"]);
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 where legitimate administrative and maintenance activities mimic RAT behavior:

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