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

Hunt Hypothesis

This detection rule identifies adversary activity linked to the Remus threat actor by monitoring three specific indicators of compromise (IOCs) within Azure Sentinel logs. Proactively hunting for these signals is critical because early identification of Remus-associated behaviors allows the SOC team to rapidly isolate affected assets and mitigate potential data exfiltration or lateral movement before broader impact occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://beljaro.shop:2536/profilesbotnet_cc2026-08-1275%
urlhxxp://beljaro.shop:2536/categoriesbotnet_cc2026-08-1275%
urlhxxp://beljaro.shop:2536/productsbotnet_cc2026-08-1275%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Remus
let malicious_urls = dynamic(["http://beljaro.shop:2536/profiles", "http://beljaro.shop:2536/categories", "http://beljaro.shop:2536/products"]);
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 4 specific false positive scenarios for the ThreatFox: Remus IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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