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

Hunt Hypothesis

This hunt hypothesis targets adversaries leveraging Remus malware to exfiltrate credentials and sensitive data following a phishing campaign that delivers malicious payloads via infected URLs. Proactive hunting in Azure Sentinel is critical to detect anomalous outbound traffic to these specific indicators, identify lateral movement patterns, and confirm evidence of credential dumping before significant data loss occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://gofkaxz.click:8137/transactionsbotnet_cc2026-08-2075%
urlhxxp://tokjoza.shop:5200/postsbotnet_cc2026-08-2075%
urlhxxp://broadswordcallingdannyboy.com:4219botnet_cc2026-08-2075%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Remus
let malicious_urls = dynamic(["http://gofkaxz.click:8137/transactions", "http://tokjoza.shop:5200/posts", "http://broadswordcallingdannyboy.com:4219"]);
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

False Positive Scenarios: ThreatFox: Remus IOCs

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