This detection rule identifies adversary activity by monitoring for specific Indicators of Compromise (IOCs) linked to the Remus threat actor within Azure Sentinel logs. Proactive hunting is essential because early identification of these high-severity IOCs enables the SOC team to rapidly isolate affected assets and mitigate potential lateral movement before the adversary establishes a persistent foothold in the environment.
Malware Family: Remus Total IOCs: 8 IOC Types: url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxp://zakuiru.shop:9048/tokens | botnet_cc | 2026-08-21 | 75% |
| url | hxxp://kupzovo.shop:7567/tags | botnet_cc | 2026-08-21 | 75% |
| url | hxxp://vexdico.shop:8539/videos | botnet_cc | 2026-08-21 | 75% |
| url | hxxp://kupzovo.shop:7567/payments | botnet_cc | 2026-08-21 | 75% |
| url | hxxp://zakuiru.shop:9048/messages | botnet_cc | 2026-08-21 | 75% |
| url | hxxp://none/comments | botnet_cc | 2026-08-21 | 75% |
| url | hxxp://zakuiru.shop:9048/reviews | botnet_cc | 2026-08-21 | 75% |
| url | hxxp://xightne.click:7242/categories | botnet_cc | 2026-08-21 | 75% |
// Hunt for access to known malicious URLs
// Source: ThreatFox - Remus
let malicious_urls = dynamic(["http://zakuiru.shop:9048/tokens", "http://kupzovo.shop:7567/tags", "http://vexdico.shop:8539/videos", "http://kupzovo.shop:7567/payments", "http://zakuiru.shop:9048/messages", "http://none/comments", "http://zakuiru.shop:9048/reviews", "http://xightne.click:7242/categories"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc
| Sentinel Table | Notes |
|---|---|
UrlClickEvents | Ensure this data connector is enabled |
Here are 4 specific false positive scenarios for the ThreatFox: Remus IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:
Scenario: Scheduled Endpoint Security Scans
Process Name matches known security agents (e.g., FalconSensor.exe, SentinelOne.exe) and the User Account is a local system account (NT AUTHORITY\SYSTEM). Additionally, exclude traffic originating from the specific subnet range dedicated to security management servers.Scenario: Automated Patch Management Deployment
Source IP belongs to the internal Patch Management Server group and the Destination Port is standard HTTPS (443) or HTTP (80), excluding non-standard ports used by Remus.Scenario: Cloud Backup and Archiving Jobs