← Back to SOC feed Coverage →

ThreatFox: HijackLoader IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
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-27T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity involving the HijackLoader malware by identifying six specific indicators of compromise that signal potential command-and-control communication or payload delivery within the network. A proactive search in Azure Sentinel is essential to rapidly identify and isolate these high-severity threats before they can establish persistence or exfiltrate sensitive data from the environment.

IOC Summary

Malware Family: HijackLoader Total IOCs: 6 IOC Types: sha1_hash, sha256_hash, md5_hash

TypeValueThreat TypeFirst SeenConfidence
sha1_hashe0d61ce862f8bcfde7643cd1230bb14441516fb5payload2026-07-2795%
md5_hash72990e94e0316066e2fc625b64fa0626payload2026-07-2795%
sha256_hashef56d1386af7c97a5cd0b70c261de7e87f6c00894e3f30856adfc750a7b73b3bpayload2026-07-2795%
sha1_hash58a7e2f5ca176afbdeffc8634bdb5bc105b91ddepayload2026-07-2795%
md5_hash17005c9a5f2a9a57fe71ced46712c688payload2026-07-2795%
sha256_hash62e631c68ba9392dc91e19cdc4f5e00bc0e303764c9f5c27ce2be6bf40bcc933payload2026-07-2795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - HijackLoader
let malicious_hashes = dynamic(["e0d61ce862f8bcfde7643cd1230bb14441516fb5", "72990e94e0316066e2fc625b64fa0626", "ef56d1386af7c97a5cd0b70c261de7e87f6c00894e3f30856adfc750a7b73b3b", "58a7e2f5ca176afbdeffc8634bdb5bc105b91dde", "17005c9a5f2a9a57fe71ced46712c688", "62e631c68ba9392dc91e19cdc4f5e00bc0e303764c9f5c27ce2be6bf40bcc933"]);
DeviceFileEvents
| where SHA256 in (malicious_hashes) or SHA1 in (malicious_hashes) or MD5 in (malicious_hashes)
| project Timestamp, DeviceName, FileName, FolderPath, SHA256, InitiatingProcessFileName
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DeviceFileEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are the false positive scenarios and corresponding exclusion strategies for the ThreatFox: HijackLoader IOCs detection rule:

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