Skip to content

Commit fe80073

Browse files
authored
Add severity level to RegSvcs suspicious calltrace rule
Added a level field to specify the severity of the detection.
1 parent fe62ed4 commit fe80073

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
title: Suspicious Shellcode Injection into RegSvcs.exe
1+
title: Suspicious Shellcode Injection into RegSvcs
22
id: 42833cf3-dd1d-4530-8c87-90c55393ad42
33
status: experimental
4-
description: Detects potential shellcode injection into RegSvcs.exe based on suspicious Windows API calls.
4+
description: Detects potential shellcode injection into RegSvcs.exe based on suspicious Windows API calls.
55
references:
6-
- https://osintteam.blog/opened-a-can-of-xworms-33fde9d2aee6
6+
- https://osintteam.blog/opened-a-can-of-xworms-33fde9d2aee6
77
author: Kelvin "grepStrength" Winborne
88
date: 2025/10/15
99
tags:
10-
- attack.execution
11-
- attack.t1055
10+
- attack.execution
11+
- attack.t1055
1212
logsource:
1313
category: process_creation
1414
product: windows
@@ -23,10 +23,10 @@ detection:
2323
- CallTrace|contains: 'NtProtectVirtualMemory'
2424
condition: selection and 1 of suspicious_behavior
2525
fields:
26-
- Image
27-
- ParentImage
28-
- CommandLine
29-
- CallTrace
26+
- Image
27+
- ParentImage
28+
- CommandLine
29+
- CallTrace
3030
falsepositives:
31-
- Known .NET assembly registration
32-
level: high
31+
- Known .NET assembly registration
32+
level: high

0 commit comments

Comments
 (0)