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

Hunt Hypothesis

This hypothesis targets the presence of Quasar RAT, a remote access trojan that enables adversaries to establish persistent control over compromised endpoints for data exfiltration and lateral movement. Proactively hunting for these IOCs in Azure Sentinel is critical to identify stealthy infections that may evade standard signature-based detections, allowing the SOC to isolate affected assets before the attacker leverages the RAT for further post-exploitation activities.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainmb66.couponsbotnet_cc2026-09-18100%
domainga888.freebotnet_cc2026-09-18100%
domainmb66a.mebotnet_cc2026-09-18100%
domain789bet.doctorbotnet_cc2026-09-18100%
domain8chicharrara.sa.combotnet_cc2026-09-18100%
domainijdo-ydo.nlbotnet_cc2026-09-18100%
domainfly88gg.stbotnet_cc2026-09-18100%
domainsulebet.livebotnet_cc2026-09-18100%
domainmb66.pizzabotnet_cc2026-09-18100%
domaindafacodabac52.fitbotnet_cc2026-09-18100%
domainmb663rd.combotnet_cc2026-09-18100%
domainnchmct.infobotnet_cc2026-09-18100%
domainsc88b.betbotnet_cc2026-09-18100%
domain79king.tobotnet_cc2026-09-18100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Quasar RAT
let malicious_domains = dynamic(["mb66.coupons", "ga888.free", "mb66a.me", "789bet.doctor", "8chicharrara.sa.com", "ijdo-ydo.nl", "fly88gg.st", "sulebet.live", "mb66.pizza", "dafacodabac52.fit", "mb663rd.com", "nchmct.info", "sc88b.bet", "79king.to"]);
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/