This hunt identifies potential compromise by matching network traffic and asset data against known indicators of compromise associated with the Aisuru threat actor. Proactively hunting for these IOCs in Azure Sentinel allows the SOC team to detect lateral movement or command-and-control activity before the adversary can establish a persistent foothold or exfiltrate sensitive data.
Malware Family: Aisuru Total IOCs: 10 IOC Types: ip:port
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| ip:port | 161[.]35[.]166[.]196:8001 | botnet_cc | 2026-09-09 | 100% |
| ip:port | 138[.]68[.]130[.]69:8001 | botnet_cc | 2026-09-09 | 100% |
| ip:port | 159[.]65[.]59[.]117:8001 | botnet_cc | 2026-09-09 | 100% |
| ip:port | 165[.]22[.]113[.]73:8001 | botnet_cc | 2026-09-09 | 100% |
| ip:port | 64[.]225[.]102[.]231:8001 | botnet_cc | 2026-09-09 | 100% |
| ip:port | 139[.]59[.]143[.]6:8001 | botnet_cc | 2026-09-09 | 75% |
| ip:port | 164[.]92[.]207[.]173:8001 | botnet_cc | 2026-09-09 | 75% |
| ip:port | 165[.]227[.]142[.]229:8001 | botnet_cc | 2026-09-09 | 100% |
| ip:port | 209[.]38[.]225[.]90:8001 | botnet_cc | 2026-09-09 | 100% |
| ip:port | 139[.]59[.]168[.]101:8001 | botnet_cc | 2026-09-09 | 100% |
// Hunt for network connections to known malicious IPs
// Source: ThreatFox - Aisuru
let malicious_ips = dynamic(["159.65.59.117", "165.22.113.73", "164.92.207.173", "161.35.166.196", "64.225.102.231", "138.68.130.69", "209.38.225.90", "139.59.168.101", "165.227.142.229", "139.59.143.6"]);
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(["159.65.59.117", "165.22.113.73", "164.92.207.173", "161.35.166.196", "64.225.102.231", "138.68.130.69", "209.38.225.90", "139.59.168.101", "165.227.142.229", "139.59.143.6"]);
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 |
log4j or a specific commons-collections version) which matches one of the Aisuru IOCs (such as specific file hashes or registry keys associated with initial access vectors).
svc-tomcat, app-pool) or exclude file paths under standard application directories (e.g., C:\Program Files\Apache Tomcat\, C:\inetpub\wwwroot\) if the IOC is a file hash or path-based.rundll32 command line pattern or a known vulnerable DLL hash) due to the software being in a pre-patch state.
ccmexec.exe, pdqdeploy.exe) or where the command line contains specific deployment identifiers (e.g., /install, /update, sccm).wget or curl user-agent string, or a known vulnerable library version) for testing purposes.
dockerd.exe, containerd.exe) or