mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-03-29 08:53:29 +02:00
Compare commits
4 Commits
lowercasef
...
TOoSmOotH-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0a55592d7e | ||
|
|
115ca2c41d | ||
|
|
9e53bd3f2d | ||
|
|
d4f1078f84 |
@@ -2622,6 +2622,7 @@ soc:
|
|||||||
This is a YARA rule template. Replace all template values with your own values.
|
This is a YARA rule template. Replace all template values with your own values.
|
||||||
The YARA rule name is the unique identifier for the rule.
|
The YARA rule name is the unique identifier for the rule.
|
||||||
Docs: https://yara.readthedocs.io/en/stable/writingrules.html#writing-yara-rules
|
Docs: https://yara.readthedocs.io/en/stable/writingrules.html#writing-yara-rules
|
||||||
|
Delete these comments before attempting to "Create" the rule
|
||||||
*/
|
*/
|
||||||
|
|
||||||
rule Example // This identifier _must_ be unique
|
rule Example // This identifier _must_ be unique
|
||||||
|
|||||||
@@ -669,7 +669,7 @@ soc:
|
|||||||
adapters:
|
adapters:
|
||||||
description: Configuration for AI adapters used by the Onion AI assistant. Please see documentation for help on which fields are required for which protocols.
|
description: Configuration for AI adapters used by the Onion AI assistant. Please see documentation for help on which fields are required for which protocols.
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: False
|
||||||
forcedType: "[]{}"
|
forcedType: "[]{}"
|
||||||
helpLink: onion-ai
|
helpLink: onion-ai
|
||||||
syntax: json
|
syntax: json
|
||||||
@@ -734,7 +734,7 @@ soc:
|
|||||||
availableModels:
|
availableModels:
|
||||||
description: List of AI models available for use in SOC as well as model specific warning thresholds.
|
description: List of AI models available for use in SOC as well as model specific warning thresholds.
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: False
|
||||||
forcedType: "[]{}"
|
forcedType: "[]{}"
|
||||||
helpLink: onion-ai
|
helpLink: onion-ai
|
||||||
syntax: json
|
syntax: json
|
||||||
|
|||||||
Reference in New Issue
Block a user