← Back to SOC feed Coverage →

ThreatFox: GUIDLOADER IOCs

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

Hunt Hypothesis

This hunt targets the presence of specific IOCs linked to the GUIDLOADER malware, which adversaries use to establish persistence or execute payloads within Azure environments. Proactively hunting for these indicators allows the SOC team to identify compromised assets early, potentially preventing lateral movement or data exfiltration before the threat actor achieves their operational objectives.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashfef80540b2bb3bacde65d425912531a8payload2026-09-0595%
sha1_hash5d5bcc3466fce6d64aed62d72ffce37078cc698fpayload2026-09-0595%
md5_hashc4efe7eba55e16547cfd29eb349c8545payload2026-09-0595%
sha256_hashfbc7ba2c26bae1175976f140bb9d4d5eaf744c95ba8aaadec3fd8ad129b89221payload2026-09-0595%
sha1_hash40fb0535b5057ba61b62b352366d8fe331d427cepayload2026-09-0595%
sha256_hash7fbbeb23e339797e7165db5463c8278c4507900e0f37781a2f3d4152ad73ae93payload2026-09-0595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - GUIDLOADER
let malicious_hashes = dynamic(["fef80540b2bb3bacde65d425912531a8", "5d5bcc3466fce6d64aed62d72ffce37078cc698f", "c4efe7eba55e16547cfd29eb349c8545", "fbc7ba2c26bae1175976f140bb9d4d5eaf744c95ba8aaadec3fd8ad129b89221", "40fb0535b5057ba61b62b352366d8fe331d427ce", "7fbbeb23e339797e7165db5463c8278c4507900e0f37781a2f3d4152ad73ae93"]);
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

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