This hunt targets adversary behavior involving the execution of HijackLoader components to establish persistence and exfiltrate credentials within the Azure environment. Proactively hunting for these specific IOCs in Azure Sentinel is critical because early detection of this loader can prevent lateral movement and data theft before the full malware payload is deployed.
Malware Family: HijackLoader Total IOCs: 2 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | quetrex.com | payload_delivery | 2026-07-15 | 100% |
| domain | mygameszones.com | payload_delivery | 2026-07-15 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - HijackLoader
let malicious_domains = dynamic(["quetrex.com", "mygameszones.com"]);
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 in an enterprise environment, along with suggested filters or exclusions:
Endpoint Protection Policy Updates via Microsoft Intune/SCCM
loader.dll or a known distribution domain).NT SERVICE\Antimalware Service Executable) and specifically exclude file paths located in the vendor’s installation directory (e.g., C:\Program Files\Microsoft Defender Antivirus\ or C:\ProgramData\McAfee\).Automated Browser Extension Deployment via Group Policy
System account running under the Group Policy Client Service context. Additionally, whitelist specific URLs used by the organization’s Software Distribution Server (e.g., *.internal.company.com) if they match the IOC domain list.Third-Party SaaS Integration Health Checks