This hunt targets the presence of specific indicators of compromise associated with the Remus threat actor, who leverages these IOCs to establish footholds or execute malicious payloads within the environment. Proactively hunting for these signatures in Azure Sentinel allows the SOC to identify potential intrusions early, mitigating the risk of lateral movement or data exfiltration before the adversary achieves their objectives.
Malware Family: Remus Total IOCs: 10 IOC Types: url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxp://tiruet.com:5632 | botnet_cc | 2026-09-19 | 75% |
| url | hxxp://homecor.click:6527/articles | botnet_cc | 2026-09-19 | 75% |
| url | hxxp://kipthen.shop:9932/subscriptions | botnet_cc | 2026-09-19 | 75% |
| url | hxxp://fuarnpp.shop:5627/transactions | botnet_cc | 2026-09-19 | 75% |
| url | hxxp://clouven.click:8527/notifications | botnet_cc | 2026-09-19 | 75% |
| url | hxxp://smaring.shop:9895/attachments | botnet_cc | 2026-09-19 | 75% |
| url | hxxp://homecor.click:6527/users | botnet_cc | 2026-09-19 | 75% |
| url | hxxp://fuarnpp.shop:5627/sessions | botnet_cc | 2026-09-19 | 75% |
| url | hxxp://fuarnpp.shop:5627/payments | botnet_cc | 2026-09-18 | 75% |
| url | hxxp://tfoyses.shop:3452/exports | botnet_cc | 2026-09-18 | 75% |
// Hunt for access to known malicious URLs
// Source: ThreatFox - Remus
let malicious_urls = dynamic(["http://tiruet.com:5632", "http://homecor.click:6527/articles", "http://kipthen.shop:9932/subscriptions", "http://fuarnpp.shop:5627/transactions", "http://clouven.click:8527/notifications", "http://smaring.shop:9895/attachments", "http://homecor.click:6527/users", "http://fuarnpp.shop:5627/sessions", "http://fuarnpp.shop:5627/payments", "http://tfoyses.shop:3452/exports"]);
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 |
gpupdate.exe or ccmexec.exe (System Center Configuration Manager), or filter by known installation directories (e.g., C:\Program Files\VendorName\) and verified digital signatures from the specific vendor.cleanup.bat, rotate_logs.ps1) that are executed by scheduled tasks on file servers or database hosts to manage disk space.
schtasks.exe or Task Scheduler (taskschd.msc), and verify that the working directory is a standard maintenance path (e.g., C:\Admin\Scripts\ or C:\Maintenance\) rather than user profile directories.python.exe or a custom test binary) while testing integrations or security patches.
Environment=Dev or Environment=QA in your asset inventory, or filter by user accounts belonging to the DevTeam or QA AD security groups, provided these environments are isolated from