← Back to SOC feed Coverage →

ThreatFox: Satacom IOCs

ioc-hunt HIGH ThreatFox
UrlClickEvents
iocthreatfoxwin-satacom
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 ThreatFox →
Retrieved: 2026-08-05T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt hypothesis detects adversary activity involving specific Indicators of Compromise (IOCs) linked to the Satacom threat actor, which may signal active reconnaissance or lateral movement within the network. Proactively hunting for these IOCs in Azure Sentinel is critical because early identification allows the SOC team to isolate affected assets and mitigate potential data exfiltration before the adversary establishes a persistent foothold.

IOC Summary

Malware Family: Satacom Total IOCs: 2 IOC Types: url

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://shoeshowshoes.com/nfront.phpbotnet_cc2026-08-05100%
urlhxxps://dressagelaval.com/nfront.phpbotnet_cc2026-08-05100%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Satacom
let malicious_urls = dynamic(["https://shoeshowshoes.com/nfront.php", "https://dressagelaval.com/nfront.php"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are specific false positive scenarios and corresponding exclusions for the ThreatFox: Satacom IOCs detection rule in an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/win.satacom/