This rule identifies the execution of known loader binaries associated with the ThreatFox threat intelligence feed, indicating that an adversary is likely establishing a foothold to facilitate further malicious activity. Proactively hunting for these IOCs in Azure Sentinel allows the SOC team to detect and isolate compromised endpoints before the loader can download additional payloads or escalate privileges.
Malware Family: Unknown Loader Total IOCs: 12 IOC Types: url, domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxp://hxxp://85[.]209[.]87[.]73/login | botnet_cc | 2026-09-03 | 100% |
| domain | docssend.icu | botnet_cc | 2026-09-03 | 100% |
| domain | mharsborsteel.com | botnet_cc | 2026-09-03 | 100% |
| domain | www.technicalauthentications.live | botnet_cc | 2026-09-03 | 100% |
| domain | panelcoreapp.xyz | botnet_cc | 2026-09-03 | 100% |
| domain | workingrectorys.xyz | botnet_cc | 2026-09-03 | 100% |
| domain | privatetoken.cc | botnet_cc | 2026-09-03 | 100% |
| domain | ericphotography.cc | botnet_cc | 2026-09-03 | 100% |
| domain | kliearthmover.com | botnet_cc | 2026-09-03 | 100% |
| domain | www.loqinmicofstloine.icu | botnet_cc | 2026-09-03 | 100% |
| domain | hook-relay.xyz | botnet_cc | 2026-09-03 | 100% |
| domain | sharepoint-document-verification.icu | botnet_cc | 2026-09-03 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Unknown Loader
let malicious_domains = dynamic(["docssend.icu", "mharsborsteel.com", "www.technicalauthentications.live", "panelcoreapp.xyz", "workingrectorys.xyz", "privatetoken.cc", "ericphotography.cc", "kliearthmover.com", "www.loqinmicofstloine.icu", "hook-relay.xyz", "sharepoint-document-verification.icu"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc
// Hunt for access to known malicious URLs
// Source: ThreatFox - Unknown Loader
let malicious_urls = dynamic(["http://http://85.209.87.73/login"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc
| Sentinel Table | Notes |
|---|---|
DnsEvents | Ensure this data connector is enabled |
UrlClickEvents | Ensure this data connector is enabled |
java -jar command to load a proprietary plugin or update module from a network share or local disk, where the process name or path matches a known “unknown loader” hash or pattern from the ThreatFox feed.
java.exe or javaw.exe and the command line contains -jar or -cp, specifically for known application server directories (e.g., C:\Program Files\Apache Tomcat\bin\).C:\ProgramData\CrowdStrike\, C:\Program Files\Zscaler\) or where the parent process is the main agent executable (e.g., FalconSensor.exe, zscaler.exe).Task Scheduler or cron) runs a PowerShell script or a small .exe wrapper to invoke a .NET assembly (e.g., csc.exe or a custom loader.exe) for database backup validation or log rotation, which is not whitelisted in the IOC feed.
svchost.exe (specifically the Task Scheduler service) or powershell.exe invoked by a known scheduled task name (e.g., *Backup*, *LogRotation*), and the working directory