This hypothesis targets the execution of known IOCs associated with the “Unknown Loader,” a mechanism adversaries use to establish initial footholds or stage payloads within Azure environments. Proactively hunting for these indicators allows the SOC to identify compromised workloads or identity theft vectors before they progress to lateral movement or data exfiltration.
Malware Family: Unknown Loader Total IOCs: 6 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | bitfundedxcryptobanter.com | payload_delivery | 2026-09-09 | 100% |
| domain | butecoemcasacampinas.com.br | payload_delivery | 2026-09-09 | 100% |
| domain | clinicaveterinarialescampes.com | payload_delivery | 2026-09-09 | 100% |
| domain | deshrxpharmacy.com | payload_delivery | 2026-09-09 | 100% |
| domain | radiology-technician.com | payload_delivery | 2026-09-09 | 100% |
| domain | thefestivevillas.com | payload_delivery | 2026-09-09 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Unknown Loader
let malicious_domains = dynamic(["bitfundedxcryptobanter.com", "butecoemcasacampinas.com.br", "clinicaveterinarialescampes.com", "deshrxpharmacy.com", "radiology-technician.com", "thefestivevillas.com"]);
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 |
github.com/unknown-loader/...) to the build agent. The IOC matches the SHA256 or URL of the downloaded artifact.
ansible-playbook.exe or terraform.exe, and the file path contains \.terraform\ or ansible\cache\. Alternatively, whitelist the specific GitHub URL if it is a known internal mirror.loader.exe or a specific hash used in the packaging).
C:\Program Files\CrowdStrike\ or C:\Program Files\Carbon Black\ where the parent process is CCMEXEC.EXE or CCMEXEC32.EXE. Also, exclude if the file is signed by “CrowdStrike, Inc.” or “Carbon Black, Inc.”venv) that includes a pip-installed package with a native loader component matching the IOC.
sqlagent.exe or python.exe and the file path contains venv\ or site-packages\. Whitelist the specific hash if the