mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
Merge pull request #838 from rtkbkish/fix-identifier
Identifiers shared between global document and rule gets overwritten
This commit is contained in:
commit
d24ec665fd
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user