← Back to SOC feed Coverage →

ThreatFox: Kimwolf IOCs

ioc-hunt HIGH ThreatFox
CommonSecurityLogDeviceNetworkEvents
apk-kimwolfiocthreatfox
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-05-10T23:00:00Z · Confidence: high

Hunt Hypothesis

The ThreatFox: Kimwolf IOCs rule detects potential adversary activity linked to the Kimwolf threat group, which is associated with high-severity malicious campaigns. SOC teams should proactively hunt for these indicators in Azure Sentinel to identify and mitigate advanced persistent threats before they cause significant damage.

IOC Summary

Malware Family: Kimwolf Total IOCs: 30 IOC Types: ip:port

TypeValueThreat TypeFirst SeenConfidence
ip:port172[.]233[.]46[.]13:25001botnet_cc2026-05-10100%
ip:port172[.]235[.]160[.]166:25001botnet_cc2026-05-10100%
ip:port172[.]239[.]238[.]87:25001botnet_cc2026-05-10100%
ip:port172[.]239[.]238[.]115:25001botnet_cc2026-05-10100%
ip:port172[.]239[.]238[.]125:25001botnet_cc2026-05-10100%
ip:port172[.]239[.]238[.]148:25001botnet_cc2026-05-10100%
ip:port172[.]239[.]238[.]152:25001botnet_cc2026-05-10100%
ip:port172[.]235[.]160[.]185:25001botnet_cc2026-05-10100%
ip:port172[.]233[.]46[.]59:25001botnet_cc2026-05-10100%
ip:port172[.]239[.]238[.]254:25001botnet_cc2026-05-10100%
ip:port172[.]235[.]182[.]55:25001botnet_cc2026-05-10100%
ip:port172[.]235[.]182[.]77:25001botnet_cc2026-05-10100%
ip:port172[.]233[.]43[.]79:25001botnet_cc2026-05-10100%
ip:port172[.]235[.]182[.]100:25001botnet_cc2026-05-10100%
ip:port172[.]233[.]43[.]32:25001botnet_cc2026-05-10100%
ip:port172[.]235[.]182[.]79:25001botnet_cc2026-05-10100%
ip:port172[.]235[.]182[.]4:25001botnet_cc2026-05-10100%
ip:port172[.]235[.]182[.]110:25001botnet_cc2026-05-10100%
ip:port172[.]235[.]182[.]64:25001botnet_cc2026-05-10100%
ip:port172[.]235[.]182[.]112:25001botnet_cc2026-05-10100%
ip:port172[.]235[.]166[.]249:25001botnet_cc2026-05-10100%
ip:port172[.]239[.]233[.]188:25001botnet_cc2026-05-10100%
ip:port172[.]233[.]44[.]73:25001botnet_cc2026-05-10100%
ip:port172[.]239[.]233[.]203:25001botnet_cc2026-05-10100%
ip:port172[.]233[.]61[.]175:25001botnet_cc2026-05-10100%

KQL: Ip Hunt

// Hunt for network connections to known malicious IPs
// Source: ThreatFox - Kimwolf
let malicious_ips = dynamic(["172.235.182.64", "172.233.61.175", "172.235.182.100", "172.233.46.59", "172.233.43.79", "172.239.233.162", "172.239.238.87", "172.239.238.125", "172.233.44.73", "172.233.61.189", "172.239.238.148", "172.235.182.79", "172.235.166.249", "172.235.182.112", "172.235.166.230", "172.235.182.110", "172.233.43.32", "172.239.238.115", "172.233.46.13", "172.239.238.152", "172.235.182.55", "172.235.160.185", "172.233.49.140", "172.239.233.188", "172.235.182.4", "172.233.45.171", "172.239.238.254", "172.235.160.166", "172.239.233.203", "172.235.182.77"]);
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(["172.235.182.64", "172.233.61.175", "172.235.182.100", "172.233.46.59", "172.233.43.79", "172.239.233.162", "172.239.238.87", "172.239.238.125", "172.233.44.73", "172.233.61.189", "172.239.238.148", "172.235.182.79", "172.235.166.249", "172.235.182.112", "172.235.166.230", "172.235.182.110", "172.233.43.32", "172.239.238.115", "172.233.46.13", "172.239.238.152", "172.235.182.55", "172.235.160.185", "172.233.49.140", "172.239.233.188", "172.235.182.4", "172.233.45.171", "172.239.238.254", "172.235.160.166", "172.239.233.203", "172.235.182.77"]);
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/apk.kimwolf/