← 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-07-24T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt hypothesis targets adversaries leveraging GUIDLOADER as a multi-stage malware loader that establishes persistence and command-and-control channels following initial compromise via phishing or exploits. Proactive hunting for these IOCs in Azure Sentinel is critical to detect early-stage infections before they execute subsequent payloads, thereby preventing lateral movement and data exfiltration within the environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashccad1d780f53e439985bc9e6035211d7payload2026-07-2495%
sha256_hash3fc2edb46b7b5bb430b2e63b7da48dcbef35a63884e219edac2960131062a651payload2026-07-2495%
sha1_hash39fdafcbeac903723edc9e6919c4fc733a642d3dpayload2026-07-2495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - GUIDLOADER
let malicious_hashes = dynamic(["ccad1d780f53e439985bc9e6035211d7", "3fc2edb46b7b5bb430b2e63b7da48dcbef35a63884e219edac2960131062a651", "39fdafcbeac903723edc9e6919c4fc733a642d3d"]);
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 5 specific false positive scenarios for the ThreatFox: GUIDLOADER IOCs rule, along with suggested filters and exclusions tailored for an enterprise environment:

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