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

Hunt Hypothesis

This hunt targets the initial access and propagation phases of the Remus ransomware family, which typically leverages malicious URLs and stolen credentials to deliver payloads and encrypt files. Proactively hunting for these indicators in Azure Sentinel allows the SOC to identify compromised endpoints or anomalous network traffic before the encryption process begins, thereby reducing the potential impact of the high-severity threat.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://beautck.click:8291/ordersbotnet_cc2026-09-1775%
urlhxxp://kipthen.shop:9932/tokensbotnet_cc2026-09-1775%
urlhxxp://fuarnpp.shop:5627/subscriptionsbotnet_cc2026-09-1775%
urlhxxp://tfoyses.shop:3452/tagsbotnet_cc2026-09-1775%
urlhxxp://kipthen.shop:9932/accountsbotnet_cc2026-09-1775%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Remus
let malicious_urls = dynamic(["http://beautck.click:8291/orders", "http://kipthen.shop:9932/tokens", "http://fuarnpp.shop:5627/subscriptions", "http://tfoyses.shop:3452/tags", "http://kipthen.shop:9932/accounts"]);
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/