-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d872c1
commit 246072f
Showing
2 changed files
with
264 additions
and
22 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,263 @@ | ||
#!/usr/bin/env sh | ||
|
||
mkdir -p /var/ossec/etc | ||
cat <<EOF >> /var/ossec/etc/ossec.conf | ||
<!-- | ||
Wazuh - Manager - Default configuration. | ||
More info at: https://documentation.wazuh.com | ||
Mailing list: https://groups.google.com/forum/#!forum/wazuh | ||
--> | ||
<ossec_config> | ||
<global> | ||
<jsonout_output>yes</jsonout_output> | ||
<alerts_log>yes</alerts_log> | ||
<logall>no</logall> | ||
<logall_json>no</logall_json> | ||
<email_notification>no</email_notification> | ||
<smtp_server>smtp.example.wazuh.com</smtp_server> | ||
<email_from>[email protected]</email_from> | ||
<email_to>[email protected]</email_to> | ||
<email_maxperhour>12</email_maxperhour> | ||
<email_log_source>alerts.log</email_log_source> | ||
<agents_disconnection_time>10m</agents_disconnection_time> | ||
<agents_disconnection_alert_time>0</agents_disconnection_alert_time> | ||
</global> | ||
<!-- Choose between plain or json format (or both) for internal logs --> | ||
<logging> | ||
<log_format>plain</log_format> | ||
</logging> | ||
<alerts> | ||
<log_alert_level>3</log_alert_level> | ||
<email_alert_level>12</email_alert_level> | ||
</alerts> | ||
<remote> | ||
<connection>secure</connection> | ||
<port>1514</port> | ||
<protocol>tcp</protocol> | ||
</remote> | ||
<!-- 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> | ||
<wodle name="syscollector"> | ||
<disabled>no</disabled> | ||
<interval>1h</interval> | ||
<scan_on_start>yes</scan_on_start> | ||
<hardware>yes</hardware> | ||
<os>yes</os> | ||
<network>yes</network> | ||
<!-- Database synchronization settings --> | ||
<synchronization> | ||
<max_eps>10</max_eps> | ||
</synchronization> | ||
</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> | ||
<!-- Generate alert when new file detected --> | ||
<alert_new_files>yes</alert_new_files> | ||
<!-- Don't ignore files that change more than 3 times --> | ||
<auto_ignore>no</auto_ignore> | ||
<!-- 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>50</max_eps> | ||
<!-- Database synchronization settings --> | ||
<synchronization> | ||
<enabled>yes</enabled> | ||
<interval>5m</interval> | ||
<max_eps>10</max_eps> | ||
</synchronization> | ||
</syscheck> | ||
<!-- Active response --> | ||
<global> | ||
<white_list>127.0.0.1</white_list> | ||
<white_list>^localhost.localdomain$</white_list> | ||
<white_list>10.0.0.2</white_list> | ||
</global> | ||
<command> | ||
<name>disable-account</name> | ||
<executable>disable-account</executable> | ||
<timeout_allowed>yes</timeout_allowed> | ||
</command> | ||
<command> | ||
<name>restart-wazuh</name> | ||
<executable>restart-wazuh</executable> | ||
</command> | ||
<command> | ||
<name>firewall-drop</name> | ||
<executable>firewall-drop</executable> | ||
<timeout_allowed>yes</timeout_allowed> | ||
</command> | ||
<command> | ||
<name>host-deny</name> | ||
<executable>host-deny</executable> | ||
<timeout_allowed>yes</timeout_allowed> | ||
</command> | ||
<command> | ||
<name>route-null</name> | ||
<executable>route-null</executable> | ||
<timeout_allowed>yes</timeout_allowed> | ||
</command> | ||
<command> | ||
<name>win_route-null</name> | ||
<executable>route-null.exe</executable> | ||
<timeout_allowed>yes</timeout_allowed> | ||
</command> | ||
<!-- | ||
<active-response> | ||
active-response options here | ||
</active-response> | ||
--> | ||
<!-- 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> | ||
<ruleset> | ||
<!-- Default ruleset --> | ||
<decoder_dir>ruleset/decoders</decoder_dir> | ||
<rule_dir>ruleset/rules</rule_dir> | ||
<rule_exclude>0215-policy_rules.xml</rule_exclude> | ||
<list>etc/lists/audit-keys</list> | ||
<!-- User-defined ruleset --> | ||
<decoder_dir>etc/decoders</decoder_dir> | ||
<rule_dir>etc/rules</rule_dir> | ||
</ruleset> | ||
<!-- Configuration for wazuh-authd | ||
To enable this service, run: | ||
wazuh-control enable auth | ||
--> | ||
<auth> | ||
<disabled>no</disabled> | ||
<port>1515</port> | ||
<use_source_ip>no</use_source_ip> | ||
<purge>yes</purge> | ||
<use_password>no</use_password> | ||
<!-- <ssl_agent_ca></ssl_agent_ca> --> | ||
<ssl_verify_host>no</ssl_verify_host> | ||
<ssl_manager_cert>/var/ossec/etc/sslmanager.cert</ssl_manager_cert> | ||
<ssl_manager_key>/var/ossec/etc/sslmanager.key</ssl_manager_key> | ||
<ssl_auto_negotiate>no</ssl_auto_negotiate> | ||
</auth> | ||
</ossec_config> | ||
EOF |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,6 @@ | ||
#!/usr/bin/env bats | ||
|
||
WAZUH_MANAGER="10.0.0.2" | ||
|
||
if [ "$(uname -o)" = "GNU/Linux" ] && command -v groupadd >/dev/null 2>&1; then | ||
OSSEC_CONF_PATH="/var/ossec/etc/ossec.conf" | ||
apt-get update && apt-get install -y curl gnupg2 | ||
curl -s https://packages.wazuh.com/key/GPG-KEY-WAZUH | gpg --no-default-keyring --keyring gnupg-ring:/usr/share/keyrings/wazuh.gpg --import | ||
chmod 644 /usr/share/keyrings/wazuh.gpg | ||
echo "deb [signed-by=/usr/share/keyrings/wazuh.gpg] https://packages.wazuh.com/4.x/apt/ stable main" | tee -a /etc/apt/sources.list.d/wazuh.list | ||
apt-get update | ||
apt-get install wazuh-agent -y | ||
sed -i "s|MANAGER_IP|$WAZUH_MANAGER|g" /var/ossec/etc/ossec.conf | ||
elif [ "$(which apk)" = "/sbin/apk" ]; then | ||
OSSEC_CONF_PATH="/Library/Ossec/etc/ossec.conf" | ||
wget -O /etc/apk/keys/[email protected] https://packages.wazuh.com/key/alpine-devel%40wazuh.com-633d7457.rsa.pub | ||
echo "https://packages.wazuh.com/4.x/alpine/v3.12/main" >> /etc/apk/repositories | ||
apk update | ||
apk add wazuh-agent | ||
sed -i "s|MANAGER_IP|$WAZUH_MANAGER|g" /var/ossec/etc/ossec.conf | ||
else | ||
log ERROR "Unsupported OS for creating user." | ||
exit 1 | ||
fi | ||
sh /app/scripts/tests/setup.sh | ||
|
||
chmod +x /app/scripts/install.sh | ||
|
||
|