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

Hunt Hypothesis

This hunt targets the presence of specific indicators of compromise associated with the Remus threat actor, who leverages these IOCs to establish footholds or execute malicious payloads within the environment. Proactively hunting for these signatures in Azure Sentinel allows the SOC to identify potential intrusions early, mitigating the risk of lateral movement or data exfiltration before the adversary achieves their objectives.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://tiruet.com:5632botnet_cc2026-09-1975%
urlhxxp://homecor.click:6527/articlesbotnet_cc2026-09-1975%
urlhxxp://kipthen.shop:9932/subscriptionsbotnet_cc2026-09-1975%
urlhxxp://fuarnpp.shop:5627/transactionsbotnet_cc2026-09-1975%
urlhxxp://clouven.click:8527/notificationsbotnet_cc2026-09-1975%
urlhxxp://smaring.shop:9895/attachmentsbotnet_cc2026-09-1975%
urlhxxp://homecor.click:6527/usersbotnet_cc2026-09-1975%
urlhxxp://fuarnpp.shop:5627/sessionsbotnet_cc2026-09-1975%
urlhxxp://fuarnpp.shop:5627/paymentsbotnet_cc2026-09-1875%
urlhxxp://tfoyses.shop:3452/exportsbotnet_cc2026-09-1875%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Remus
let malicious_urls = dynamic(["http://tiruet.com:5632", "http://homecor.click:6527/articles", "http://kipthen.shop:9932/subscriptions", "http://fuarnpp.shop:5627/transactions", "http://clouven.click:8527/notifications", "http://smaring.shop:9895/attachments", "http://homecor.click:6527/users", "http://fuarnpp.shop:5627/sessions", "http://fuarnpp.shop:5627/payments", "http://tfoyses.shop:3452/exports"]);
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/