← Back to SOC feed Coverage →

URLhaus: fake-software Malicious URLs

ioc-hunt HIGH URLhaus
CommonSecurityLogDnsEvents
iocurlhaus
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 URLhaus →
Retrieved: 2026-08-08T23:00:01Z · Confidence: medium

Hunt Hypothesis

This detection identifies adversary behavior where attackers distribute deceptive software packages via malicious URLs to trick users into downloading and executing compromised applications. A SOC team should proactively hunt for these indicators in Azure Sentinel because fake software campaigns often serve as a primary entry point for supply chain attacks that can lead to widespread credential theft or ransomware deployment across the organization.

IOC Summary

Threat: fake-software Total URLs: 8 Active URLs: 8

URLStatusThreatDate Added
hxxps://github.com/ThreadColonelSouk/release/releases/download/release/release.ziponlinemalware_download2026-08-08
hxxps://github.com/Shapecluneedle/jubilant-engine/releases/download/exec/payd.exeonlinemalware_download2026-08-08
hxxps://github.com/Shapecluneedle/jubilant-engine/releases/download/exec/payl.exeonlinemalware_download2026-08-08
hxxps://github.com/BlackSuite999/Fishstrap-Roblox-2026/releases/download/release/Release.v.1.3.8.ziponlinemalware_download2026-08-08
hxxps://github.com/CoopeRlOq9/Project-Zomboid-Build-42-Map/releases/download/release/Release.v.1.3.8.ziponlinemalware_download2026-08-08
hxxps://github.com/Alomonohom6/stalzone-cheat-2026/releases/download/release/Release.v.3.1.4.ziponlinemalware_download2026-08-08
hxxps://github.com/AlinRight93/stalzone-tools-cheat-2026/releases/download/release/Stalzone.v1.6.by.Kernel.Labs.ziponlinemalware_download2026-08-08
hxxps://github.com/BeamChunin42/jennymod-installer/releases/download/latest/JennyMod.ziponlinemalware_download2026-08-08

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: fake-software
let malicious_domains = dynamic(["github.com"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses
| order by TimeGenerated desc

KQL: Url Proxy Hunt

// Hunt for web traffic to URLhaus malicious domains
let malicious_domains = dynamic(["github.com"]);
CommonSecurityLog
| where RequestURL has_any (malicious_domains) or DestinationHostName has_any (malicious_domains)
| project TimeGenerated, SourceIP, RequestURL, DestinationHostName, DeviceAction
| order by TimeGenerated desc

Required Data Sources

Sentinel TableNotes
CommonSecurityLogEnsure this data connector is enabled
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are specific false positive scenarios for the URLhaus: fake-software Malicious URLs rule, along with recommended filters and exclusions tailored for an enterprise environment:

Original source: https://urlhaus.abuse.ch/