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

Hunt Hypothesis

This hypothesis targets the presence of Remus ransomware indicators, which often enter the environment through phishing campaigns or compromised web assets to encrypt critical files and demand cryptocurrency payments. Proactively hunting for these IOCs in Azure Sentinel allows the SOC team to identify and isolate infected endpoints before the encryption process completes, thereby reducing the potential financial and operational impact of a ransomware attack.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://petcarv.click:8239/eventsbotnet_cc2026-09-2375%
urlhxxp://obutdor.shop:5003/videosbotnet_cc2026-09-2375%
urlhxxp://phetsre.shop:3452/transactionsbotnet_cc2026-09-2375%
urlhxxp://spogear.click:3546/commentsbotnet_cc2026-09-2375%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Remus
let malicious_urls = dynamic(["http://petcarv.click:8239/events", "http://obutdor.shop:5003/videos", "http://phetsre.shop:3452/transactions", "http://spogear.click:3546/comments"]);
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/