mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-03-26 22:42:40 +01: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.
|
||||
The YARA rule name is the unique identifier for the rule.
|
||||
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
|
||||
|
||||
@@ -669,7 +669,7 @@ soc:
|
||||
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.
|
||||
global: True
|
||||
advanced: True
|
||||
advanced: False
|
||||
forcedType: "[]{}"
|
||||
helpLink: onion-ai
|
||||
syntax: json
|
||||
@@ -734,7 +734,7 @@ soc:
|
||||
availableModels:
|
||||
description: List of AI models available for use in SOC as well as model specific warning thresholds.
|
||||
global: True
|
||||
advanced: True
|
||||
advanced: False
|
||||
forcedType: "[]{}"
|
||||
helpLink: onion-ai
|
||||
syntax: json
|
||||
|
||||
Reference in New Issue
Block a user