Detects an executable, which is not an internet browser or known application, initiating network connections to legit popular websites, which were seen to be used as dead drop resolvers in previous at
title: New Connection Initiated To Potential Dead Drop Resolver Domain
id: 297ae038-edc2-4b2e-bb3e-7c5fc94dd5c7
related:
- id: d7b09985-95a3-44be-8450-b6eadf49833e
type: obsolete
status: test
description: |
Detects an executable, which is not an internet browser or known application, initiating network connections to legit popular websites, which were seen to be used as dead drop resolvers in previous attacks.
In this context attackers leverage known websites such as "facebook", "youtube", etc. In order to pass through undetected.
references:
- https://web.archive.org/web/20220830134315/https://content.fireeye.com/apt-41/rpt-apt41/
- https://securelist.com/the-tetrade-brazilian-banking-malware/97779/
- https://blog.bushidotoken.net/2021/04/dead-drop-resolvers-espionage-inspired.html
- https://github.com/kleiton0x00/RedditC2
- https://twitter.com/kleiton0x7e/status/1600567316810551296
- https://www.linkedin.com/posts/kleiton-kurti_github-kleiton0x00redditc2-abusing-reddit-activity-7009939662462984192-5DbI/?originalSubdomain=al
author: Sorina Ionescu, X__Junior (Nextron Systems)
date: 2022-08-17
modified: 2024-10-21
tags:
- attack.command-and-control
- attack.t1102
- attack.t1102.001
logsource:
category: network_connection
product: windows
detection:
selection:
Initiated: 'true'
DestinationHostname|endswith:
- '.t.me'
- '4shared.com'
- 'abuse.ch'
- 'anonfiles.com'
- 'cdn.discordapp.com'
- 'cloudflare.com'
- 'ddns.net'
- 'discord.com'
- 'docs.google.com'
- 'drive.google.com'
- 'dropbox.com'
- 'dropmefiles.com'
- 'facebook.com'
- 'feeds.rapidfeeds.com'
- 'fotolog.com'
- 'ghostbin.co/'
- 'githubusercontent.com'
- 'gofile.io'
- 'hastebin.com'
- 'imgur.com'
- 'livejournal.com'
- 'mediafire.com'
- 'mega.co.nz'
- 'mega.nz'
- 'onedrive.com'
- 'pages.dev'
- 'paste.ee'
- 'pastebin.com'
- 'pastebin.pl'
- 'pastetext.net'
- 'pixeldrain.com'
- 'privatlab.com'
- 'privatlab.net'
- 'reddit.com'
- 'send.exploit.in'
- 'sendspace.com'
- 'steamcommunity.com'
- 'storage.googleapis.com'
- 'technet.microsoft.com'
- 'temp.sh'
- 'transfer.sh'
- 'trycloudflare.com'
- 'twitter.com'
- 'ufile.io'
- 'vimeo.com'
- 'w3spaces.com'
- 'wetransfer.com'
- 'workers.dev'
- 'youtube.com'
# Note: Add/Remove browsers/applications that you don't use or those that have custom install locations
# Note: To avoid complex conditions the filters for some apps are generic by name only. A custom tuning is recommended for best results
filter_main_chrome:
Image:
- 'C:\Program Files\Google\Chrome\Application\chrome.exe'
- 'C:\Program Files (x86)\Google\Chrome\Application\chrome.exe'
filter_main_chrome_appdata:
Image|startswith: 'C:\Users\'
Image|endswith: '\AppData\Local\Google\Chrome\Application\chrome.exe'
filter_main_firefox:
Image:
- 'C:\Program Files\Mozilla Firefox\firefox.exe'
- 'C:\Program Files (x86)\Mozilla Firefox\firefox.exe'
filter_main_firefox_appdata:
Image|startswith: 'C:\Users\'
Image|endswith: '\AppData\Local\Mozilla Firefox\firefox.exe'
filter_main_ie:
Image:
- 'C:\Program Files (x86)\Internet Explorer\iexplore.exe'
- 'C:\Program Files\Internet Explorer\iexplore.exe'
filter_main_edge_1:
- Image|startswith: 'C:\Program Files (x86)\Microsoft\EdgeWebView\Application\'
- Image|endswith: '\WindowsApps\MicrosoftEdge.exe'
- Image:
- 'C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe'
- 'C:\Program Files\Microsoft\Edge\Application\msedge.exe'
filter_main_edge_2:
Image|startswith:
- 'C:\Program Files (x86)\Microsoft\EdgeCore\'
- 'C:\Program Files\Microsoft\EdgeCore\'
Image|endswith:
- '\msedge.exe'
- '\msedgewebview2.exe'
filter_main_safari:
Image|contains:
- 'C:\Program Files (x86)\Safari\'
- 'C:\Program Files\Safari\'
Image|endswith: '\safari.exe'
filter_main_defender:
Image|contains:
- 'C:\Program Files\Windows Defender Advanced Threat Protection\'
- 'C:\Program Files\Windows Defender\'
- 'C:\ProgramData\Microsoft\Windows Defender\Platform\'
Image|endswith:
- '\MsMpEng.exe' # Microsoft Defender executable
- '\MsSense.exe' # Windows Defender Advanced Threat Protection Service Executable
filter_main_prtg:
# Paessler's PRTG Network Monitor
Image|endswith:
- 'C:\Program Files (x86)\PRTG Network Monitor\PRTG Probe.exe'
- 'C:\Program Files\PRTG Network Monitor\PRTG Probe.exe'
filter_main_brave:
Image|startswith: 'C:\Program Files\BraveSoftware\'
Image|endswith: '\brave.exe'
filter_main_maxthon:
Image|contains: '\AppData\Local\Maxthon\'
Image|endswith: '\maxthon.exe'
filter_main_opera:
Image|contains: '\AppData\Local\Programs\Opera\'
Image|endswith: '\opera.exe'
filter_main_seamonkey:
Image|startswith:
- 'C:\Program Files\SeaMonkey\'
- 'C:\Program Files (x86)\SeaMonkey\'
Image|endswith: '\seamonkey.exe'
filter_main_vivaldi:
Image|contains: '\AppData\Local\Vivaldi\'
Image|endswith: '\vivaldi.exe'
filter_main_whale:
Image|startswith:
- 'C:\Program Files\Naver\Naver Whale\'
- 'C:\Program Files (x86)\Naver\Naver Whale\'
Image|endswith: '\whale.exe'
# Note: The TOR browser shouldn't be something you allow in your corporate network.
# filter_main_tor:
# Image|contains: '\Tor Browser\'
filter_main_whaterfox:
Image|startswith:
- 'C:\Program Files\Waterfox\'
- 'C:\Program Files (x86)\Waterfox\'
Image|endswith: '\Waterfox.exe'
filter_main_midori:
Image|contains: '\AppData\Local\Programs\midori-ng\'
Image|endswith: '\Midori Next Generation.exe'
filter_main_slimbrowser:
Image|startswith:
- 'C:\Program Files\SlimBrowser\'
- 'C:\Program Files (x86)\SlimBrowser\'
Image|endswith: '\slimbrowser.exe'
filter_main_flock:
Image|contains: '\AppData\Local\Flock\'
Image|endswith: '\Flock.exe'
filter_main_phoebe:
Image|contains: '\AppData\Local\Phoebe\'
Image|endswith: '\Phoebe.exe'
filter_main_falkon:
Image|startswith:
- 'C:\Program Files\Falkon\'
- 'C:\Program Files (x86)\Falkon\'
Image|endswith: '\falkon.exe'
filter_main_qtweb:
Image|startswith:
- 'C:\Program Files (x86)\QtWeb\'
- 'C:\Program Files\QtWeb\'
Image|endswith: '\QtWeb.exe'
filter_main_avant:
Image|startswith:
- 'C:\Program Files (x86)\Avant Browser\'
- 'C:\Program Files\Avant Browser\'
Image|endswith: '\avant.exe'
filter_main_whatsapp:
Image|startswith:
- 'C:\Program Files (x86)\WindowsApps\'
- 'C:\Program Files\WindowsApps\'
Image|endswith: '\WhatsApp.exe'
DestinationHostname|endswith: 'facebook.com'
filter_main_telegram:
Image|contains: '\AppData\Roaming\Telegram Desktop\'
Image|endswith: '\Telegram.exe'
DestinationHostname|endswith: '.t.me'
filter_main_onedrive:
Image|contains: '\AppData\Local\Microsoft\OneDrive\'
Image|endswith: '\OneDrive.exe'
DestinationHostname|endswith: 'onedrive.com'
filter_main_dropbox:
Image|startswith:
- 'C:\Program Files (x86)\Dropbox\Client\'
- 'C:\Program Files\Dropbox\Client\'
Image|endswith:
- '\Dropbox.exe'
- '\DropboxInstaller.exe'
DestinationHostname|endswith: 'dropbox.com'
filter_main_mega:
Image|endswith:
# Note: This is a basic/best effort filter in order to avoid FP with the MEGA installer and executable.
# In practice please apply exact path to avoid basic path bypass techniques.
- '\MEGAsync.exe'
- '\MEGAsyncSetup32_*RC.exe' # Beta versions
- '\MEGAsyncSetup32.exe' # Installers 32bit
- '\MEGAsyncSetup64.exe' # Installers 64bit
- '\MEGAupdater.exe'
DestinationHostname|endswith:
- 'mega.co.nz'
- 'mega.nz'
filter_main_googledrive:
Image|contains:
- 'C:\Program Files\Google\Drive File Stream\'
- 'C:\Program Files (x86)\Google\Drive File Stream\'
Image|endswith: 'GoogleDriveFS.exe'
DestinationHostname|endswith: 'drive.google.com'
filter_main_discord:
Image|contains: '\AppData\Local\Discord\'
Image|endswith: '\Discord.exe'
DestinationHostname|endswith:
- 'discord.com'
- 'cdn.discordapp.com'
filter_main_null:
Image: null
filter_main_empty:
Image: ''
# filter_optional_qlik:
# Image|endswith: '\Engine.exe' # Process from qlik.com app
condition: selection and not 1 of filter_main_*
falsepositives:
- One might need to exclude other internet browsers found in it's network or other applications like ones mentioned above from Microsoft Defender.
- Ninite contacting githubusercontent.com
level: high
imNetworkSession
| where (NetworkDirection =~ "true" and (DstHostname endswith ".t.me" or DstHostname endswith "4shared.com" or DstHostname endswith "abuse.ch" or DstHostname endswith "anonfiles.com" or DstHostname endswith "cdn.discordapp.com" or DstHostname endswith "cloudflare.com" or DstHostname endswith "ddns.net" or DstHostname endswith "discord.com" or DstHostname endswith "docs.google.com" or DstHostname endswith "drive.google.com" or DstHostname endswith "dropbox.com" or DstHostname endswith "dropmefiles.com" or DstHostname endswith "facebook.com" or DstHostname endswith "feeds.rapidfeeds.com" or DstHostname endswith "fotolog.com" or DstHostname endswith "ghostbin.co/" or DstHostname endswith "githubusercontent.com" or DstHostname endswith "gofile.io" or DstHostname endswith "hastebin.com" or DstHostname endswith "imgur.com" or DstHostname endswith "livejournal.com" or DstHostname endswith "mediafire.com" or DstHostname endswith "mega.co.nz" or DstHostname endswith "mega.nz" or DstHostname endswith "onedrive.com" or DstHostname endswith "pages.dev" or DstHostname endswith "paste.ee" or DstHostname endswith "pastebin.com" or DstHostname endswith "pastebin.pl" or DstHostname endswith "pastetext.net" or DstHostname endswith "pixeldrain.com" or DstHostname endswith "privatlab.com" or DstHostname endswith "privatlab.net" or DstHostname endswith "reddit.com" or DstHostname endswith "send.exploit.in" or DstHostname endswith "sendspace.com" or DstHostname endswith "steamcommunity.com" or DstHostname endswith "storage.googleapis.com" or DstHostname endswith "technet.microsoft.com" or DstHostname endswith "temp.sh" or DstHostname endswith "transfer.sh" or DstHostname endswith "trycloudflare.com" or DstHostname endswith "twitter.com" or DstHostname endswith "ufile.io" or DstHostname endswith "vimeo.com" or DstHostname endswith "w3spaces.com" or DstHostname endswith "wetransfer.com" or DstHostname endswith "workers.dev" or DstHostname endswith "youtube.com")) and (not((((SrcProcessName in~ ("C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe", "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe")) or (DstProcessName in~ ("C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe", "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe"))) or ((SrcProcessName startswith "C:\\Users\\" or DstProcessName startswith "C:\\Users\\") and (SrcProcessName endswith "\\AppData\\Local\\Google\\Chrome\\Application\\chrome.exe" or DstProcessName endswith "\\AppData\\Local\\Google\\Chrome\\Application\\chrome.exe")) or ((SrcProcessName in~ ("C:\\Program Files\\Mozilla Firefox\\firefox.exe", "C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe")) or (DstProcessName in~ ("C:\\Program Files\\Mozilla Firefox\\firefox.exe", "C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe"))) or ((SrcProcessName startswith "C:\\Users\\" or DstProcessName startswith "C:\\Users\\") and (SrcProcessName endswith "\\AppData\\Local\\Mozilla Firefox\\firefox.exe" or DstProcessName endswith "\\AppData\\Local\\Mozilla Firefox\\firefox.exe")) or ((SrcProcessName in~ ("C:\\Program Files (x86)\\Internet Explorer\\iexplore.exe", "C:\\Program Files\\Internet Explorer\\iexplore.exe")) or (DstProcessName in~ ("C:\\Program Files (x86)\\Internet Explorer\\iexplore.exe", "C:\\Program Files\\Internet Explorer\\iexplore.exe"))) or ((SrcProcessName startswith "C:\\Program Files (x86)\\Microsoft\\EdgeWebView\\Application\\" or DstProcessName startswith "C:\\Program Files (x86)\\Microsoft\\EdgeWebView\\Application\\") or (SrcProcessName endswith "\\WindowsApps\\MicrosoftEdge.exe" or DstProcessName endswith "\\WindowsApps\\MicrosoftEdge.exe") or ((SrcProcessName in~ ("C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe", "C:\\Program Files\\Microsoft\\Edge\\Application\\msedge.exe")) or (DstProcessName in~ ("C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe", "C:\\Program Files\\Microsoft\\Edge\\Application\\msedge.exe")))) or (((SrcProcessName startswith "C:\\Program Files (x86)\\Microsoft\\EdgeCore\\" or SrcProcessName startswith "C:\\Program Files\\Microsoft\\EdgeCore\\") or (DstProcessName startswith "C:\\Program Files (x86)\\Microsoft\\EdgeCore\\" or DstProcessName startswith "C:\\Program Files\\Microsoft\\EdgeCore\\")) and ((SrcProcessName endswith "\\msedge.exe" or SrcProcessName endswith "\\msedgewebview2.exe") or (DstProcessName endswith "\\msedge.exe" or DstProcessName endswith "\\msedgewebview2.exe"))) or (((SrcProcessName contains "C:\\Program Files (x86)\\Safari\\" or SrcProcessName contains "C:\\Program Files\\Safari\\") or (DstProcessName contains "C:\\Program Files (x86)\\Safari\\" or DstProcessName contains "C:\\Program Files\\Safari\\")) and (SrcProcessName endswith "\\safari.exe" or DstProcessName endswith "\\safari.exe")) or (((SrcProcessName contains "C:\\Program Files\\Windows Defender Advanced Threat Protection\\" or SrcProcessName contains "C:\\Program Files\\Windows Defender\\" or SrcProcessName contains "C:\\ProgramData\\Microsoft\\Windows Defender\\Platform\\") or (DstProcessName contains "C:\\Program Files\\Windows Defender Advanced Threat Protection\\" or DstProcessName contains "C:\\Program Files\\Windows Defender\\" or DstProcessName contains "C:\\ProgramData\\Microsoft\\Windows Defender\\Platform\\")) and ((SrcProcessName endswith "\\MsMpEng.exe" or SrcProcessName endswith "\\MsSense.exe") or (DstProcessName endswith "\\MsMpEng.exe" or DstProcessName endswith "\\MsSense.exe"))) or ((SrcProcessName endswith "C:\\Program Files (x86)\\PRTG Network Monitor\\PRTG Probe.exe" or SrcProcessName endswith "C:\\Program Files\\PRTG Network Monitor\\PRTG Probe.exe") or (DstProcessName endswith "C:\\Program Files (x86)\\PRTG Network Monitor\\PRTG Probe.exe" or DstProcessName endswith "C:\\Program Files\\PRTG Network Monitor\\PRTG Probe.exe")) or ((SrcProcessName startswith "C:\\Program Files\\BraveSoftware\\" or DstProcessName startswith "C:\\Program Files\\BraveSoftware\\") and (SrcProcessName endswith "\\brave.exe" or DstProcessName endswith "\\brave.exe")) or ((SrcProcessName contains "\\AppData\\Local\\Maxthon\\" or DstProcessName contains "\\AppData\\Local\\Maxthon\\") and (SrcProcessName endswith "\\maxthon.exe" or DstProcessName endswith "\\maxthon.exe")) or ((SrcProcessName contains "\\AppData\\Local\\Programs\\Opera\\" or DstProcessName contains "\\AppData\\Local\\Programs\\Opera\\") and (SrcProcessName endswith "\\opera.exe" or DstProcessName endswith "\\opera.exe")) or (((SrcProcessName startswith "C:\\Program Files\\SeaMonkey\\" or SrcProcessName startswith "C:\\Program Files (x86)\\SeaMonkey\\") or (DstProcessName startswith "C:\\Program Files\\SeaMonkey\\" or DstProcessName startswith "C:\\Program Files (x86)\\SeaMonkey\\")) and (SrcProcessName endswith "\\seamonkey.exe" or DstProcessName endswith "\\seamonkey.exe")) or ((SrcProcessName contains "\\AppData\\Local\\Vivaldi\\" or DstProcessName contains "\\AppData\\Local\\Vivaldi\\") and (SrcProcessName endswith "\\vivaldi.exe" or DstProcessName endswith "\\vivaldi.exe")) or (((SrcProcessName startswith "C:\\Program Files\\Naver\\Naver Whale\\" or SrcProcessName startswith "C:\\Program Files (x86)\\Naver\\Naver Whale\\") or (DstProcessName startswith "C:\\Program Files\\Naver\\Naver Whale\\" or DstProcessName startswith "C:\\Program Files (x86)\\Naver\\Naver Whale\\")) and (SrcProcessName endswith "\\whale.exe" or DstProcessName endswith "\\whale.exe")) or (((SrcProcessName startswith "C:\\Program Files\\Waterfox\\" or SrcProcessName startswith "C:\\Program Files (x86)\\Waterfox\\") or (DstProcessName startswith "C:\\Program Files\\Waterfox\\" or DstProcessName startswith "C:\\Program Files (x86)\\Waterfox\\")) and (SrcProcessName endswith "\\Waterfox.exe" or DstProcessName endswith "\\Waterfox.exe")) or ((SrcProcessName contains "\\AppData\\Local\\Programs\\midori-ng\\" or DstProcessName contains "\\AppData\\Local\\Programs\\midori-ng\\") and (SrcProcessName endswith "\\Midori Next Generation.exe" or DstProcessName endswith "\\Midori Next Generation.exe")) or (((SrcProcessName startswith "C:\\Program Files\\SlimBrowser\\" or SrcProcessName startswith "C:\\Program Files (x86)\\SlimBrowser\\") or (DstProcessName startswith "C:\\Program Files\\SlimBrowser\\" or DstProcessName startswith "C:\\Program Files (x86)\\SlimBrowser\\")) and (SrcProcessName endswith "\\slimbrowser.exe" or DstProcessName endswith "\\slimbrowser.exe")) or ((SrcProcessName contains "\\AppData\\Local\\Flock\\" or DstProcessName contains "\\AppData\\Local\\Flock\\") and (SrcProcessName endswith "\\Flock.exe" or DstProcessName endswith "\\Flock.exe")) or ((SrcProcessName contains "\\AppData\\Local\\Phoebe\\" or DstProcessName contains "\\AppData\\Local\\Phoebe\\") and (SrcProcessName endswith "\\Phoebe.exe" or DstProcessName endswith "\\Phoebe.exe")) or (((SrcProcessName startswith "C:\\Program Files\\Falkon\\" or SrcProcessName startswith "C:\\Program Files (x86)\\Falkon\\") or (DstProcessName startswith "C:\\Program Files\\Falkon\\" or DstProcessName startswith "C:\\Program Files (x86)\\Falkon\\")) and (SrcProcessName endswith "\\falkon.exe" or DstProcessName endswith "\\falkon.exe")) or (((SrcProcessName startswith "C:\\Program Files (x86)\\QtWeb\\" or SrcProcessName startswith "C:\\Program Files\\QtWeb\\") or (DstProcessName startswith "C:\\Program Files (x86)\\QtWeb\\" or DstProcessName startswith "C:\\Program Files\\QtWeb\\")) and (SrcProcessName endswith "\\QtWeb.exe" or DstProcessName endswith "\\QtWeb.exe")) or (((SrcProcessName startswith "C:\\Program Files (x86)\\Avant Browser\\" or SrcProcessName startswith "C:\\Program Files\\Avant Browser\\") or (DstProcessName startswith "C:\\Program Files (x86)\\Avant Browser\\" or DstProcessName startswith "C:\\Program Files\\Avant Browser\\")) and (SrcProcessName endswith "\\avant.exe" or DstProcessName endswith "\\avant.exe")) or (((SrcProcessName startswith "C:\\Program Files (x86)\\WindowsApps\\" or SrcProcessName startswith "C:\\Program Files\\WindowsApps\\") or (DstProcessName startswith "C:\\Program Files (x86)\\WindowsApps\\" or DstProcessName startswith "C:\\Program Files\\WindowsApps\\")) and (SrcProcessName endswith "\\WhatsApp.exe" or DstProcessName endswith "\\WhatsApp.exe") and DstHostname endswith "facebook.com") or ((SrcProcessName contains "\\AppData\\Roaming\\Telegram Desktop\\" or DstProcessName contains "\\AppData\\Roaming\\Telegram Desktop\\") and (SrcProcessName endswith "\\Telegram.exe" or DstProcessName endswith "\\Telegram.exe") and DstHostname endswith ".t.me") or ((SrcProcessName contains "\\AppData\\Local\\Microsoft\\OneDrive\\" or DstProcessName contains "\\AppData\\Local\\Microsoft\\OneDrive\\") and (SrcProcessName endswith "\\OneDrive.exe" or DstProcessName endswith "\\OneDrive.exe") and DstHostname endswith "onedrive.com") or (((SrcProcessName startswith "C:\\Program Files (x86)\\Dropbox\\Client\\" or SrcProcessName startswith "C:\\Program Files\\Dropbox\\Client\\") or (DstProcessName startswith "C:\\Program Files (x86)\\Dropbox\\Client\\" or DstProcessName startswith "C:\\Program Files\\Dropbox\\Client\\")) and ((SrcProcessName endswith "\\Dropbox.exe" or SrcProcessName endswith "\\DropboxInstaller.exe") or (DstProcessName endswith "\\Dropbox.exe" or DstProcessName endswith "\\DropboxInstaller.exe")) and DstHostname endswith "dropbox.com") or (((SrcProcessName endswith "\\MEGAsync.exe" or (SrcProcessName contains "\\MEGAsyncSetup32_" and SrcProcessName contains "RC.exe") or SrcProcessName endswith "\\MEGAsyncSetup32.exe" or SrcProcessName endswith "\\MEGAsyncSetup64.exe" or SrcProcessName endswith "\\MEGAupdater.exe") or (DstProcessName endswith "\\MEGAsync.exe" or (DstProcessName contains "\\MEGAsyncSetup32_" and DstProcessName contains "RC.exe") or DstProcessName endswith "\\MEGAsyncSetup32.exe" or DstProcessName endswith "\\MEGAsyncSetup64.exe" or DstProcessName endswith "\\MEGAupdater.exe")) and (DstHostname endswith "mega.co.nz" or DstHostname endswith "mega.nz")) or (((SrcProcessName contains "C:\\Program Files\\Google\\Drive File Stream\\" or SrcProcessName contains "C:\\Program Files (x86)\\Google\\Drive File Stream\\") or (DstProcessName contains "C:\\Program Files\\Google\\Drive File Stream\\" or DstProcessName contains "C:\\Program Files (x86)\\Google\\Drive File Stream\\")) and (SrcProcessName endswith "GoogleDriveFS.exe" or DstProcessName endswith "GoogleDriveFS.exe") and DstHostname endswith "drive.google.com") or ((SrcProcessName contains "\\AppData\\Local\\Discord\\" or DstProcessName contains "\\AppData\\Local\\Discord\\") and (SrcProcessName endswith "\\Discord.exe" or DstProcessName endswith "\\Discord.exe") and (DstHostname endswith "discord.com" or DstHostname endswith "cdn.discordapp.com")) or (isnull(SrcProcessName) or isnull(DstProcessName)) or (SrcProcessName =~ "" or DstProcessName =~ ""))))
| Sentinel Table | Notes |
|---|---|
imNetworkSession | Ensure this data connector is enabled |