← Back to SOC feed Coverage →

ThreatFox: AsyncRAT IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
backdooriocthreatfoxwin-asyncrat
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-25T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity involving AsyncRAT remote access trojan indicators to identify potential command and control communications or lateral movement within the network. A SOC team should proactively search for these IOCs in Azure Sentinel because AsyncRAT is a sophisticated tool frequently used by threat actors to establish persistent footholds and exfiltrate sensitive data, requiring early detection to mitigate advanced threats.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash66a1dfb08cb48494a16f60ecc6a827acb02388ddd364baafad3cc9774fcaae2dpayload2026-08-2595%
sha1_hasheddfa48ca1564f480b696e12f0e809dacc60ff97payload2026-08-2595%
md5_hash98597ac6d3479702b9efab392159bc48payload2026-08-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - AsyncRAT
let malicious_hashes = dynamic(["66a1dfb08cb48494a16f60ecc6a827acb02388ddd364baafad3cc9774fcaae2d", "eddfa48ca1564f480b696e12f0e809dacc60ff97", "98597ac6d3479702b9efab392159bc48"]);
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 specific false positive scenarios and corresponding filters for the ThreatFox: AsyncRAT IOCs detection rule in an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/win.asyncrat/