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

Hunt Hypothesis

This hunt detects adversary activity by correlating network and endpoint telemetry against eleven specific Indicators of Compromise (IOCs) linked to the Remus threat actor. A SOC team should proactively hunt for these signals in Azure Sentinel to identify early-stage intrusions that may evade standard signature-based detections, ensuring timely containment of this high-severity threat.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://piarl.site:9048/categoriesbotnet_cc2026-08-2875%
urlhxxp://flreaow.click:6527/filesbotnet_cc2026-08-2875%
urlhxxp://piarl.site:9048/messagesbotnet_cc2026-08-2875%
urlhxxp://gofkaxz.click:8137/sessionsbotnet_cc2026-08-2875%
urlhxxp://nopxs.shop:8839/usersbotnet_cc2026-08-2875%
urlhxxp://piarl.site:9048/profilesbotnet_cc2026-08-2875%
urlhxxp://uiccvbk.click:8839/addressesbotnet_cc2026-08-2875%
urlhxxp://flreaow.click:6527/tagsbotnet_cc2026-08-2875%
urlhxxp://piarl.site:9048/reviewsbotnet_cc2026-08-2875%
urlhxxp://luwerae.click:7748/articlesbotnet_cc2026-08-2875%
urlhxxp://piarl.site:9048/tasksbotnet_cc2026-08-2875%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Remus
let malicious_urls = dynamic(["http://piarl.site:9048/categories", "http://flreaow.click:6527/files", "http://piarl.site:9048/messages", "http://gofkaxz.click:8137/sessions", "http://nopxs.shop:8839/users", "http://piarl.site:9048/profiles", "http://uiccvbk.click:8839/addresses", "http://flreaow.click:6527/tags", "http://piarl.site:9048/reviews", "http://luwerae.click:7748/articles", "http://piarl.site:9048/tasks"]);
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 in an enterprise environment:

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