This hypothesis targets the presence of Remcos Remote Access Trojan indicators, which adversaries deploy to establish persistent control, execute arbitrary commands, and exfiltrate sensitive data from compromised endpoints. Proactively hunting for these IOCs in Azure Sentinel is critical to identify stealthy persistence mechanisms and lateral movement attempts before attackers can fully leverage the RAT to escalate privileges or extract high-value assets.
Malware Family: Remcos Total IOCs: 72 IOC Types: ip:port, domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| ip:port | 155[.]103[.]71[.]126:4143 | botnet_cc | 2026-09-18 | 100% |
| domain | u88bet.us | botnet_cc | 2026-09-18 | 100% |
| domain | uu888.eu.com | botnet_cc | 2026-09-18 | 100% |
| domain | xoso66v.com | botnet_cc | 2026-09-18 | 100% |
| domain | 123bcasino.us | botnet_cc | 2026-09-18 | 100% |
| domain | 23win.net.im | botnet_cc | 2026-09-18 | 100% |
| domain | ee88.blog | botnet_cc | 2026-09-18 | 100% |
| domain | go99com.blue | botnet_cc | 2026-09-18 | 100% |
| domain | kuwin686.com | botnet_cc | 2026-09-18 | 100% |
| domain | tg88vn.online | botnet_cc | 2026-09-18 | 100% |
| domain | topcm88.net | botnet_cc | 2026-09-18 | 100% |
| domain | vnf168.co | botnet_cc | 2026-09-18 | 100% |
| domain | c168vip.com | botnet_cc | 2026-09-18 | 100% |
| domain | ccm888.com | botnet_cc | 2026-09-18 | 100% |
| domain | cm88.dev | botnet_cc | 2026-09-18 | 100% |
| domain | cm88.tech | botnet_cc | 2026-09-18 | 100% |
| domain | cm88asia.com | botnet_cc | 2026-09-18 | 100% |
| domain | khietminhbakery.com | botnet_cc | 2026-09-18 | 100% |
| domain | lwf168.com | botnet_cc | 2026-09-18 | 100% |
| domain | new888k.com | botnet_cc | 2026-09-18 | 100% |
| domain | ok9111.com | botnet_cc | 2026-09-18 | 100% |
| domain | ok9a.co.com | botnet_cc | 2026-09-18 | 100% |
| domain | ok9vip.club | botnet_cc | 2026-09-18 | 100% |
| domain | sc88vi.com | botnet_cc | 2026-09-18 | 100% |
| domain | c168nee.com | botnet_cc | 2026-09-18 | 100% |
// Hunt for network connections to known malicious IPs
// Source: ThreatFox - Remcos
let malicious_ips = dynamic(["82.29.92.60", "155.103.71.126"]);
CommonSecurityLog
| where DestinationIP in (malicious_ips) or SourceIP in (malicious_ips)
| project TimeGenerated, SourceIP, DestinationIP, DestinationPort, DeviceAction, Activity
| order by TimeGenerated desc
// Hunt in Defender for Endpoint network events
let malicious_ips = dynamic(["82.29.92.60", "155.103.71.126"]);
DeviceNetworkEvents
| where RemoteIP in (malicious_ips)
| project Timestamp, DeviceName, RemoteIP, RemotePort, InitiatingProcessFileName, ActionType
| order by Timestamp desc
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Remcos
let malicious_domains = dynamic(["u88bet.us", "uu888.eu.com", "xoso66v.com", "123bcasino.us", "23win.net.im", "ee88.blog", "go99com.blue", "kuwin686.com", "tg88vn.online", "topcm88.net", "vnf168.co", "c168vip.com", "ccm888.com", "cm88.dev", "cm88.tech", "cm88asia.com", "khietminhbakery.com", "lwf168.com", "new888k.com", "ok9111.com", "ok9a.co.com", "ok9vip.club", "sc88vi.com", "c168nee.com", "c168c.net", "login.fly88-vip1.com", "new88.health", "open88.tours", "sc88.actor", "1f168.com", "78winone.com", "c2.spotmarkettoptan.com", "cm88.host", "fly88-vip1.com", "jun88online.co", "jxzc1688.com", "www.albader-group.cam", "www.albader-groupbackup.cam", "www.albader-groupbackup1.cam", "www.edibeckconsult.cam", "bahira.me", "bj88.sarl", "bj88ac.co", "edhardyoutlet.us", "fifa555god.com", "fifa55av.com", "remoo7.theworkpc.com", "123b.pictures", "789k.media", "akuwin888slot.com"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc
| Sentinel Table | Notes |
|---|---|
CommonSecurityLog | Ensure this data connector is enabled |
DeviceNetworkEvents | Ensure this data connector is enabled |
DnsEvents | Ensure this data connector is enabled |
svc_support, admin_remote) or specific IP ranges associated with the support vendor’s jump servers.Daily_Patch_Job, Config_Sync_Task) or exclude processes spawned by known automation tools like Ansible, Puppet, or SCCM agents.env=dev, env=qa, or lab, or filter by specific user groups (e.g., dev_team, qa_engineers) and known test machine names (e.g., dev-box-01, vm-test-02).C:\Apps\LegacyTool\remcos_agent.exe) or exclude hosts running known legacy software versions (e.g., AppVersion=3.2.1) after confirming the component is signed and expected.