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

Hunt Hypothesis

This detection rule identifies adversary activity linked to the Remus threat actor by monitoring specific Indicators of Compromise (IOCs) known to be utilized in their attack campaigns. Proactively hunting for these IOCs within Azure Sentinel is critical due to the high severity of potential breaches, enabling the SOC team to rapidly detect and isolate early-stage intrusions before they escalate into significant incidents.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://neortal.click:8321/customersbotnet_cc2026-09-0275%
urlhxxp://bestals.shop:8592/categoriesbotnet_cc2026-09-0275%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Remus
let malicious_urls = dynamic(["http://neortal.click:8321/customers", "http://bestals.shop:8592/categories"]);
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 the documented false positive scenarios for the ThreatFox: Remus IOCs detection rule, including specific enterprise contexts and recommended filtering strategies:

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