This detection rule identifies adversary activity linked to the Kimwolf malware by monitoring specific indicators of compromise (IOCs) known to facilitate its initial infection and lateral movement. A proactive hunt is essential in Azure Sentinel to rapidly uncover early-stage compromises before they escalate into broader data exfiltration or ransomware deployment, ensuring timely containment of this high-severity threat.
Malware Family: Kimwolf Total IOCs: 3 IOC Types: ip:port
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| ip:port | 172[.]235[.]182[.]165:25001 | botnet_cc | 2026-08-14 | 100% |
| ip:port | 172[.]235[.]191[.]232:25001 | botnet_cc | 2026-08-14 | 100% |
| ip:port | 172[.]233[.]33[.]8:25001 | botnet_cc | 2026-08-14 | 100% |
// Hunt for network connections to known malicious IPs
// Source: ThreatFox - Kimwolf
let malicious_ips = dynamic(["172.235.182.165", "172.235.191.232", "172.233.33.8"]);
CommonSecurityLog
| where DestinationIP in (malicious_ips) or SourceIP in (malicious_ips)
| project TimeGenerated, SourceIP, DestinationIP, DestinationPort, DeviceAction, Activity
| order by TimeGenerated desc
// Hunt in Defender for Endpoint network events
let malicious_ips = dynamic(["172.235.182.165", "172.235.191.232", "172.233.33.8"]);
DeviceNetworkEvents
| where RemoteIP in (malicious_ips)
| project Timestamp, DeviceName, RemoteIP, RemotePort, InitiatingProcessFileName, ActionType
| order by Timestamp desc
| Sentinel Table | Notes |
|---|---|
CommonSecurityLog | Ensure this data connector is enabled |
DeviceNetworkEvents | Ensure this data connector is enabled |
Here are the documented false positive scenarios for the ThreatFox: Kimwolf IOCs detection rule, including specific triggers and recommended filters:
Scenario 1: Scheduled Antivirus Definition Updates
C:\Program Files\CrowdStrike\fsqa.exe or MsMpEng.exe) and restrict the detection to exclude traffic originating from known corporate update servers (e.g., WSUS or SCCM distribution points) during maintenance windows (02:00 – 04:00 local time).Scenario 2: Legacy Internal Reporting Dashboard Access
chrome.exe in kiosk mode) resolves these dependencies.svc-reporting).**Scenario 3: Admin