Skip to content

Rules for Rustdesk #5245

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions rules/windows/file/file_event/file_event_win_rustdesk_artefact.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
title: Rustdesk Temporary Artefact
id: e586d468-6212-48ce-84e2-764e421bb4cd
status: experimental
description: |
An adversary may use legitimate desktop support and remote access software, such as Rustdesk,Team Viewer, Go2Assist, LogMein, etc, to establish an interactive command and control channel to target systems within networks.
These services are commonly used as legitimate technical support software, and may be allowed by application control within a target environment.
Remote access tools like VNC, Ammyy, and Teamviewer are used frequently when compared with other legitimate software commonly used by adversaries. (Citation: Symantec Living off the Land)
references:
- https://github.com/redcanaryco/atomic-red-team/blob/65885baef0fef779e6f4852a92dfb88cfd42dac6/atomics/T1219/T1219.md#atomic-test-12---rustdesk-files-detected-test-on-windows
- https://securityaffairs.com/149770/malware/akira-ransomware-cisco-vpn.html
author: frack113
date: 2025-03-27
tags:
- attack.command-and-control
- attack.t1219
logsource:
category: file_event
product: windows
detection:
selection:
TargetFilename|endswith: '\AppData\Local\rustdesk\rustdesk.exe'
condition: selection
falsepositives:
- Legitimate use
level: medium
26 changes: 26 additions & 0 deletions rules/windows/image_load/image_load_dll_rustdesk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
title: Load Of Rustdesk Desktop_multi_window_plugin DLL
id: e5970272-21cc-494a-9705-a124b6f20d32
status: experimental
description: |
An adversary may use legitimate desktop support and remote access software, such as Rustdesk,Team Viewer, Go2Assist, LogMein, etc, to establish an interactive command and control channel to target systems within networks.
These services are commonly used as legitimate technical support software, and may be allowed by application control within a target environment.
Remote access tools like VNC, Ammyy, and Teamviewer are used frequently when compared with other legitimate software commonly used by adversaries. (Citation: Symantec Living off the Land)
references:
- https://github.com/redcanaryco/atomic-red-team/blob/65885baef0fef779e6f4852a92dfb88cfd42dac6/atomics/T1219/T1219.md#atomic-test-12---rustdesk-files-detected-test-on-windows
- https://securityaffairs.com/149770/malware/akira-ransomware-cisco-vpn.html
author: frack113
date: 2025-03-27
tags:
- attack.command-and-control
- attack.t1219
logsource:
category: image_load
product: windows
detection:
selection:
- ImageLoaded|endswith: 'desktop_multi_window_plugin.dll'
- OriginalFileName: 'flutter_hbb.exe'
condition: selection
falsepositives:
- Legitimate use
level: medium
Loading