← Back to SOC feed Coverage →

ThreatFox: Remus IOCs

ioc-hunt HIGH ThreatFox
UrlClickEvents
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-09-15T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets known indicators of compromise associated with the Remus threat actor, enabling the detection of potential footholds or lateral movement activities within the environment. Proactively hunting for these IOCs in Azure Sentinel is critical to identify and contain high-severity threats before they can escalate into broader data exfiltration or ransomware deployment.

IOC Summary

Malware Family: Remus Total IOCs: 3 IOC Types: url

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://booohop.shop:5627/tokensbotnet_cc2026-09-1575%
urlhxxp://spiohop.shop:9932/postsbotnet_cc2026-09-1575%
urlhxxp://nopxs.shop:8839/webhooksbotnet_cc2026-09-1575%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Remus
let malicious_urls = dynamic(["http://booohop.shop:5627/tokens", "http://spiohop.shop:9932/posts", "http://nopxs.shop:8839/webhooks"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

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