mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Update soc_idstools.yaml
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
idstools:
|
idstools:
|
||||||
config:
|
config:
|
||||||
oinkcode:
|
oinkcode:
|
||||||
description: Enter your registration code for paid rulesets.
|
description: Enter your registration/oink code for paid NIDS rulesets.
|
||||||
|
title: registraion code
|
||||||
global: True
|
global: True
|
||||||
helpLink: rules.html
|
helpLink: rules.html
|
||||||
ruleset:
|
ruleset:
|
||||||
description: Define the ruleset you want to run. Options are ETOPEN or ETPRO.
|
description: Defines the ruleset you want to run. Options are ETOPEN or ETPRO.
|
||||||
global: True
|
global: True
|
||||||
regex: ETPRO\b|ETOPEN\b
|
regex: ETPRO\b|ETOPEN\b
|
||||||
helpLink: rules.html
|
helpLink: rules.html
|
||||||
@@ -15,26 +16,28 @@ idstools:
|
|||||||
helpLink: rules.html
|
helpLink: rules.html
|
||||||
sids:
|
sids:
|
||||||
disabled:
|
disabled:
|
||||||
description: List of SIDS that you want to disable.
|
description: Contains the list of NIDS rules manually disabled across the grid. To disable a rule, add its signature ID (SID) to the Current Grid Value box, one entry per line. To disable multiple rules, you can use regular expressions.
|
||||||
global: True
|
global: True
|
||||||
multiline: True
|
multiline: True
|
||||||
forcedType: "[]string"
|
forcedType: "[]string"
|
||||||
|
regex: \d*|re:.*
|
||||||
helpLink: managing-alerts.html
|
helpLink: managing-alerts.html
|
||||||
enabled:
|
enabled:
|
||||||
description: List of SIDS that are disabled by the rule source that you want to enable.
|
description: Contains the list of NIDS rules manually enabled across the grid. To enable a rule, add its signature ID (SID) to the Current Grid Value box, one entry per line. To enable multiple rules, you can use regular expressions.
|
||||||
global: True
|
global: True
|
||||||
multiline: True
|
multiline: True
|
||||||
forcedType: "[]string"
|
forcedType: "[]string"
|
||||||
|
regex: \d*|re:.*
|
||||||
helpLink: managing-alerts.html
|
helpLink: managing-alerts.html
|
||||||
modify:
|
modify:
|
||||||
description: List of SIDS that you want to modify.
|
description: Contains the list of NIDS rules that were modified from their default values. Entries must adhere to the following format - SID "REGEX_SEARCH_TERM" "REGEX_REPLACE_TERM"
|
||||||
global: True
|
global: True
|
||||||
multiline: True
|
multiline: True
|
||||||
forcedType: "[]string"
|
forcedType: "[]string"
|
||||||
helpLink: managing-alerts.html
|
helpLink: managing-alerts.html
|
||||||
rules:
|
rules:
|
||||||
local__rules:
|
local__rules:
|
||||||
description: This is where custom Suricata rules are entered.
|
description: Contains the list of custom NIDS rules applied to the grid. To add custom NIDS rules to the grid, enter one rule per line in the Current Grid Value box.
|
||||||
file: True
|
file: True
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
|
|||||||
Reference in New Issue
Block a user