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

Hunt Hypothesis

This hunt targets adversary behavior where CrossRAT malware establishes persistence and exfiltrates data by matching network traffic against six specific Indicators of Compromise (IOCs). Proactively hunting for these signatures in Azure Sentinel is critical to rapidly identify early-stage infections before the RAT can fully compromise sensitive workloads or expand laterally across the cloud environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hashea709516603279a6513ab58ae93ce220f0f0210epayload2026-07-1495%
md5_hashbb80b31e43893a35fabbdca00c3fd55epayload2026-07-1495%
sha256_hashae1a58b73c14de3d0d4af02ac0c136a4e804ed1a911de386fa40208672611309payload2026-07-1495%
sha256_hash78b21599a83dbfad39c17202d37dd2b6d552c9679755bc199a9826f3dd0e40dbpayload2026-07-1495%
sha1_hash40ebd40d5c84d2facd38a01ac800890315bf0bffpayload2026-07-1495%
md5_hash055b997d5589c2c01799c98752cdde44payload2026-07-1495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - CrossRAT
let malicious_hashes = dynamic(["ea709516603279a6513ab58ae93ce220f0f0210e", "bb80b31e43893a35fabbdca00c3fd55e", "ae1a58b73c14de3d0d4af02ac0c136a4e804ed1a911de386fa40208672611309", "78b21599a83dbfad39c17202d37dd2b6d552c9679755bc199a9826f3dd0e40db", "40ebd40d5c84d2facd38a01ac800890315bf0bff", "055b997d5589c2c01799c98752cdde44"]);
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 in an enterprise environment, along with suggested filters or exclusions:

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