Change from toml to yaml

This commit is contained in:
akiranishikawa
2020-11-09 09:04:10 +09:00
parent 9be91d094a
commit d26fccbcda
12 changed files with 118 additions and 123 deletions
-2
View File
@@ -1,2 +0,0 @@
[rule]
severity = "high"
-3
View File
@@ -1,3 +0,0 @@
[rule]
severity = "high"
name = "test2"
+19
View 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