Skip to content

Commit

Permalink
Merge pull request #988 from cert-cwatch/master
Browse files Browse the repository at this point in the history
Add new remote admin tool - Remcos RAT
  • Loading branch information
AndrewRathbun authored Oct 28, 2024
2 parents 27f93b6 + 55214bb commit 622c0ae
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 0 deletions.
86 changes: 86 additions & 0 deletions Targets/Apps/Remcos.tkape
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
Description: Remcos RAT
Author: CERT CWATCH - ALMOND
Version: 1.0
Id: 17433c05-5b84-4bbb-9029-094d3b8adb99
RecreateDirectories: true
Targets:
-
Name: Remco RAT Default path
Category: ApplicationLogs
Path: C:\Users\*\AppData\Roaming\remcos
FileMask: 'logs*.dat*'
Comment: "Remco RAT logs.dat default file - contains debug data and logs relative to the keylogging module"

-
Name: Remco RAT custom path - AppData screenshots folder
Category: ApplicationLogs
Path: C:\Users\*\AppData\Roaming\screenshots
FileMask: 'logs*.dat*'
Comment: "Remco RAT logs.dat custom path - contains debug data and logs relative to the keylogging module"

-
Name: Remco RAT custom path - AppData notess folder
Category: ApplicationLogs
Path: C:\Users\*\AppData\Roaming\notess
FileMask: 'logs*.dat*'
Comment: "Remco RAT logs.dat custom path - contains debug data and logs relative to the keylogging module"

-
Name: Remco RAT custom path - AppData micrecords folder
Category: ApplicationLogs
Path: C:\Users\*\AppData\Roaming\micrecords
FileMask: 'logs*.dat*'
Comment: "Remco RAT logs.dat custom path - contains debug data and logs relative to the keylogging module"

-
Name: Remco RAT custom path - AppData hpsupport
Category: ApplicationLogs
Path: C:\Users\*\AppData\Roaming\hpsupport
FileMask: 'logs*.dat*'
Comment: "Remco RAT logs.dat custom path - contains debug data and logs relative to the keylogging module"

-
Name: Remco RAT custom path
Category: ApplicationLogs
Path: C:\ProgramData\remcos
FileMask: 'logs*.dat*'
Comment: "Remco RAT logs.dat custom path - contains debug data and logs relative to the keylogging module"

-
Name: Remco RAT custom path - AppData notess
Category: ApplicationLogs
Path: C:\ProgramData\notess
FileMask: 'logs*.dat*'
Comment: "Remco RAT logs.dat custom path - contains debug data and logs relative to the keylogging module"

-
Name: Remco RAT custom path - AppData screenshots
Category: ApplicationLogs
Path: C:\ProgramData\screenshots
FileMask: 'logs*.dat*'
Comment: "Remco RAT logs.dat custom path - contains debug data and logs relative to the keylogging module"

-
Name: Remco RAT custom path - AppData micrecords
Category: ApplicationLogs
Path: C:\ProgramData\micrecords
FileMask: 'logs*.dat*'
Comment: "Remco RAT logs.dat custom path - contains debug data and logs relative to the keylogging module"

-
Name: Remco RAT custom path - AppData hpsupport
Category: ApplicationLogs
Path: C:\ProgramData\hpsupport
FileMask: 'logs*.dat*'
Comment: "Remco RAT logs.dat custom path - contains debug data and logs relative to the keylogging module"

# Documentation
# Remcos RAT is a lightweight, fast, and highly customizable Remote Administration Tool with a wide array of functionalities.
# This tool permits keylogging and surveillance (including audio recording and screenshots) and is frequently used by threat actors such as FIN7.
# This target collects all known path where this tool was installed during previous campaigns.
# https://www.splunk.com/en_us/blog/security/splunk-fin7-tool-detections-remcos.html
# https://redcanary.com/threat-detection-report/trends/rmm-tools/
# https://www.cyfirma.com/research/exploiting-document-templates-stego-campaign-deploying-remcos-rat-and-agent-tesla/
# https://wazuh.com/blog/using-wazuh-to-detect-remcos-rat/
# https://www.uptycs.com/blog/threat-research-report-team/remcos-rat-uac-0500-pipe-method
# https://www.elastic.co/security-labs/dissecting-remcos-rat-part-one
5 changes: 5 additions & 0 deletions Targets/Compound/RemoteAdmin.tkape
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ Targets:
Category: EventLogs
Path: RDPLogs.tkape
Comment: "Contains Windows Event Logs related to RDP"
-
Name: Remcos RAT
Category: ApplicationLogs
Path: Remcos.tkape
Comment: "Contains logs related to Remcos RAT"
-
Name: Remote Utilities
Category: ApplicationLogs
Expand Down

0 comments on commit 622c0ae

Please sign in to comment.