← Back to SOC feed Coverage →

ThreatFox: Remus IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
iocthreatfoxwin-remus
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-05-17T23:00:00Z · Confidence: high

Hunt Hypothesis

The ThreatFox: Remus IOCs rule detects potential adversary activity associated with the Remus malware, which is known for its persistence and data exfiltration capabilities. SOC teams should proactively hunt for these IOCs in Azure Sentinel to identify and mitigate advanced threats that could compromise sensitive data and system integrity.

IOC Summary

Malware Family: Remus Total IOCs: 5 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainsingaposta.worldbotnet_cc2026-05-17100%
domaingayhardsystem.worldbotnet_cc2026-05-17100%
domainponzchq.shopbotnet_cc2026-05-17100%
domaincoyahome.combotnet_cc2026-05-17100%
domainstayba.shopbotnet_cc2026-05-17100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Remus
let malicious_domains = dynamic(["singaposta.world", "gayhardsystem.world", "ponzchq.shop", "coyahome.com", "stayba.shop"]);
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.remus/