This hunt targets the presence of PureRAT, a remote access trojan that enables adversaries to establish persistent control and exfiltrate data from compromised endpoints. Proactively hunting for these IOCs in Azure Sentinel is critical to identify stealthy malware infections early, preventing attackers from leveraging the RAT for lateral movement or data theft before they escalate privileges.
Malware Family: PureRAT Total IOCs: 3 IOC Types: ip:port
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| ip:port | 98[.]89[.]43[.]158:443 | botnet_cc | 2026-09-10 | 75% |
| ip:port | 124[.]156[.]108[.]12:443 | botnet_cc | 2026-09-10 | 75% |
| ip:port | 107[.]172[.]134[.]37:443 | botnet_cc | 2026-09-10 | 75% |
// Hunt for network connections to known malicious IPs
// Source: ThreatFox - PureRAT
let malicious_ips = dynamic(["124.156.108.12", "98.89.43.158", "107.172.134.37"]);
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(["124.156.108.12", "98.89.43.158", "107.172.134.37"]);
DeviceNetworkEvents
| where RemoteIP in (malicious_ips)
| project Timestamp, DeviceName, RemoteIP, RemotePort, InitiatingProcessFileName, ActionType
| order by Timestamp desc
| Sentinel Table | Notes |
|---|---|
CommonSecurityLog | Ensure this data connector is enabled |
DeviceNetworkEvents | Ensure this data connector is enabled |
Scenario: Legacy Java Application Deployment
.jar files that may overlap with legitimate build artifacts.C:\Program Files\InternalApps\LegacyInventory\) and the parent process is a known Java launcher (java.exe or javaw.exe) from a trusted vendor directory.Scenario: Scheduled Backup Agent Execution
C:\Users\Public\ or a common temp file name), it triggers a false positive.VeeamBackupSvc.exe, CommvaultSvc.exe) and the file location is within the backup agent’s designated working directory or temp folder.Scenario: Third-Party Plugin Installation (Adobe/Office)
C:\Program Files (x86)\Common Files\ or user-specific plugin directories