mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
rule reorganized
This commit is contained in:
parent
1a088425f9
commit
5a11ef90d0
@ -14,7 +14,7 @@ logsource:
|
||||
product: windows
|
||||
detection:
|
||||
selection_image1:
|
||||
ParentImage|endswith:
|
||||
- ParentImage|endswith:
|
||||
- '\mshta.exe'
|
||||
- '\rundll32.exe'
|
||||
- '\regsvr32.exe'
|
||||
@ -45,17 +45,14 @@ detection:
|
||||
- '\php-cgi.exe'
|
||||
- '\jbosssvc.exe'
|
||||
- "MicrosoftEdgeSH.exe"
|
||||
selection_image2:
|
||||
ParentImage|contains: "tomcat"
|
||||
|
||||
filters:
|
||||
- ParentImage|contains: "tomcat"
|
||||
selection_powershell:
|
||||
- CommandLine|contains:
|
||||
- "powershell"
|
||||
- "pwsh"
|
||||
- Description: "Windows PowerShell"
|
||||
- Product: "PowerShell Core 6"
|
||||
|
||||
condition: (1 of selection_image*) and (1 of filters)
|
||||
condition: all of them
|
||||
falsepositives:
|
||||
- Other scripts
|
||||
level: medium
|
||||
|
Loading…
Reference in New Issue
Block a user