← Back to SOC feed Coverage →

ThreatFox: Quasar RAT IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
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-15T23:00:01Z · Confidence: high

Hunt Hypothesis

This hunt targets the presence of known Quasar RAT indicators, which are frequently used by adversaries to establish persistent remote access and execute command-and-control operations. Proactively hunting for these IOCs in Azure Sentinel allows the SOC team to identify compromised endpoints early, mitigating the risk of data exfiltration or lateral movement before the malware can fully establish its foothold.

IOC Summary

Malware Family: Quasar RAT Total IOCs: 6 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainkissmyaster.cobotnet_cc2026-09-15100%
domainmb66b5.combotnet_cc2026-09-15100%
domaincupfee.mebotnet_cc2026-09-15100%
domainbigjackpot.casinobotnet_cc2026-09-15100%
domainmb6606.orgbotnet_cc2026-09-15100%
domain789betpg.betbotnet_cc2026-09-15100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Quasar RAT
let malicious_domains = dynamic(["kissmyaster.co", "mb66b5.com", "cupfee.me", "bigjackpot.casino", "mb6606.org", "789betpg.bet"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

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