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

Hunt Hypothesis

This hypothesis targets the presence of Quasar RAT, a remote access trojan that grants adversaries persistent control to execute commands and exfiltrate data from compromised endpoints. Proactively hunting for these IOCs in Azure Sentinel is critical because Quasar RAT is frequently deployed in initial access chains, allowing attackers to establish a foothold and pivot laterally before traditional detections trigger.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash1f37d2345e765100b8dc628bb6ce098472891fe0payload2026-09-0895%
md5_hashb1ceadb93463f22943f9677aa330f15apayload2026-09-0895%
sha256_hash1b68d68b9fd200183c69084e91fe53bd5dca5c501bce1bbf1894034bc69fafe6payload2026-09-0895%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Quasar RAT
let malicious_hashes = dynamic(["1f37d2345e765100b8dc628bb6ce098472891fe0", "b1ceadb93463f22943f9677aa330f15a", "1b68d68b9fd200183c69084e91fe53bd5dca5c501bce1bbf1894034bc69fafe6"]);
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

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