From 31b336f23714806bc343f21c299917d8475e1f87 Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Tue, 16 Dec 2025 10:06:28 +0000 Subject: [PATCH] chore(rmm-monitor): FleetDeck --- source/threat-hunting/remote-desktop-tool-auto-start.md | 4 ++-- .../remote-desktop-tool-installation-execution.md | 4 ++-- source/threat-hunting/remote-desktop-tool-scheduled-task.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/threat-hunting/remote-desktop-tool-auto-start.md b/source/threat-hunting/remote-desktop-tool-auto-start.md index 5c227be..63fd2aa 100644 --- a/source/threat-hunting/remote-desktop-tool-auto-start.md +++ b/source/threat-hunting/remote-desktop-tool-auto-start.md @@ -2,7 +2,7 @@ title: Remote Desktop tool auto-start layout: page date: 2025-07-27 -updated: 2025-11-30 +updated: 2025-12-16 --- Description: Remote desktop software commonly abused by threat actor to deploy ransomware. @@ -10,7 +10,7 @@ References: [1](https://thedfirreport.com/2024/06/10/icedid-brings-screenconnect SPL: ```spl -| tstats summariesonly=true allow_old_summaries=true count FROM datamodel=Endpoint.Services WHERE index="windows" Services.signature_id="7045" Services.process IN ("*ScreenConnect*", "*NetSupport*", "*TeamViewer*", "*AnyDesk*", "*MeshAgent*", "*Splashtop*", "*AteraAgent*", "*LogMeIn*", "*RustDesk*", "*ToDesk*", "*SimpleHelp*", "*Netop*", "*Impero*", "*RealVNC*", "*Dameware*", "*TightVNC*", ""*UltraViewer*", "*Ekran*", "*Syteca*", "*ClassroomSpy*", "*JumpConnect*", "*TinyPilot*", "*AnyViewer*", "*OptiTune*", "*PDQ*", "*ITarian*", "*AWRC*", "*Atelier*") BY index, host, Services.signature_id, Services.signature, Services.process, Services.service_name, _time span=1s +| tstats summariesonly=true allow_old_summaries=true count FROM datamodel=Endpoint.Services WHERE index="windows" Services.signature_id="7045" Services.process IN ("*ScreenConnect*", "*NetSupport*", "*TeamViewer*", "*AnyDesk*", "*MeshAgent*", "*Splashtop*", "*AteraAgent*", "*LogMeIn*", "*RustDesk*", "*ToDesk*", "*SimpleHelp*", "*Netop*", "*Impero*", "*RealVNC*", "*Dameware*", "*TightVNC*", ""*UltraViewer*", "*Ekran*", "*Syteca*", "*ClassroomSpy*", "*JumpConnect*", "*TinyPilot*", "*AnyViewer*", "*OptiTune*", "*PDQ*", "*ITarian*", "*AWRC*", "*Atelier*", "*FleetDeck*") BY index, host, Services.signature_id, Services.signature, Services.process, Services.service_name, _time span=1s | rename Services.* AS *, signature_id AS EventCode, signature AS EventDescription | eval Time=strftime(_time, "%Y-%m-%d %H:%M:%S %z") | table Time, host, EventCode, EventDescription, service_name, process, index diff --git a/source/threat-hunting/remote-desktop-tool-installation-execution.md b/source/threat-hunting/remote-desktop-tool-installation-execution.md index 3e734d7..041fb2d 100644 --- a/source/threat-hunting/remote-desktop-tool-installation-execution.md +++ b/source/threat-hunting/remote-desktop-tool-installation-execution.md @@ -2,7 +2,7 @@ title: Remote Desktop tool installation/execution layout: page date: 2025-07-27 -updated: 2025-11-30 +updated: 2025-12-16 --- Description: Remote desktop software commonly abused by threat actor to deploy ransomware. @@ -10,7 +10,7 @@ References: [1](https://thedfirreport.com/2024/06/10/icedid-brings-screenconnect SPL: ```spl -| tstats summariesonly=true allow_old_summaries=true count FROM datamodel=Endpoint.Processes WHERE index="windows" Processes.process IN ("*ScreenConnect*", "*NetSupport*", "*TeamViewer*", "*AnyDesk*", "*MeshAgent*", "*Splashtop*", "*AteraAgent*", "*LogMeIn*", "*RustDesk*", "*ToDesk*", "*SimpleHelp*", "*Netop*", "*Impero*", "*RealVNC*", "*Dameware*", "*TightVNC*", ""*UltraViewer*", "*Ekran*", "*Syteca*", "*ClassroomSpy*", "*JumpConnect*", "*TinyPilot*", "*AnyViewer*", "*OptiTune*", "*PDQ*", "*ITarian*", "*AWRC*", "*Atelier*") BY index, host, Processes.signature_id, Processes.signature, Processes.parent_process, Processes.process, Processes.user, _time span=1s +| tstats summariesonly=true allow_old_summaries=true count FROM datamodel=Endpoint.Processes WHERE index="windows" Processes.process IN ("*ScreenConnect*", "*NetSupport*", "*TeamViewer*", "*AnyDesk*", "*MeshAgent*", "*Splashtop*", "*AteraAgent*", "*LogMeIn*", "*RustDesk*", "*ToDesk*", "*SimpleHelp*", "*Netop*", "*Impero*", "*RealVNC*", "*Dameware*", "*TightVNC*", ""*UltraViewer*", "*Ekran*", "*Syteca*", "*ClassroomSpy*", "*JumpConnect*", "*TinyPilot*", "*AnyViewer*", "*OptiTune*", "*PDQ*", "*ITarian*", "*AWRC*", "*Atelier*", "*FleetDeck*") BY index, host, Processes.signature_id, Processes.signature, Processes.parent_process, Processes.process, Processes.user, _time span=1s | rename Processes.* AS *, signature_id AS EventCode, signature AS EventDescription | eval Time = strftime(_time, "%Y-%m-%d %H:%M:%S %z") | lookup ad_users sAMAccountName AS user OUTPUT displayName AS Name, mail AS Email diff --git a/source/threat-hunting/remote-desktop-tool-scheduled-task.md b/source/threat-hunting/remote-desktop-tool-scheduled-task.md index d800a91..30e7f84 100644 --- a/source/threat-hunting/remote-desktop-tool-scheduled-task.md +++ b/source/threat-hunting/remote-desktop-tool-scheduled-task.md @@ -2,7 +2,7 @@ title: Remote Desktop tool scheduled task layout: page date: 2025-07-27 -updated: 2025-11-30 +updated: 2025-12-16 --- Description: Remote desktop software commonly abused by threat actor to deploy ransomware. @@ -10,7 +10,7 @@ References: [1](https://thedfirreport.com/2024/06/10/icedid-brings-screenconnect SPL: ```spl -| tstats summariesonly=true allow_old_summaries=true count FROM datamodel=Change.All_Changes WHERE index="windows" All_Changes.result_id=4698 All_Changes.object_attrs IN ("*ScreenConnect*", "*NetSupport*", "*TeamViewer*", "*AnyDesk*", "*MeshAgent*", "*Splashtop*", "*AteraAgent*", "*LogMeIn*", "*RustDesk*", "*ToDesk*", "*SimpleHelp*", "*Netop*", "*Impero*", "*RealVNC*", "*Dameware*", "*TightVNC*", ""*UltraViewer*", "*Ekran*", "*Syteca*", "*ClassroomSpy*", "*JumpConnect*", "*TinyPilot*", "*AnyViewer*", "*OptiTune*", "*PDQ*", "*ITarian*", "*AWRC*", "*Atelier*") BY host, All_Changes.command, All_Changes.object, All_Changes.object_attrs, All_Changes.result, All_Changes.result_id, All_Changes.user, _time span=1s +| tstats summariesonly=true allow_old_summaries=true count FROM datamodel=Change.All_Changes WHERE index="windows" All_Changes.result_id=4698 All_Changes.object_attrs IN ("*ScreenConnect*", "*NetSupport*", "*TeamViewer*", "*AnyDesk*", "*MeshAgent*", "*Splashtop*", "*AteraAgent*", "*LogMeIn*", "*RustDesk*", "*ToDesk*", "*SimpleHelp*", "*Netop*", "*Impero*", "*RealVNC*", "*Dameware*", "*TightVNC*", ""*UltraViewer*", "*Ekran*", "*Syteca*", "*ClassroomSpy*", "*JumpConnect*", "*TinyPilot*", "*AnyViewer*", "*OptiTune*", "*PDQ*", "*ITarian*", "*AWRC*", "*Atelier*", "*FleetDeck*") BY host, All_Changes.command, All_Changes.object, All_Changes.object_attrs, All_Changes.result, All_Changes.result_id, All_Changes.user, _time span=1s | rename All_Changes.* AS *, object AS TaskName, result AS EventDescription, result_id AS EventCode, object_attrs AS TaskAttributes | eval Time = strftime(_time, "%Y-%m-%d %H:%M:%S %z") | table Time, host, TaskName, command, EventCode, EventDescription, user, TaskAttributes