summaryrefslogtreecommitdiffstats
path: root/security/ossec-hids-local-config/files/template-cmdout-open-ports-udp.xml.in
blob: d5c3fc85b809eda109674a2da1cd8790e0a6f0ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?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>