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

Hunt Hypothesis

This hunt hypothesis targets adversaries leveraging Remus malware to exfiltrate sensitive data and establish covert command-and-control channels through compromised URLs delivered via phishing or malicious websites. Proactive hunting in Azure Sentinel is critical to identify unusual outbound traffic patterns and lateral movement that indicate active data theft before the adversary can fully entrench their presence within the network.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://tokjoza.shop:5200/webhooksbotnet_cc2026-08-1075%
urlhxxp://none/profilesbotnet_cc2026-08-1075%
urlhxxp://beljaro.shop:2536/invoicesbotnet_cc2026-08-1075%
urlhxxp://tokjoza.shop:5200/attachmentsbotnet_cc2026-08-1075%
urlhxxp://shkpiva.shop:5627/tokensbotnet_cc2026-08-1075%
urlhxxp://beljaro.shop:2536/accountsbotnet_cc2026-08-1075%
urlhxxp://luwmera.shop:5200botnet_cc2026-08-1075%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Remus
let malicious_urls = dynamic(["http://tokjoza.shop:5200/webhooks", "http://none/profiles", "http://beljaro.shop:2536/invoices", "http://tokjoza.shop:5200/attachments", "http://shkpiva.shop:5627/tokens", "http://beljaro.shop:2536/accounts", "http://luwmera.shop:5200"]);
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/