← 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-08-10T23:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies adversary activity by monitoring for known indicators of compromise (IOCs) linked to the Kimwolf threat actor, which often targets enterprise environments with advanced persistent threats. A SOC team should proactively hunt for these IOCs in Azure Sentinel to rapidly detect early-stage intrusions and mitigate potential data exfiltration or lateral movement before they escalate into critical incidents.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
ip:port64[.]227[.]68[.]158:25001botnet_cc2026-08-10100%
ip:port165[.]22[.]197[.]20:25001botnet_cc2026-08-10100%
ip:port165[.]232[.]87[.]245:25001botnet_cc2026-08-10100%
ip:port178[.]62[.]229[.]223:25001botnet_cc2026-08-10100%
ip:port159[.]223[.]209[.]14:25001botnet_cc2026-08-10100%
ip:port161[.]35[.]155[.]251:25001botnet_cc2026-08-10100%
ip:port167[.]71[.]67[.]197:25001botnet_cc2026-08-10100%
ip:port178[.]62[.]230[.]102:25001botnet_cc2026-08-10100%
ip:port142[.]93[.]139[.]221:25001botnet_cc2026-08-10100%

KQL: Ip Hunt

// Hunt for network connections to known malicious IPs
// Source: ThreatFox - Kimwolf
let malicious_ips = dynamic(["178.62.230.102", "178.62.229.223", "161.35.155.251", "64.227.68.158", "142.93.139.221", "167.71.67.197", "159.223.209.14", "165.22.197.20", "165.232.87.245"]);
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(["178.62.230.102", "178.62.229.223", "161.35.155.251", "64.227.68.158", "142.93.139.221", "167.71.67.197", "159.223.209.14", "165.22.197.20", "165.232.87.245"]);
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 specific false positive scenarios for the ThreatFox: Kimwolf IOCs detection rule, including targeted filters and exclusions suitable for an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/apk.kimwolf/