Skip to content

Commit f90703d

Browse files
Bit-ByteBanditShadowSkillZ
authored andcommitted
new: add detection for LegacyHive (ProfSvc) exploit
1 parent 282369f commit f90703d

2 files changed

Lines changed: 23 additions & 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'
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
title: Potential LegacyHive Privilege Escalation (ProfSvc)
2+
id: 569e2026-6216-418a-b8b8-2a29c9c3e451
3+
status: experimental
4+
description: Detects suspicious registry hive loading initiated by the User Profile Service (ProfSvc), indicative of the LegacyHive exploit.
5+
references:
6+
- https://thehackernews.com/2026/07/researcher-drops-new-windows-zero-day.html
7+
author: ShadowSkillZ (Security Researcher)
8+
date: 2026-07-16
9+
logsource:
10+
category: registry_event
11+
product: windows
12+
detection:
13+
selection:
14+
Image|endswith: '\svchost.exe'
15+
TargetObject|contains: '\Registry\User\S-1-5-18\'
16+
condition: selection
17+
falsepositives:
18+
- Legitimate OS profile loading during user logon. Requires baseline tuning.
19+
level: high
20+
tags:
21+
- attack.privilege-escalation
22+
- attack.t1547

0 commit comments

Comments
 (0)