← 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-05T23:00:00Z · Confidence: high

Hunt Hypothesis

This hypothesis detects adversary activity involving specific Indicators of Compromise (IOCs) linked to the Remus threat actor, which may signal early-stage reconnaissance or lateral movement within the environment. The SOC team should proactively hunt for these indicators in Azure Sentinel to rapidly identify and contain potential intrusions before they escalate into broader compromises.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://opeaadn.click:2993botnet_cc2026-08-0575%
urlhxxp://resghjs.click:7647botnet_cc2026-08-0575%
urlhxxp://dafkov.shop:6843botnet_cc2026-08-0575%
urlhxxp://citife.top:2930botnet_cc2026-08-0575%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Remus
let malicious_urls = dynamic(["http://opeaadn.click:2993", "http://resghjs.click:7647", "http://dafkov.shop:6843", "http://citife.top:2930"]);
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

Here are specific false positive scenarios and corresponding filters for the ThreatFox: Remus IOCs detection rule:

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