Skip to content

Commit b475dfa

Browse files
authored
Fix formatting issues in proc_creation_win_regsvcs rule
1 parent d112f35 commit b475dfa

1 file changed

Lines changed: 9 additions & 13 deletions

File tree

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: Suspicious Shellcode Injection into RegSvcs
1+
title: Suspicious Shellcode Injection into RegSvcs\n
22
id: 42833cf3-dd1d-4530-8c87-90c55393ad42
33
status: experimental
44
description: Detects potential shellcode injection into RegSvcs.exe based on suspicious Windows API calls.
@@ -10,24 +10,20 @@ tags:
1010
- attack.execution
1111
- attack.t1055
1212
logsource:
13-
category: process_creation
13+
category: process_creation
1414
product: windows
1515
detection:
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
3025
falsepositives:
3126
- Known .NET assembly registration
3227
level: high
3328

29+

0 commit comments

Comments
 (0)