Created
October 13, 2022 14:15
-
-
Save taylorwalton/93868507d72b3d40ad2e1318d5983e77 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<agent_config> | |
<client_buffer> | |
<!-- Agent buffer options --> | |
<disabled>no</disabled> | |
<queue_size>5000</queue_size> | |
<events_per_second>500</events_per_second> | |
</client_buffer> | |
<!-- Policy monitoring --> | |
<rootcheck> | |
<disabled>no</disabled> | |
<!-- Frequency that rootcheck is executed - every 12 hours --> | |
<frequency>43200</frequency> | |
<rootkit_files>/var/ossec/etc/shared/rootkit_files.txt</rootkit_files> | |
<rootkit_trojans>/var/ossec/etc/shared/rootkit_trojans.txt</rootkit_trojans> | |
<system_audit>/var/ossec/etc/shared/system_audit_rcl.txt</system_audit> | |
<system_audit>/var/ossec/etc/shared/system_audit_ssh.txt</system_audit> | |
<system_audit>/var/ossec/etc/shared/cis_debian_linux_rcl.txt</system_audit> | |
<skip_nfs>yes</skip_nfs> | |
</rootcheck> | |
<wodle name="open-scap"> | |
<disabled>yes</disabled> | |
<timeout>1800</timeout> | |
<interval>1d</interval> | |
<scan-on-start>yes</scan-on-start> | |
<content type="xccdf" path="ssg-debian-8-ds.xml"> | |
<profile>xccdf_org.ssgproject.content_profile_common</profile> | |
</content> | |
<content type="oval" path="cve-debian-oval.xml"/> | |
</wodle> | |
<!-- File integrity monitoring --> | |
<syscheck> | |
<disabled>no</disabled> | |
<!-- Frequency that syscheck is executed default every 12 hours --> | |
<frequency>43200</frequency> | |
<scan_on_start>yes</scan_on_start> | |
<!-- Directories to check (perform all possible verifications) --> | |
<directories>/etc,/usr/bin,/usr/sbin</directories> | |
<directories>/bin,/sbin,/boot</directories> | |
<!-- Files/directories to ignore --> | |
<ignore>/etc/mtab</ignore> | |
<ignore>/etc/hosts.deny</ignore> | |
<ignore>/etc/mail/statistics</ignore> | |
<ignore>/etc/random-seed</ignore> | |
<ignore>/etc/random.seed</ignore> | |
<ignore>/etc/adjtime</ignore> | |
<ignore>/etc/httpd/logs</ignore> | |
<ignore>/etc/utmpx</ignore> | |
<ignore>/etc/wtmpx</ignore> | |
<ignore>/etc/cups/certs</ignore> | |
<ignore>/etc/dumpdates</ignore> | |
<ignore>/etc/svc/volatile</ignore> | |
<ignore>/sys/kernel/security</ignore> | |
<ignore>/sys/kernel/debug</ignore> | |
<!-- File types to ignore --> | |
<ignore type="sregex">.log$|.swp$</ignore> | |
<!-- Check the file, but never compute the diff --> | |
<nodiff>/etc/ssl/private.key</nodiff> | |
<skip_nfs>yes</skip_nfs> | |
<skip_dev>yes</skip_dev> | |
<skip_proc>yes</skip_proc> | |
<skip_sys>yes</skip_sys> | |
<!-- Nice value for Syscheck process --> | |
<process_priority>10</process_priority> | |
<!-- Maximum output throughput --> | |
<max_eps>100</max_eps> | |
<!-- Database synchronization settings --> | |
<synchronization> | |
<enabled>yes</enabled> | |
<interval>5m</interval> | |
<response_timeout>30</response_timeout> | |
<queue_size>16384</queue_size> | |
<max_eps>10</max_eps> | |
</synchronization> | |
</syscheck> | |
<!-- Log analysis --> | |
<localfile> | |
<log_format>syslog</log_format> | |
<location>/var/ossec/logs/active-responses.log</location> | |
</localfile> | |
<localfile> | |
<log_format>syslog</log_format> | |
<location>/var/log/messages</location> | |
</localfile> | |
<localfile> | |
<log_format>syslog</log_format> | |
<location>/var/log/auth.log</location> | |
</localfile> | |
<localfile> | |
<log_format>syslog</log_format> | |
<location>/var/log/syslog</location> | |
</localfile> | |
<localfile> | |
<log_format>command</log_format> | |
<command>df -P</command> | |
<frequency>360</frequency> | |
</localfile> | |
<localfile> | |
<log_format>full_command</log_format> | |
<command>netstat -tan |grep LISTEN |grep -v 127.0.0.1 | sort</command> | |
<frequency>360</frequency> | |
</localfile> | |
<localfile> | |
<log_format>full_command</log_format> | |
<command>last -n 5</command> | |
<frequency>360</frequency> | |
</localfile> | |
<wodle name="osquery"> | |
<disabled>yes</disabled> | |
<run_daemon>yes</run_daemon> | |
<log_path>/var/log/osquery/osqueryd.results.log</log_path> | |
<config_path>/etc/osquery/osquery.conf</config_path> | |
<add_labels>yes</add_labels> | |
</wodle> | |
<wodle name="syscollector"> | |
<disabled>no</disabled> | |
<interval>24h</interval> | |
<scan_on_start>yes</scan_on_start> | |
<packages>yes</packages> | |
<os>yes</os> | |
<hotfixes>yes</hotfixes> | |
<ports all="no">yes</ports> | |
<processes>yes</processes> | |
</wodle> | |
</agent_config> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment