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

Hunt Hypothesis

This hunt targets the presence of specific Indicators of Compromise (IOCs) linked to the Remus threat actor, indicating potential unauthorized access or data exfiltration attempts within the environment. Proactively hunting for these IOCs in Azure Sentinel allows the SOC team to identify and contain active threats before they escalate, leveraging high-severity intelligence to reduce dwell time and mitigate the risk of persistent compromise.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://quiunch.click:6271/eventsbotnet_cc2026-09-2475%
urlhxxp://quiunch.click:6271/filesbotnet_cc2026-09-2475%
urlhxxp://spiohop.shop:9932/categoriesbotnet_cc2026-09-2475%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Remus
let malicious_urls = dynamic(["http://quiunch.click:6271/events", "http://quiunch.click:6271/files", "http://spiohop.shop:9932/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

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