← Back to SOC feed Coverage →

ThreatFox: Satacom IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEventsUrlClickEvents
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-05-22T23:00:00Z · Confidence: high

Hunt Hypothesis

The ThreatFox: Satacom IOCs rule detects potential adversary activity linked to the Satacom threat group, which is associated with high-severity malicious campaigns. SOC teams should proactively hunt for these IOCs in Azure Sentinel to identify and mitigate early-stage compromises before lateral movement and data exfiltration occur.

IOC Summary

Malware Family: Satacom Total IOCs: 5 IOC Types: url, sha256_hash

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://opaqueshellsoftsmoke.monster/indexactiverevenue.phppayload_delivery2026-05-22100%
urlhxxps://totebagsforwork.com/nfront.phppayload_delivery2026-05-22100%
urlhxxps://totebagsforwork.com/nback.phppayload_delivery2026-05-22100%
sha256_hash4e286cd901813a5f80411e417fb5defe25ff9af00706e68509392f6e75cc3908payload2026-05-22100%
sha256_hashf3ef4663e909e2545d25bdd0edc7ba4f88d197760921ca23e7dededf7326aa8epayload2026-05-22100%

KQL: Url Hunt

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

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Satacom
let malicious_hashes = dynamic(["4e286cd901813a5f80411e417fb5defe25ff9af00706e68509392f6e75cc3908", "f3ef4663e909e2545d25bdd0edc7ba4f88d197760921ca23e7dededf7326aa8e"]);
DeviceFileEvents
| where SHA256 in (malicious_hashes) or SHA1 in (malicious_hashes) or MD5 in (malicious_hashes)
| project Timestamp, DeviceName, FileName, FolderPath, SHA256, InitiatingProcessFileName
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DeviceFileEventsEnsure this data connector is enabled
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

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