← Back to SOC feed Coverage →

ThreatFox: HijackLoader IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
iocthreatfoxwin-hijackloader
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-07-15T23:00:00Z · Confidence: high

Hunt Hypothesis

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.

IOC Summary

Malware Family: HijackLoader Total IOCs: 2 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainquetrex.compayload_delivery2026-07-15100%
domainmygameszones.compayload_delivery2026-07-15100%

KQL: Domain Hunt

// 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

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are specific false positive scenarios for the ThreatFox: HijackLoader IOCs detection rule in an enterprise environment, along with suggested filters or exclusions:

Original source: https://threatfox.abuse.ch/browse/malware/win.hijackloader/