Intrusion
Last updated
Last updated
The running theme for this page is FOSS. I am a broke college student and my tooling definitely reflects that. Regardless, these are all amazing (enterprise ready) tools.
is a free and open endpoint security monitoring. This is the building block for a lot of open source security solutions such as Wazuh. There are few good reasons not to use OSSEC for endpoint management. Its one of the best FOSS HIDs. OSSEC has great support for the following features:
Real time alerts
Multi-platform agents
Log monitoring
rootkit detection
active response
file integrity checks
centralized management
Good resources for learning how to create OSSEC rules:
Custom rules are stored in: /var/ossec/rules/local_rules.xml
Custom decoders are stored in: /var/ossec/etc/local_decoder.xml
Download and install the manager manager:
Download Debian agent:
Manage Rules: management > Administration > Rules
Manage Decoders: management > Administration > Decoders
Dark mode URI: /app/management/opensearch-dashboards/settings
Use clamd
and clamdscan
rather than clamscan
since the log parsing between the two differ. Using clamd
will allow Wazuh to more easily digest logs since the decoder looks for the clamd
daemon.
Get Wazuh to integrate with ClamAV by setting LogSyslog true
at /etc/clamav/clamd.conf
. Wazuh already reads from syslog
so no further work will be required.
If you don't want to use syslog
for whatever reason, you can change ClamAV's default log location (/var/log/clamav/freshclam.log
) by modifying OSSEC config file (/var/ossec/etc/ossec.conf
) to include:
Imma go pig wild. o")~
is an Free and Open Security Information and Event Management and Extended Detection and Response software that leverages the Open Source Security Host based Intrusion Detection Software for endpoint security. Or for short, its a FOSS SIEM XDR using the HIDS.
Malware trigger sample string located at (actual string not listed to prevent my AV from triggering)
is a Free and Open Thread Detection Engine combines network based IPS and IDS Developed by the PFSense has support for suricata through a plugin.
is a Free and Open Network based Intrusion Prevention system. This tool is amazing at sniffing packets and digesting logs. The tool is maintained by the Cisco Talos and the snort engine pairs well with the ELK stack.
Make snort rules: