config case_sensitive = false | preset=network_story | filter event_type = ENUM.NETWORK and 
 (agent_os_type = ENUM.AGENT_OS_WINDOWS and 
 (action_external_hostname contains "api.telegram.org" and 
 (not 
 (actor_process_image_path contains "\brave.exe" or 
 (actor_process_image_path in ("C:\Program Files\Google\Chrome\Application\chrome.exe", "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe")) or 
 (actor_process_image_path in ("C:\Program Files\Mozilla Firefox\firefox.exe", "C:\Program Files (x86)\Mozilla Firefox\firefox.exe")) or 
 (actor_process_image_path in ("C:\Program Files (x86)\Internet Explorer\iexplore.exe", "C:\Program Files\Internet Explorer\iexplore.exe")) or 
 actor_process_image_path contains "\maxthon.exe" or 
 (actor_process_image_path contains "C:\Program Files (x86)\Microsoft\EdgeWebView\Application\" or 
 actor_process_image_path contains "\WindowsApps\MicrosoftEdge.exe" or 
 (actor_process_image_path in ("C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe", "C:\Program Files\Microsoft\Edge\Application\msedge.exe"))) or 
 ((actor_process_image_path in ("C:\Program Files (x86)\Microsoft\EdgeCore\*", "C:\Program Files\Microsoft\EdgeCore\*")) and 
 (actor_process_image_path in ("*\msedge.exe", "*\msedgewebview2.exe"))) or 
 actor_process_image_path contains "\opera.exe" or 
 actor_process_image_path contains "\safari.exe" or 
 actor_process_image_path contains "\seamonkey.exe" or 
 actor_process_image_path contains "\vivaldi.exe" or 
 actor_process_image_path contains "\whale.exe"))))