* under constructing * underconstructing * fix rule file for SIGMA rule. * wildcard case insensetive. * refactor * Update src/detections/rule.rs add test triple backshash Co-authored-by: itiB <is0312vx@ed.ritsumei.ac.jp> * remove unnecessary if statement Co-authored-by: itiB <is0312vx@ed.ritsumei.ac.jp>
20 lines
438 B
YAML
20 lines
438 B
YAML
title: PowerShell Execution Remote Command
|
|
description: hogehoge
|
|
enabled: true
|
|
author: Yea
|
|
logsource:
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Channel: Microsoft-Windows-PowerShell/Operational
|
|
EventID: 4104
|
|
Path: null
|
|
ScriptBlockText|re: '.+'
|
|
# condition: selection
|
|
falsepositives:
|
|
- unknown
|
|
level: medium
|
|
output: 'command=%ScriptBlockText%'
|
|
creation_date: 2020/11/8
|
|
updated_date: 2020/11/8
|