* 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>
19 lines
427 B
YAML
19 lines
427 B
YAML
title: Command Line Logging
|
|
description: hogehoge
|
|
enabled: false
|
|
author: Yea
|
|
logsource:
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Channel: Security
|
|
EventID: 4672
|
|
PrivilegeList|contains: SeDebugPrivilege
|
|
# condition: selection
|
|
falsepositives:
|
|
- unknown
|
|
level: medium
|
|
output: 'CommandLine:%CommandLine% ParentProcessName:%ParentProcessName%'
|
|
creation_date: 2020/11/8
|
|
updated_date: 2020/11/8
|