summaryrefslogblamecommitdiffstats
path: root/security/ossec-hids-local-config/files/template-cmdout-open-ports-udp.xml.in
blob: d5c3fc85b809eda109674a2da1cd8790e0a6f0ca (plain) (tree)



























                                                                             
<?xml version="1.0" encoding="UTF-8"?>
<template_config>

  <localfile>
    <log_format>full_command</log_format>
    <command>%%OSSEC_HOME%%/bin/command/open-ports.sh 4 udp 1-65535</command>
    <alias>freebsd-open-ports-udp4-all</alias>
  </localfile>

  <localfile>
    <log_format>full_command</log_format>
    <command>%%OSSEC_HOME%%/bin/command/open-ports.sh 4 udp</command>
    <alias>freebsd-open-ports-udp4</alias>
  </localfile>

  <localfile>
    <log_format>full_command</log_format>
    <command>%%OSSEC_HOME%%/bin/command/open-ports.sh 6 udp 1-65535</command>
    <alias>freebsd-open-ports-udp6-all</alias>
  </localfile>

  <localfile>
    <log_format>full_command</log_format>
    <command>%%OSSEC_HOME%%/bin/command/open-ports.sh 6 udp</command>
    <alias>freebsd-open-ports-udp6</alias>
  </localfile>

</template_config>