Skip to content

Commit 65b39fa

Browse files
Merge PR #6131 from @Bit-ByteBandit - Update Webshell Detection With Command Line Keywords
update: Webshell Detection With Command Line Keywords - Remove invalid ver.exe binary matches --------- Co-authored-by: Nasreddine Bencherchali <nbencher@cisco.com>
1 parent 282369f commit 65b39fa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

rules/windows/process_creation/proc_creation_win_webshell_recon_commands_and_processes.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ references:
88
- https://www.huntress.com/blog/threat-advisory-oh-no-cleo-cleo-software-actively-being-exploited-in-the-wild
99
author: Florian Roth (Nextron Systems), Jonhnathan Ribeiro, Anton Kutepov, oscd.community, Chad Hudson, Matt Anderson
1010
date: 2017-01-01
11-
modified: 2024-12-14
11+
modified: 2026-07-14
1212
tags:
1313
- attack.persistence
1414
- attack.discovery
@@ -85,7 +85,6 @@ detection:
8585
- '\systeminfo.exe'
8686
- '\tasklist.exe'
8787
- '\tracert.exe'
88-
- '\ver.exe'
8988
- '\wevtutil.exe'
9089
- '\whoami.exe'
9190
- OriginalFileName:
@@ -101,7 +100,6 @@ detection:
101100
- 'sysinfo.exe'
102101
- 'tasklist.exe'
103102
- 'tracert.exe'
104-
- 'ver.exe'
105103
- 'VSSADMIN.EXE'
106104
- 'wevtutil.exe'
107105
- 'whoami.exe'

0 commit comments

Comments
 (0)