File tree Expand file tree Collapse file tree
rules/windows/process_creation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- title : Suspicious Shellcode Injection into RegSvcs.exe
1+ title : Suspicious Shellcode Injection into RegSvcs
22id : 42833cf3-dd1d-4530-8c87-90c55393ad42
33status : 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.
55references :
6- - https://osintteam.blog/opened-a-can-of-xworms-33fde9d2aee6
6+ - https://osintteam.blog/opened-a-can-of-xworms-33fde9d2aee6
77author : Kelvin "grepStrength" Winborne
88date : 2025/10/15
99tags :
10- - attack.execution
11- - attack.t1055
10+ - attack.execution
11+ - attack.t1055
1212logsource :
1313 category : process_creation
1414 product : windows
@@ -23,10 +23,10 @@ detection:
2323 - CallTrace|contains : ' NtProtectVirtualMemory'
2424 condition : selection and 1 of suspicious_behavior
2525fields :
26- - Image
27- - ParentImage
28- - CommandLine
29- - CallTrace
26+ - Image
27+ - ParentImage
28+ - CommandLine
29+ - CallTrace
3030falsepositives :
31- - Known .NET assembly registration
32- level : high
31+ - Known .NET assembly registration
32+ level : high
You can’t perform that action at this time.
0 commit comments