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

Hunt Hypothesis

This detection rule identifies adversary activity involving specific Indicators of Compromise (IOCs) linked to the CrossRAT remote access trojan, which is frequently used by threat actors for command and control and lateral movement within networks. SOC teams should proactively hunt for these IOCs in Azure Sentinel because early identification of CrossRAT presence allows for immediate containment before attackers can establish persistent footholds or exfiltrate sensitive data through compromised endpoints.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hashe5bccb979fef3945c64622c6ad4461947eca123465f2989d9f4af879fd467890payload2026-07-2595%
sha1_hashaf381a40b1babd7f65f118608a958fc1aa48f115payload2026-07-2595%
md5_hashcc7e9ae7f054d90355af2dd379625ec3payload2026-07-2595%
md5_hashc29ddb54bb464846ba7e2de1d3eff471payload2026-07-2595%
sha256_hash748c32e3718319e569d7a71eab5ace7589ed012764902b55475faab82a63c89bpayload2026-07-2595%
sha1_hash49d293bee3fe99fbc0cf857347d9e5259dc41b94payload2026-07-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - CrossRAT
let malicious_hashes = dynamic(["e5bccb979fef3945c64622c6ad4461947eca123465f2989d9f4af879fd467890", "af381a40b1babd7f65f118608a958fc1aa48f115", "cc7e9ae7f054d90355af2dd379625ec3", "c29ddb54bb464846ba7e2de1d3eff471", "748c32e3718319e569d7a71eab5ace7589ed012764902b55475faab82a63c89b", "49d293bee3fe99fbc0cf857347d9e5259dc41b94"]);
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, along with targeted filters and exclusions suitable for an enterprise environment:

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