From 1b4212ee532b4f3c7e728e4a4fdf92041dd8690b Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Tue, 22 Aug 2023 18:03:44 +0200 Subject: [PATCH] Add the security compliance plug-in to pandora_agent.conf. --- pandora_agents/win32/bin/pandora_agent.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pandora_agents/win32/bin/pandora_agent.conf b/pandora_agents/win32/bin/pandora_agent.conf index 1a44a8048e..4f77777f08 100644 --- a/pandora_agents/win32/bin/pandora_agent.conf +++ b/pandora_agents/win32/bin/pandora_agent.conf @@ -522,4 +522,11 @@ module_plugin "%PROGRAMFILES%\Pandora_Agent\util\autodiscover.exe" --default #module_type generic_data_string #module_exec echo Bordón #module_native_encoding OEM -#module_end \ No newline at end of file +#module_end + +# Hardening plugin for security compliance analysis. +#module_begin +#module_plugin "%PROGRAMFILES%\Pandora_Agent\util\pandora_sca.exe" +#module_absoluteinterval 7d +#module_end +