Skip to content

Commit

Permalink
Add common ToDesk FP exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreen27 committed Mar 6, 2025
1 parent d4d04c4 commit 3eaee41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vql/LolRMM.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Windows.Detection.LolRMM
author: Matt Green - @mgreen27
description: |
This artifact hunts for Remote Monitoring and Management (RMM) tools using the
LolRMM project.
LolRMM project. The goal is to detect installed or running instances.
Detectraptor generates a Regex csv that is pulled locally to the Velociraptor
server via the tools management capability.
Expand Down Expand Up @@ -65,6 +65,7 @@ sources:
( Name AND DisplayName =~ Name )
OR ( PathRegex AND InstallLocation =~ PathRegex )
},workers=20)
WHERE NOT ( Name = 'ToDesk' AND Event.DisplayName =~ '^Autodesk' )
- name: Processes
query: |
Expand Down Expand Up @@ -144,4 +145,4 @@ sources:
-- Try to filter by individual event to ensure we dont filter out TPs masquerading
AND NOT Event.DisplayName = 'Rapid7 Insight Agent'
AND NOT ( Event.Authenticode.SubjectName = "C=US, ST=Massachusetts, L=Boston, O=Rapid7 LLC, CN=Rapid7 LLC" AND Event.Authenticode.Trusted = "trusted" )
AND NOT Event.DNSName =~ '''\.rapid7\.com$'''
AND NOT Event.DNSName =~ '''\.rapid7\.com$'''

0 comments on commit 3eaee41

Please sign in to comment.