This hunt targets adversary behavior where threat actors leverage Evilginx infrastructure to execute advanced phishing campaigns that bypass traditional MFA by dynamically generating login pages and capturing session tokens. The SOC team should proactively search for these specific IOCs in Azure Sentinel to identify early-stage compromises before attackers can establish persistent access or exfiltrate sensitive credentials from the environment.
Malware Family: Evilginx Total IOCs: 3 IOC Types: ip:port
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| ip:port | 64[.]23[.]182[.]12:3333 | botnet_cc | 2026-07-15 | 75% |
| ip:port | 185[.]212[.]131[.]22:9000 | botnet_cc | 2026-07-15 | 75% |
| ip:port | 162[.]35[.]175[.]224:3333 | botnet_cc | 2026-07-15 | 75% |
// Hunt for network connections to known malicious IPs
// Source: ThreatFox - Evilginx
let malicious_ips = dynamic(["162.35.175.224", "64.23.182.12", "185.212.131.22"]);
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(["162.35.175.224", "64.23.182.12", "185.212.131.22"]);
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 specific false positive scenarios for the ThreatFox: Evilginx IOCs detection rule in an enterprise environment, along with recommended filters or exclusions:
Scheduled Endpoint Security Scans by CrowdStrike Falcon
CrowdStrike Falcon Sensor service account (e.g., svc-crowdstrike) and filter out DNS queries where the destination IP belongs to the internal CrowdStrike management subnet (10.x.x.x).Automated Phishing Simulation Campaigns via KnowBe4
KnowBe4 cloud infrastructure and filter events where the User Agent contains specific simulation identifiers (e.g., KB-Simulation-2023) or where the destination URL domain ends in .knowbe4.com.Patch Management Deployment via Microsoft SCCM/MECM
ccmexec) downloads these definition packages from the Microsoft Update servers, which may contain