This hypothesis targets the presence of known Indicators of Compromise (IOCs) associated with the Remcos Remote Access Trojan, which adversaries deploy to establish persistent, interactive control over compromised endpoints. Proactively hunting for these IOCs in Azure Sentinel allows the SOC team to identify stealthy RAT infections before they are leveraged for lateral movement or data exfiltration, thereby reducing the dwell time of high-severity threats within the environment.
Malware Family: Remcos Total IOCs: 10 IOC Types: ip:port, domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | pulsa188slot.co | botnet_cc | 2026-09-06 | 75% |
| domain | trungnguyen.co.za | botnet_cc | 2026-09-06 | 75% |
| domain | kolaybet.club | botnet_cc | 2026-09-06 | 75% |
| domain | kuncislothoki.co | botnet_cc | 2026-09-06 | 75% |
| domain | kuwin.wang | botnet_cc | 2026-09-06 | 75% |
| domain | qh88.es | botnet_cc | 2026-09-06 | 75% |
| domain | api.go8.plus | botnet_cc | 2026-09-06 | 75% |
| domain | api.qh88eu.com | botnet_cc | 2026-09-06 | 75% |
| domain | clipmagic.co | botnet_cc | 2026-09-06 | 75% |
| ip:port | 107[.]172[.]132[.]42:9089 | botnet_cc | 2026-09-06 | 100% |
// Hunt for network connections to known malicious IPs
// Source: ThreatFox - Remcos
let malicious_ips = dynamic(["107.172.132.42"]);
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(["107.172.132.42"]);
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(["pulsa188slot.co", "trungnguyen.co.za", "kolaybet.club", "kuncislothoki.co", "kuwin.wang", "qh88.es", "api.go8.plus", "api.qh88eu.com", "clipmagic.co"]);
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 |
core.dll or helper.sys).
C:\Program Files\InternalApps\LegacyReport\) and the parent process is a known service executable (e.g., w3wp.exe or java.exe) rather than an interactive user process.remcos_loader.exe) to a network share or staging folder for analysis, testing, or distribution to other team members, triggering file creation or hash-based detections on the file server or client workstations.
\Staging\, \Analysis\, or \Temp\ and the user account belongs to a specific security or IT admin group (e.g., SEC-Admins or IT-Support).Task Scheduler or Ansible) extracts or writes a configuration file or binary component that matches an IOC hash because it is a generic utility component (like a specific version of libcurl or a common logging library) used across multiple internal tools.
svchost.exe (specifically the Task Scheduler service) or powershell.exe invoked by a known service account, and the file location is within a system temp directory (`C:\Windows\Temp