← Back to SOC feed Coverage →

ThreatFox: Quasar RAT IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
backdooriocthreatfoxwin-quasar_rat
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-30T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity involving the Quasar Remote Access Trojan (RAT) by identifying specific Indicators of Compromise that signal potential command-and-control communication or post-compromise reconnaissance within the environment. A SOC team should proactively hunt for these IOCs in Azure Sentinel to rapidly identify and contain stealthy RAT deployments that could facilitate long-term data exfiltration or lateral movement before they are detected by standard alerting mechanisms.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash6daf41bd96b45d41c4a6c149efda326e5baf663epayload2026-08-3095%
md5_hashf6db29a1c53467f9d613666064785e98payload2026-08-3095%
sha256_hash95dc20449c307be8bad1541a3fbf53ee6c9a107f9add5811f744ee33e344b63dpayload2026-08-3095%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Quasar RAT
let malicious_hashes = dynamic(["6daf41bd96b45d41c4a6c149efda326e5baf663e", "f6db29a1c53467f9d613666064785e98", "95dc20449c307be8bad1541a3fbf53ee6c9a107f9add5811f744ee33e344b63d"]);
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 and their corresponding filters/exclusions for the ThreatFox: Quasar RAT IOCs detection rule:

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