-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sigma Rules to detect HopToDesk RMM (#12)
* Add files via upload * Update hoptodesk_network_sigma.yml
- Loading branch information
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |