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

Hunt Hypothesis

This hunt targets adversary behavior characterized by the execution of known CrossRAT remote access trojan indicators, which typically establish persistence and exfiltrate sensitive data from compromised endpoints. Proactively hunting for these specific IOCs within Azure Sentinel is critical to rapidly identify early-stage infections before they escalate into widespread lateral movement or significant data breaches across the organization’s cloud infrastructure.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash2b4e83cfdab5b79ae1aa1b4df8dd4503a9c99debpayload2026-06-2795%
md5_hash038112c489a65525aaa6c2ede6c33c2apayload2026-06-2795%
sha256_hash737646392a7c882064e22ecb9fc0b2732399e44ced2f56d873e656d0035af288payload2026-06-2795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - CrossRAT
let malicious_hashes = dynamic(["2b4e83cfdab5b79ae1aa1b4df8dd4503a9c99deb", "038112c489a65525aaa6c2ede6c33c2a", "737646392a7c882064e22ecb9fc0b2732399e44ced2f56d873e656d0035af288"]);
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: CrossRAT IOCs detection rule in an enterprise environment, along with suggested filters or exclusions:

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