← Back to SOC feed Coverage →

ThreatFox: Metaencryptor IOCs

ioc-hunt HIGH ThreatFox
UrlClickEvents
iocthreatfoxwin-metaencryptor
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-09-24T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets the presence of known Metaencryptor indicators of compromise, which are frequently leveraged by ransomware operators to encrypt critical data and disrupt operations. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify and isolate compromised assets before the encryption process begins, thereby reducing the potential impact of a high-severity ransomware event.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://89[.]46[.]235[.]116:9443/botnet_cc2026-09-24100%
urlhxxps://89[.]46[.]235[.]116:80/botnet_cc2026-09-24100%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Metaencryptor
let malicious_urls = dynamic(["https://89.46.235.116:9443/", "https://89.46.235.116:80/"]);
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

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