From d2fc712400caa3c9cfa92d60c9ffec87758cb7f1 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Tue, 13 Sep 2022 11:49:19 -0400 Subject: [PATCH] Initial SOC annotations --- salt/soc/soc_soc.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 salt/soc/soc_soc.yaml diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml new file mode 100644 index 000000000..7ae91d98c --- /dev/null +++ b/salt/soc/soc_soc.yaml @@ -0,0 +1,23 @@ +soc: + files: + soc: + banner__md: + title: Login Banner + description: Customize the login page with a specific markdown-formatted message. + file: True + global: True + motd__md: + title: Overview Page + description: Customize the overview page with specific markdown-formatted content. Images can be used but must be hosted from another host that is accessible by the users' browser. + file: True + global: True + custom__js: + title: Custom Javascript + description: Customize SOC UI behavior with custom Javascript code. Custom Javascript not provided by Security Onion Solutions is unsupported, and should be removed prior to requesting support. + file: True + global: True + custom_roles: + title: Custom Roles + description: Add additional roles for assigning to users. These roles will not have specific permissions associated to them, however, this can be useful for organizing SOC analyst teams. + file: True + global: True \ No newline at end of file