This hunt targets the presence of specific IOCs linked to the Unknown Loader, a tool frequently used by adversaries to establish initial footholds and execute further payloads within Azure environments. Proactively hunting for these indicators allows the SOC team to identify compromised assets early, potentially disrupting the attacker’s ability to escalate privileges or move laterally before they achieve their full operational objectives.
Malware Family: Unknown Loader Total IOCs: 2 IOC Types: sha256_hash
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| sha256_hash | b28bdb3846a844a25300d1f595da9339cc8e5f830312d55bc15ffed6e2c0bd88 | payload | 2026-09-17 | 95% |
| sha256_hash | de246468dde672b0802dacdb2f9d88434528ad091ffe5aab636e8b0358be5454 | payload | 2026-09-17 | 95% |
// Hunt for files matching known malicious hashes
// Source: ThreatFox - Unknown Loader
let malicious_hashes = dynamic(["b28bdb3846a844a25300d1f595da9339cc8e5f830312d55bc15ffed6e2c0bd88", "de246468dde672b0802dacdb2f9d88434528ad091ffe5aab636e8b0358be5454"]);
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
| Sentinel Table | Notes |
|---|---|
DeviceFileEvents | Ensure this data connector is enabled |
java.exe or jre bin path) and the loaded module resides in the application’s designated lib or temp directory.FalconSensor.exe, cb.exe, MsMpEng.exe) or where the thread belongs to a known EDR service account.devenv.exe, idea64.exe) and the accessed path contains standard build directories like bin, obj, or Debug.