← Back to SOC feed Coverage →

ThreatFox: TelegramGrabber IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
iocthreatfoxwin-telegram_grabber
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-08T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary behavior involving the deployment of TelegramGrabber indicators to exfiltrate sensitive data via the Telegram messaging platform. A SOC team should proactively search for these specific IOCs in Azure Sentinel to identify early-stage compromise and prevent potential data leakage before it escalates into a broader incident.

IOC Summary

Malware Family: TelegramGrabber Total IOCs: 4 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainworkvmailbox-central.berrygleam.orgbotnet_cc2026-08-0875%
domainserwis-o2.netlify.appbotnet_cc2026-08-0875%
domaintankstars-mod.systemtutos.combotnet_cc2026-08-0875%
domainfexdeliverypro.combotnet_cc2026-08-0875%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - TelegramGrabber
let malicious_domains = dynamic(["workvmailbox-central.berrygleam.org", "serwis-o2.netlify.app", "tankstars-mod.systemtutos.com", "fexdeliverypro.com"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are specific false positive scenarios and corresponding exclusion strategies for the ThreatFox: TelegramGrabber IOCs detection rule in an enterprise environment:

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