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

Hunt Hypothesis

This detection rule identifies adversary activity involving the specific indicators of compromise (IOCs) linked to the CrossRAT remote access trojan, which is frequently used for credential theft and lateral movement within enterprise networks. SOC teams should proactively hunt for these IOCs in their Azure Sentinel environment to rapidly detect early-stage infections and mitigate potential data exfiltration before the threat establishes a persistent foothold.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hashbbdbbbaa2596aa7a8a85fa4d4090c4a0387d7d74payload2026-08-0895%
md5_hash2d4fe10deb30092875ad0e5327904cd9payload2026-08-0895%
sha256_hash07b1a32c53c1efab24f54151b1158bad7404374f0dfdee558e7ad80ad278575apayload2026-08-0895%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - CrossRAT
let malicious_hashes = dynamic(["bbdbbbaa2596aa7a8a85fa4d4090c4a0387d7d74", "2d4fe10deb30092875ad0e5327904cd9", "07b1a32c53c1efab24f54151b1158bad7404374f0dfdee558e7ad80ad278575a"]);
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 the documented false positive scenarios and corresponding filters for the ThreatFox: CrossRAT IOCs detection rule:

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