changed level_tuning.txt header from next_level to new_level

This commit is contained in:
DustInDark
2022-04-06 22:46:35 +09:00
parent dab91e5e61
commit cd8c856d05
5 changed files with 10 additions and 10 deletions

View File

@@ -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` に書き換えられます。

View File

@@ -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`.

View File

@@ -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

View File

@@ -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

View File

@@ -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