From df7d99dac7f44346627b29c5449d675b4585a015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Su=C3=A1rez?= Date: Mon, 25 Mar 2024 08:50:01 -0600 Subject: [PATCH] Changes on .conf --- pandora_agents/pc/Linux/pandora_agent.conf | 6 +++++- pandora_agents/pc/Win32/pandora_agent.conf | 8 ++++---- pandora_agents/shellscript/linux/pandora_agent.conf | 4 ++-- pandora_agents/shellscript/mac_osx/pandora_agent.conf | 4 ++-- pandora_agents/unix/FreeBSD/pandora_agent.conf | 2 +- pandora_agents/unix/Linux/pandora_agent.conf | 9 --------- pandora_agents/win32/bin/pandora_agent.conf | 8 -------- 7 files changed, 14 insertions(+), 27 deletions(-) diff --git a/pandora_agents/pc/Linux/pandora_agent.conf b/pandora_agents/pc/Linux/pandora_agent.conf index c65f9d1e31..28c2bec04d 100644 --- a/pandora_agents/pc/Linux/pandora_agent.conf +++ b/pandora_agents/pc/Linux/pandora_agent.conf @@ -310,11 +310,15 @@ module_plugin pandora_df #module_description Postcondition test module #module_end +# This plugin runs several security checks in a Linux system + +#module_plugin pandora_security_check + # Extraction module example #module_begin #module_name Syslog #module_description Gets all logs from system messages #module_type log -#module_regexp /var/log/messsages +#module_regexp /var/log/messages #module_pattern .* #module_end \ No newline at end of file diff --git a/pandora_agents/pc/Win32/pandora_agent.conf b/pandora_agents/pc/Win32/pandora_agent.conf index 7f775bc354..b2535f2fe7 100644 --- a/pandora_agents/pc/Win32/pandora_agent.conf +++ b/pandora_agents/pc/Win32/pandora_agent.conf @@ -354,11 +354,11 @@ module_plugin cscript.exe //B "%ProgramFiles%\Pandora_Agent\util\df.vbs" #module_description Postcondition test module #module_end -# Example of collector module +# Logs extraction #module_begin -#module_name Syslog -#module_description Gets all logs from system messages +#module_name Syslog +#module_description Gets all logs from system messages #module_type log -#module_regexp /var/log/messsages +#module_regexp C:\server\logs\messages #module_pattern .* #module_end \ No newline at end of file diff --git a/pandora_agents/shellscript/linux/pandora_agent.conf b/pandora_agents/shellscript/linux/pandora_agent.conf index 40462dc184..05af96fcad 100644 --- a/pandora_agents/shellscript/linux/pandora_agent.conf +++ b/pandora_agents/shellscript/linux/pandora_agent.conf @@ -178,11 +178,11 @@ module_end # Plugin for inventory on the agent. # module_plugin inventory 1 cpu ram video nic hd cdrom software -# Extraction module example +# Logs extraction #module_begin #module_name Syslog #module_description Gets all logs from system messages #module_type log -#module_regexp /var/log/messsages +#module_regexp /var/log/messages #module_pattern .* #module_end \ No newline at end of file diff --git a/pandora_agents/shellscript/mac_osx/pandora_agent.conf b/pandora_agents/shellscript/mac_osx/pandora_agent.conf index 6fd62c07b7..b25c444cd1 100644 --- a/pandora_agents/shellscript/mac_osx/pandora_agent.conf +++ b/pandora_agents/shellscript/mac_osx/pandora_agent.conf @@ -393,11 +393,11 @@ module_end # Plugin for inventory on the agent. # module_plugin inventory 1 cpu ram video nic hd cdrom software -# Extraction module example +# Logs extraction #module_begin #module_name Syslog #module_description Gets all logs from system messages #module_type log -#module_regexp /var/log/messsages +#module_regexp /var/log/messages #module_pattern .* #module_end \ No newline at end of file diff --git a/pandora_agents/unix/FreeBSD/pandora_agent.conf b/pandora_agents/unix/FreeBSD/pandora_agent.conf index 9957da61f9..a146bb28d8 100644 --- a/pandora_agents/unix/FreeBSD/pandora_agent.conf +++ b/pandora_agents/unix/FreeBSD/pandora_agent.conf @@ -281,6 +281,6 @@ module_plugin grep_log /var/log/auth.log Syslog sshd #module_name Syslog #module_description Gets all logs from system messages #module_type log -#module_regexp /var/log/messsages +#module_regexp /var/log/messages #module_pattern .* #module_end diff --git a/pandora_agents/unix/Linux/pandora_agent.conf b/pandora_agents/unix/Linux/pandora_agent.conf index de259d63c9..ca2c414d9d 100644 --- a/pandora_agents/unix/Linux/pandora_agent.conf +++ b/pandora_agents/unix/Linux/pandora_agent.conf @@ -325,12 +325,3 @@ module_end #module_plugin /usr/share/pandora_agent/plugins/pandora_hardening -t 150 #module_absoluteinterval 7d #module_end - -# Extraction module example -#module_begin -#module_name Syslog -#module_description Gets all logs from system messages -#module_type log -#module_regexp /var/log/messsages -#module_pattern .* -#module_end \ No newline at end of file diff --git a/pandora_agents/win32/bin/pandora_agent.conf b/pandora_agents/win32/bin/pandora_agent.conf index b802f2d744..b0faeeabbd 100644 --- a/pandora_agents/win32/bin/pandora_agent.conf +++ b/pandora_agents/win32/bin/pandora_agent.conf @@ -289,14 +289,6 @@ module_plugin "%PROGRAMFILES%\Pandora_Agent\util\autodiscover.exe" --default #module_type generic_data_string #module_end -# Get logs from Application source. Need enterprise version. -#module_begin -#module_name Eventlog_Application -#module_type log -#module_logevent -#module_source Application -#module_end - # Example: get Network information using Agent plugin #module_plugin cscript //B "%ProgramFiles%\Pandora_Agent\util\nettraffic.vbs"