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

Hunt Hypothesis

This hunt detects adversary activity involving six specific indicators of compromise (IOCs) linked to the CrossRAT remote access trojan, which is known for establishing persistent backdoors and exfiltrating sensitive data. A SOC team should proactively search for these IOCs in Azure Sentinel to identify early-stage infections before attackers can leverage the trojan’s capabilities to move laterally or escalate privileges within the environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash842c0ec2c16fd14a656b3caa6b0d93fcpayload2026-08-0795%
sha256_hash8a494cf5613a27de7739d417506a93aa98c51453230f61de36d18d53e5456d97payload2026-08-0795%
sha1_hash0617b24e963b97ba0fa031d09509b05ab06176d5payload2026-08-0795%
sha1_hash0045f51bbd0f4285fc59b60f9652e6a6ad0f8242payload2026-08-0795%
md5_hashf3053fed83a4d313e8aa9cace5db69abpayload2026-08-0795%
sha256_hash2a73cad53d7b6ee5df6fce0d9f5761891c6bf42d674130dab5a634ffcd9b3423payload2026-08-0795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - CrossRAT
let malicious_hashes = dynamic(["842c0ec2c16fd14a656b3caa6b0d93fc", "8a494cf5613a27de7739d417506a93aa98c51453230f61de36d18d53e5456d97", "0617b24e963b97ba0fa031d09509b05ab06176d5", "0045f51bbd0f4285fc59b60f9652e6a6ad0f8242", "f3053fed83a4d313e8aa9cace5db69ab", "2a73cad53d7b6ee5df6fce0d9f5761891c6bf42d674130dab5a634ffcd9b3423"]);
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 rule, including detailed contexts and suggested filters/exclusions:

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