From 4f416b974842eb50919868eb828920872e7aafad Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Wed, 25 Jun 2025 14:39:34 -0500 Subject: [PATCH] more secops... --- Modules/Security/secharden-ossec.sh | 1 + SetupNewSystem.sh | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 Modules/Security/secharden-ossec.sh diff --git a/Modules/Security/secharden-ossec.sh b/Modules/Security/secharden-ossec.sh new file mode 100644 index 0000000..a9bf588 --- /dev/null +++ b/Modules/Security/secharden-ossec.sh @@ -0,0 +1 @@ +#!/bin/bash diff --git a/SetupNewSystem.sh b/SetupNewSystem.sh index 3a625dc..8523bdd 100644 --- a/SetupNewSystem.sh +++ b/SetupNewSystem.sh @@ -409,6 +409,13 @@ echo Now running "$FUNCNAME" echo Completed running "$FUNCNAME" } +function secharden-ossec() +{ +echo Now running "$FUNCNAME" +#curl --silent ${DL_ROOT}/Modules/Security/secharden-audit-agents.sh|$(which bash) +echo Completed running "$FUNCNAME" +} + function secharden-scap-stig() { echo Now running "$FUNCNAME" @@ -443,5 +450,6 @@ secharden-ssh #secharden-2fa #secharden-auto-upgrades #secharden-audit-agents +#secharden-ossec #secharden-scap-stig #auth-cloudron-ldap \ No newline at end of file