← 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-09-14T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets the presence of 14 known indicators of compromise associated with the Kimwolf threat actor, enabling the detection of potential intrusions or lateral movement activities. Proactively hunting for these IOCs in Azure Sentinel is critical to identify early-stage adversary footholds and mitigate risks before they escalate into significant data exfiltration or system compromise.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
ip:port157[.]245[.]76[.]251:25001botnet_cc2026-09-14100%
ip:port164[.]92[.]152[.]141:25001botnet_cc2026-09-14100%
ip:port167[.]172[.]32[.]113:25001botnet_cc2026-09-14100%
ip:port167[.]172[.]45[.]217:25001botnet_cc2026-09-14100%
ip:port167[.]99[.]219[.]230:25001botnet_cc2026-09-14100%
ip:port178[.]62[.]244[.]142:25001botnet_cc2026-09-14100%
ip:port188[.]166[.]100[.]18:25001botnet_cc2026-09-14100%
ip:port188[.]166[.]35[.]43:25001botnet_cc2026-09-14100%
ip:port206[.]189[.]111[.]119:25001botnet_cc2026-09-14100%
ip:port209[.]38[.]37[.]114:25001botnet_cc2026-09-14100%
ip:port212[.]193[.]31[.]145:25001botnet_cc2026-09-14100%
ip:port85[.]234[.]91[.]247:25001botnet_cc2026-09-14100%
ip:port89[.]19[.]223[.]49:25001botnet_cc2026-09-14100%
ip:port91[.]224[.]92[.]203:25001botnet_cc2026-09-14100%

KQL: Ip Hunt

// Hunt for network connections to known malicious IPs
// Source: ThreatFox - Kimwolf
let malicious_ips = dynamic(["188.166.35.43", "157.245.76.251", "167.172.32.113", "167.172.45.217", "178.62.244.142", "206.189.111.119", "212.193.31.145", "167.99.219.230", "85.234.91.247", "89.19.223.49", "209.38.37.114", "91.224.92.203", "188.166.100.18", "164.92.152.141"]);
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(["188.166.35.43", "157.245.76.251", "167.172.32.113", "167.172.45.217", "178.62.244.142", "206.189.111.119", "212.193.31.145", "167.99.219.230", "85.234.91.247", "89.19.223.49", "209.38.37.114", "91.224.92.203", "188.166.100.18", "164.92.152.141"]);
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/