← 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-07-10T11:00:01Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity by correlating network and endpoint telemetry against fifteen specific Indicators of Compromise (IOCs) linked to the Aisuru threat actor. Proactively hunting for these signatures in Azure Sentinel is critical because Aisuru’s high-severity footprint suggests sophisticated, targeted campaigns that require immediate identification before lateral expansion occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
ip:port132[.]243[.]199[.]3:8443botnet_cc2026-07-10100%
ip:port91[.]108[.]249[.]140:34567botnet_cc2026-07-10100%
ip:port91[.]108[.]249[.]186:34567botnet_cc2026-07-10100%
ip:port134[.]122[.]98[.]48:8001botnet_cc2026-07-10100%
ip:port138[.]68[.]138[.]44:8001botnet_cc2026-07-10100%
ip:port165[.]232[.]71[.]140:8001botnet_cc2026-07-10100%
ip:port206[.]189[.]119[.]212:8001botnet_cc2026-07-10100%
ip:port138[.]68[.]93[.]46:8001botnet_cc2026-07-10100%
ip:port167[.]99[.]143[.]174:8001botnet_cc2026-07-10100%
ip:port164[.]92[.]179[.]21:8001botnet_cc2026-07-10100%
ip:port64[.]227[.]117[.]72:8001botnet_cc2026-07-10100%
ip:port159[.]65[.]61[.]151:8001botnet_cc2026-07-10100%
ip:port139[.]59[.]161[.]246:8001botnet_cc2026-07-10100%
ip:port91[.]108[.]249[.]140:8080botnet_cc2026-07-10100%
ip:port138[.]68[.]93[.]46:34567botnet_cc2026-07-10100%

KQL: Ip Hunt

// Hunt for network connections to known malicious IPs
// Source: ThreatFox - Aisuru
let malicious_ips = dynamic(["167.99.143.174", "165.232.71.140", "164.92.179.21", "159.65.61.151", "206.189.119.212", "91.108.249.186", "138.68.138.44", "91.108.249.140", "134.122.98.48", "132.243.199.3", "139.59.161.246", "138.68.93.46", "64.227.117.72"]);
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.99.143.174", "165.232.71.140", "164.92.179.21", "159.65.61.151", "206.189.119.212", "91.108.249.186", "138.68.138.44", "91.108.249.140", "134.122.98.48", "132.243.199.3", "139.59.161.246", "138.68.93.46", "64.227.117.72"]);
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

Here are 4 specific false positive scenarios for the ThreatFox: Aisuru IOCs detection rule in an enterprise environment, along with suggested filters or exclusions:

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