← Back to SOC feed Coverage →

ThreatFox: Aisuru IOCs

ioc-hunt HIGH ThreatFox
CommonSecurityLogDeviceNetworkEvents
elf-aisuruiocthreatfox
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at ThreatFox →
Retrieved: 2026-09-20T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets the presence of 13 known indicators of compromise associated with the Aisuru threat actor, enabling the detection of potential intrusions that may have bypassed traditional signature-based defenses. Proactively hunting for these IOCs in Azure Sentinel is critical to identify lateral movement or persistence mechanisms early, as Aisuru is a high-severity threat known for targeting enterprise environments through sophisticated initial access and post-exploitation tactics.

IOC Summary

Malware Family: Aisuru Total IOCs: 13 IOC Types: ip:port

TypeValueThreat TypeFirst SeenConfidence
ip:port159[.]203[.]178[.]139:34567botnet_cc2026-09-20100%
ip:port159[.]65[.]83[.]2:8080botnet_cc2026-09-20100%
ip:port159[.]65[.]83[.]2:8443botnet_cc2026-09-20100%
ip:port159[.]65[.]83[.]2:37215botnet_cc2026-09-20100%
ip:port46[.]101[.]36[.]181:8443botnet_cc2026-09-20100%
ip:port138[.]68[.]168[.]41:8443botnet_cc2026-09-20100%
ip:port167[.]71[.]45[.]235:9034botnet_cc2026-09-20100%
ip:port43[.]155[.]214[.]112:8443botnet_cc2026-09-20100%
ip:port178[.]128[.]167[.]82:8443botnet_cc2026-09-20100%
ip:port144[.]126[.]234[.]230:8443botnet_cc2026-09-20100%
ip:port167[.]71[.]45[.]235:8443botnet_cc2026-09-20100%
ip:port159[.]65[.]83[.]2:9034botnet_cc2026-09-20100%
ip:port138[.]68[.]168[.]41:8080botnet_cc2026-09-20100%

KQL: Ip Hunt

// Hunt for network connections to known malicious IPs
// Source: ThreatFox - Aisuru
let malicious_ips = dynamic(["167.71.45.235", "138.68.168.41", "159.203.178.139", "43.155.214.112", "144.126.234.230", "46.101.36.181", "178.128.167.82", "159.65.83.2"]);
CommonSecurityLog
| where DestinationIP in (malicious_ips) or SourceIP in (malicious_ips)
| project TimeGenerated, SourceIP, DestinationIP, DestinationPort, DeviceAction, Activity
| order by TimeGenerated desc

KQL: Ip Hunt Device

// Hunt in Defender for Endpoint network events
let malicious_ips = dynamic(["167.71.45.235", "138.68.168.41", "159.203.178.139", "43.155.214.112", "144.126.234.230", "46.101.36.181", "178.128.167.82", "159.65.83.2"]);
DeviceNetworkEvents
| where RemoteIP in (malicious_ips)
| project Timestamp, DeviceName, RemoteIP, RemotePort, InitiatingProcessFileName, ActionType
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
CommonSecurityLogEnsure this data connector is enabled
DeviceNetworkEventsEnsure this data connector is enabled

References

False Positive Guidance

Original source: https://threatfox.abuse.ch/browse/malware/elf.aisuru/