This detection identifies adversary behavior where unknown loader processes execute suspicious input/output operations indicative of initial command-and-control communication or payload staging. Proactively hunting for these indicators in Azure Sentinel is critical to uncover stealthy threats that may bypass standard signature-based defenses by leveraging the platform’s ability to correlate real-time telemetry with emerging ThreatFox intelligence feeds.
Malware Family: Unknown Loader Total IOCs: 2 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | photo-hotel8413.info | payload_delivery | 2026-07-19 | 100% |
| domain | imagephotosafe.info | payload_delivery | 2026-07-19 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Unknown Loader
let malicious_domains = dynamic(["photo-hotel8413.info", "imagephotosafe.info"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc
| Sentinel Table | Notes |
|---|---|
DnsEvents | Ensure this data connector is enabled |
Here are 4 specific false positive scenarios for the ThreatFox: Unknown Loader IOCs rule, tailored for a legitimate enterprise environment:
Scenario: Enterprise Software Deployment via SCCM/Intune
msiexec.exe spawning a transient setup_loader.exe) that execute from the %TEMP% directory before moving files to the Program Files folder. The rule flags these transient loaders as “Unknown” because they lack established reputation in the ThreatFox database yet are part of an authorized deployment pipeline.C:\Windows\CCM\, C:\ProgramData\Microsoft\IntuneManagementExtension\, or parent processes named ccmexec.exe and Microsoft.Intune.Management.Extension.exe. Additionally, create a whitelist for file hashes associated with known deployment packages.Scenario: Automated Patch Management Execution
SYSTEM or a dedicated service account (e.g., svc-patchagent). The detection logic triggers because these dynamic, version-specific loader executables are generated daily and may not yet be indexed in the global ThreatFox IOC feed.TaskScheduler (svchost.exe) or specific patch management agents (e.g., IvantiAgent.exe, PatchManagerService.exe). Implement a rule to ignore IOCs originating from the C:\ProgramData\Ivanti\ and