Skip to content

Commit

Permalink
Sigma Rules to detect HopToDesk RMM (#12)
Browse files Browse the repository at this point in the history
* Add files via upload

* Update hoptodesk_network_sigma.yml
  • Loading branch information
johnk3r authored Sep 20, 2024
1 parent b3f23d0 commit 792c990
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
22 changes: 22 additions & 0 deletions detections/sigma/hoptodesk_network_sigma.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
title: Potential HopToDesk RMM Tool Network Activity
logsource:
product: windows
category: network_connection
detection:
selection:
DestinationHostname|endswith:
- signal.hoptodesk.com
- api.hoptodesk.com
- turn.hoptodesk.com
- hoptodesk.com
condition: selection
status: experimental
description: Detects potential network activity of HopToDesk RMM tool
author: LOLRMM Project
date: 2024/09/19
tags:
- attack.execution
- attack.t1219
falsepositives:
- Legitimate use of HopToDesk
level: medium
20 changes: 20 additions & 0 deletions detections/sigma/hoptodesk_processes_sigma.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
title: Potential HopToDesk RMM Tool Process Activity
logsource:
product: windows
category: process_creation
detection:
selection:
ParentImage|endswith:
- hoptodesk.exe
- HopToDesk.exe
condition: selection
status: experimental
description: Detects potential processes activity of HopToDesk RMM tool
author: LOLRMM Project
date: 2024/09/19
tags:
- attack.execution
- attack.t1219
falsepositives:
- Legitimate use of HopToDesk
level: medium

0 comments on commit 792c990

Please sign in to comment.