Merge pull request #838 from rtkbkish/fix-identifier

Identifiers shared between global document and rule gets overwritten
This commit is contained in:
Florian Roth 2020-06-15 20:20:23 +02:00 committed by GitHub
commit d24ec665fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ falsepositives:
- Unknown
level: high
detection:
selection:
selection_1:
- ImagePath|re: '\$PSHome\[\s*\d{1,3}\s*\]\s*\+\s*\$PSHome\['
- ImagePath|re: '\$ShellId\[\s*\d{1,3}\s*\]\s*\+\s*\$ShellId\['
- ImagePath|re: '\$env:Public\[\s*\d{1,3}\s*\]\s*\+\s*\$env:Public\['
@ -20,7 +20,7 @@ detection:
- ImagePath|re: '\*mdr\*\W\s*\)\.Name'
- ImagePath|re: '\$VerbosePreference\.ToString\('
- ImagePath|re: '\String\]\s*\$VerbosePreference'
condition: selection
condition: selection and selection_1
---
logsource:
product: windows

View File

@ -12,7 +12,7 @@ tags:
- attack.privilege_escalation
- attack.t1134
detection:
selection:
selection_1:
# meterpreter getsystem technique 1: cmd.exe /c echo 559891bb017 > \\.\pipe\5e120a
- ServiceFileName|contains|all:
- 'cmd'
@ -30,7 +30,7 @@ detection:
- 'rundll32'
- '.dll,a'
- '/p:'
condition: selection
condition: selection and selection_1
fields:
- ComputerName
- SubjectDomainName

View File

@ -12,9 +12,9 @@ falsepositives:
- Legitimate OpenVPN TAP insntallation
level: medium
detection:
selection:
selection_1:
ImagePath|contains: 'tap0901'
condition: selection
condition: selection and selection_1
---
logsource:
product: windows