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.
Malware Family: Remus Total IOCs: 2 IOC Types: url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxp://neortal.click:8321/customers | botnet_cc | 2026-09-02 | 75% |
| url | hxxp://bestals.shop:8592/categories | botnet_cc | 2026-09-02 | 75% |
// 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
| Sentinel Table | Notes |
|---|---|
UrlClickEvents | Ensure this data connector is enabled |
Here are the documented false positive scenarios for the ThreatFox: Remus IOCs detection rule, including specific enterprise contexts and recommended filtering strategies:
Scenario 1: Scheduled Backup Verification by Veeam or Commvault
Process_Name contains “Veeam” or “NetBackup” AND the Source_IP belongs to the designated Backup Server subnet (e.g., 10.50.20.0/24).Scenario 2: Administrative Deployment via Microsoft Endpoint Configuration Manager (SCCM)
User_Account matches the service account used by SCCM (e.g., DOMAIN\SCCM_Service) and the Parent_Process_Name is “ccmsetup.exe” or “SMS_EXECUTIVE”.Scenario 3: Automated Threat Intelligence Feed Ingestion by Splunk or Elastic SIEM