Change from toml to yaml
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
[rule]
|
||||
severity = "high"
|
||||
@@ -1,3 +0,0 @@
|
||||
[rule]
|
||||
severity = "high"
|
||||
name = "test2"
|
||||
19
test_files/rules/yaml/1.yml
Normal file
19
test_files/rules/yaml/1.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
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
|
||||
uodated_date: 2020/11/8
|
||||
|
||||
Reference in New Issue
Block a user