Fix parse errors
This commit is contained in:
@@ -16,9 +16,9 @@ falsepositives:
|
||||
- Unknown
|
||||
level: high
|
||||
detection:
|
||||
selection_1:
|
||||
selection:
|
||||
- ImagePath|re: '.*cmd.{0,5}(?:\/c|\/r).+powershell.+(?:\$\{?input\}?|noexit).+\"'
|
||||
condition: selection and selection_1
|
||||
condition: selection
|
||||
---
|
||||
logsource:
|
||||
product: windows
|
||||
@@ -36,4 +36,4 @@ logsource:
|
||||
service: security
|
||||
detection:
|
||||
selection:
|
||||
EventID: 4697
|
||||
EventID: 4697
|
||||
|
||||
@@ -16,9 +16,9 @@ falsepositives:
|
||||
- Unknown
|
||||
level: high
|
||||
detection:
|
||||
selection_1:
|
||||
selection:
|
||||
- ImagePath|re: '(?i).*?echo.*clip.*&&.*(Clipboard|i`?n`?v`?o`?k`?e`?).*'
|
||||
condition: selection and selection_1
|
||||
condition: selection
|
||||
---
|
||||
logsource:
|
||||
product: windows
|
||||
|
||||
+2
-2
@@ -14,7 +14,7 @@ tags:
|
||||
- attack.t1134.001
|
||||
- attack.t1134.002
|
||||
detection:
|
||||
selection_1:
|
||||
selection:
|
||||
# meterpreter getsystem technique 1: cmd.exe /c echo 559891bb017 > \\.\pipe\5e120a
|
||||
- ServiceFileName|contains|all:
|
||||
- 'cmd'
|
||||
@@ -32,7 +32,7 @@ detection:
|
||||
- 'rundll32'
|
||||
- '.dll,a'
|
||||
- '/p:'
|
||||
condition: selection and selection_1
|
||||
condition: selection
|
||||
fields:
|
||||
- ComputerName
|
||||
- SubjectDomainName
|
||||
|
||||
Reference in New Issue
Block a user