This hunt targets adversary behavior involving the execution of HijackLoader malware components, which are known to hijack browser sessions and exfiltrate sensitive data through specific indicators of compromise. Proactively hunting for these IOCs in Azure Sentinel is critical because early detection allows the SOC team to isolate compromised endpoints before lateral movement occurs, thereby mitigating the risk of credential theft and persistent access within the cloud environment.
Malware Family: HijackLoader Total IOCs: 2 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | iwannagetmoremoney.beer | payload_delivery | 2026-07-13 | 100% |
| domain | slippingpit61353.icu | payload_delivery | 2026-07-13 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - HijackLoader
let malicious_domains = dynamic(["iwannagetmoremoney.beer", "slippingpit61353.icu"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc
| Sentinel Table | Notes |
|---|---|
DnsEvents | Ensure this data connector is enabled |
Here are specific false positive scenarios for the ThreatFox: HijackLoader IOCs detection rule, tailored for an enterprise environment:
Enterprise Endpoint Protection Updates
C:\Program Files\CrowdStrike\fsagent.exe or MsMpEng.exe) and restrict the rule to trigger only if the Parent Process is not a trusted system service. Alternatively, exclude specific SHA-256 hashes of the known update binaries from the IOC list.Third-Party Patch Management Deployments
NT AUTHORITY\SYSTEM or specific Service Accounts like svc-patch-deploy) and exclude events originating from known Internal IP Ranges associated with the patch management servers, rather than external internet traffic.IT Admin Script Execution via Scheduled Tasks
Invoke-HijackScan.ps1 or a custom inventory collector) via Windows Task