mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #8034 from Security-Onion-Solutions/feature/sigmafp
Feature/SigmaCustomFilters
This commit is contained in:
@@ -42,6 +42,15 @@ query_updatwebhooks:
|
|||||||
- connection_user: root
|
- connection_user: root
|
||||||
- connection_pass: {{ MYSQLPASS }}
|
- connection_pass: {{ MYSQLPASS }}
|
||||||
|
|
||||||
|
query_updatename:
|
||||||
|
mysql_query.run:
|
||||||
|
- database: playbook
|
||||||
|
- query: "update custom_fields set name = 'Custom Filter' where id = 21;"
|
||||||
|
- connection_host: {{ MAINIP }}
|
||||||
|
- connection_port: 3306
|
||||||
|
- connection_user: root
|
||||||
|
- connection_pass: {{ MYSQLPASS }}
|
||||||
|
|
||||||
query_updatepluginurls:
|
query_updatepluginurls:
|
||||||
mysql_query.run:
|
mysql_query.run:
|
||||||
- database: playbook
|
- database: playbook
|
||||||
|
|||||||
Reference in New Issue
Block a user