* add risk level filter arguments #45 * fix default level in help #45 * add test yaml files #45 * refactoring and fix level argument usage. * cargo fmt --all Co-authored-by: ichiichi11 <takai.wa.hajime@gmail.com>
20 lines
393 B
YAML
20 lines
393 B
YAML
title: Sysmon Check command lines
|
|
description: hogehoge
|
|
enabled: true
|
|
author: Yea
|
|
logsource:
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
EventLog: Sysmon
|
|
EventID: 1
|
|
CommandLine: '*'
|
|
condition: selection
|
|
falsepositives:
|
|
- unknown
|
|
level: medium
|
|
output: 'CommandLine=%CommandLine%¥nParentImage=%ParentImage%'
|
|
creation_date: 2020/11/8
|
|
updated_date: 2020/11/8
|
|
|