From 495280d9dc4ff5efd555f50e65a120df1b780003 Mon Sep 17 00:00:00 2001 From: Dominik Lisiak Date: Sat, 13 Oct 2018 20:51:51 +0200 Subject: Initial commit for version 3.0.0 --- .../files/template-cmdout-open-ports-tcp.xml.in | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 security/ossec-hids-local-config/files/template-cmdout-open-ports-tcp.xml.in (limited to 'security/ossec-hids-local-config/files/template-cmdout-open-ports-tcp.xml.in') diff --git a/security/ossec-hids-local-config/files/template-cmdout-open-ports-tcp.xml.in b/security/ossec-hids-local-config/files/template-cmdout-open-ports-tcp.xml.in new file mode 100644 index 0000000..c602821 --- /dev/null +++ b/security/ossec-hids-local-config/files/template-cmdout-open-ports-tcp.xml.in @@ -0,0 +1,28 @@ + + + + + full_command + %%OSSEC_HOME%%/bin/command/open-ports.sh 4 tcp 1-65535 + freebsd-open-ports-tcp4-all + + + + full_command + %%OSSEC_HOME%%/bin/command/open-ports.sh 4 tcp + freebsd-open-ports-tcp4 + + + + full_command + %%OSSEC_HOME%%/bin/command/open-ports.sh 6 tcp 1-65535 + freebsd-open-ports-tcp6-all + + + + full_command + %%OSSEC_HOME%%/bin/command/open-ports.sh 6 tcp + freebsd-open-ports-tcp6 + + + -- cgit v1.2.3