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
1+ title : Suspicious Shellcode Injection into RegSvcs\n
22id : 42833cf3-dd1d-4530-8c87-90c55393ad42
33status : experimental
44description : Detects potential shellcode injection into RegSvcs.exe based on suspicious Windows API calls.
@@ -10,24 +10,20 @@ tags:
1010 - attack.execution
1111 - attack.t1055
1212logsource :
13- category : process_creation
13+ category : process_creation
1414 product : windows
1515detection :
16- selection :
17- Image|endswith : ' \RegSvcs.exe'
16+ selection :
17+ Image|endswith : ' \RegSvcs.exe'
1818 OriginalFileName : ' RegSvcs.exe'
1919 suspicious_behavior :
20- - CallTrace|contains : ' VirtualAlloc'
21- - CallTrace|contains : ' WriteProcessMemory'
22- - CallTrace|contains : ' CreateRemoteThread'
23- - CallTrace|contains : ' NtProtectVirtualMemory'
20+ - CallTrace|contains : ' VirtualAlloc'
21+ - CallTrace|contains : ' WriteProcessMemory'
22+ - CallTrace|contains : ' CreateRemoteThread'
23+ - CallTrace|contains : ' NtProtectVirtualMemory'
2424 condition : selection and 1 of suspicious_behavior
25- fields :
26- - Image
27- - ParentImage
28- - CommandLine
29- - CallTrace
3025falsepositives :
3126 - Known .NET assembly registration
3227level : high
3328
29+
You can’t perform that action at this time.
0 commit comments