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

Hunt Hypothesis

This detection rule identifies adversary activity linked to the Remus threat actor by correlating seven specific Indicators of Compromise (IOCs) within Azure Sentinel logs. Proactive hunting for these signals is critical because early identification of Remus-associated artifacts enables rapid containment before the adversary establishes persistence or exfiltrates sensitive data.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://bravplo.click:7713/workspacesbotnet_cc2026-08-1775%
urlhxxp://kupzovo.shop:7567/reviewsbotnet_cc2026-08-1775%
urlhxxp://kupzovo.shop:7567/accountsbotnet_cc2026-08-1775%
urlhxxp://shkpiva.shop:5627/tagsbotnet_cc2026-08-1775%
urlhxxp://mrlketo.shop:8932/exportsbotnet_cc2026-08-1775%
urlhxxp://kupzovo.shop:7567/tasksbotnet_cc2026-08-1775%
urlhxxp://kupzovo.shop:7567/videosbotnet_cc2026-08-1775%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Remus
let malicious_urls = dynamic(["http://bravplo.click:7713/workspaces", "http://kupzovo.shop:7567/reviews", "http://kupzovo.shop:7567/accounts", "http://shkpiva.shop:5627/tags", "http://mrlketo.shop:8932/exports", "http://kupzovo.shop:7567/tasks", "http://kupzovo.shop:7567/videos"]);
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 5 specific false positive scenarios for the ThreatFox: Remus IOCs detection rule, along with targeted filters and exclusions:

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