changed level_tuning.txt header from next_level to new_level
This commit is contained in:
@@ -515,8 +515,8 @@ Hayabusaルール、Sigmaルールはそれぞれの作者が検知した際の
|
||||
|
||||
`./config/level_tuning.txt` の例
|
||||
```
|
||||
id,next_level
|
||||
00000000-0000-0000-0000-000000000000,informational # sample leveltunig line
|
||||
id,new_level
|
||||
00000000-0000-0000-0000-000000000000,informational # sample level tuning line
|
||||
```
|
||||
ルールディレクトリ内の `00000000-0000-0000-0000-000000000000` に該当するルールの脅威レベルが `informational` に書き換えられます。
|
||||
|
||||
|
||||
@@ -507,8 +507,8 @@ Please note that the rule file will be rewritten directly.
|
||||
|
||||
`./config/level_tuning.txt` Sample
|
||||
```
|
||||
id,next_level
|
||||
00000000-0000-0000-0000-000000000000,informational # sample leveltunig line
|
||||
id,new_level
|
||||
00000000-0000-0000-0000-000000000000,informational # sample level tuning line
|
||||
```
|
||||
|
||||
The threat level of the rule corresponding to `00000000-0000-0000-0000-000000000000` in the rules directory is rewritten to` informational`.
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
id,next_level
|
||||
00000000-0000-0000-0000-000000000000,informational # sample leveltunig line
|
||||
id,new_level
|
||||
00000000-0000-0000-0000-000000000000,informational # sample level tuning line
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
id,next_level
|
||||
12345678-1234-1234-1234-12,informational # sample leveltunig line
|
||||
id,new_level
|
||||
12345678-1234-1234-1234-12,informational # sample level tuning line
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
id,next_level
|
||||
00000000-0000-0000-0000-000000000000,no_exist_level # sample leveltunig line
|
||||
id,new_level
|
||||
00000000-0000-0000-0000-000000000000,no_exist_level # sample level tuning line
|
||||
|
||||
Reference in New Issue
Block a user