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.
Malware Family: Satacom Total IOCs: 2 IOC Types: url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxps://shoeshowshoes.com/nfront.php | botnet_cc | 2026-08-05 | 100% |
| url | hxxps://dressagelaval.com/nfront.php | botnet_cc | 2026-08-05 | 100% |
// 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
| Sentinel Table | Notes |
|---|---|
UrlClickEvents | Ensure this data connector is enabled |
Here are specific false positive scenarios and corresponding exclusions for the ThreatFox: Satacom IOCs detection rule in an enterprise environment:
Scenario: Scheduled Antivirus or EDR Endpoint Scans
MsMpEng.exe, CsFalconService) and specific scheduled task IDs (e.g., “Defender Scheduled Scan”) that occur between 02:00 and 04:00 daily.Scenario: Automated Software Deployment via Configuration Management
ccmexec.exe for SCCM) initiates a connection to fetch the payload.NT SERVICE\ccmexec or specific Ansible runner accounts).Scenario: Third-Party Cloud Backup and Archiving Services