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.
Malware Family: TelegramGrabber Total IOCs: 4 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | workvmailbox-central.berrygleam.org | botnet_cc | 2026-08-08 | 75% |
| domain | serwis-o2.netlify.app | botnet_cc | 2026-08-08 | 75% |
| domain | tankstars-mod.systemtutos.com | botnet_cc | 2026-08-08 | 75% |
| domain | fexdeliverypro.com | botnet_cc | 2026-08-08 | 75% |
// 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
| Sentinel Table | Notes |
|---|---|
DnsEvents | Ensure this data connector is enabled |
Here are specific false positive scenarios and corresponding exclusion strategies for the ThreatFox: TelegramGrabber IOCs detection rule in an enterprise environment:
Legitimate Scenario: Endpoint Security Agent Updates
falcon.sys, s1agent.exe, or MsMpEng.exe (Microsoft Defender) and the parent process is the respective security service manager.Legitimate Scenario: Scheduled Data Backup Jobs via Cloud Storage
\Program Files\Veeam\ or \Rubrik\Agent\, provided the destination port is not part of the specific TelegramGrabber payload range (e.g., exclude if traffic is on standard HTTPS ports 443 unless the IOC specifically targets non-standard ports).**Legitimate