Git Product home page Git Product logo

Comments (2)

as22323 avatar as22323 commented on August 23, 2024

http://ossec-docs.readthedocs.io/en/latest/manual/output/syslog-output.html

install on Honey Pot as "local" install.

Update the following: vi /var/ossec/etc/ossec.conf

from csoc-installation-scripts.

as22323 avatar as22323 commented on August 23, 2024

list of changes & important sections in ossec.conf:

<ossec_config>
.
.
.
<!-- GCRxx email credentials and output type(i.e. json) -->
  <global>
    <email_notification>yes</email_notification>
    <email_to>[email protected]</email_to>
    <smtp_server>xx.xxx.com</smtp_server>
    <email_from>xxxx@xxxx</email_from>
  <jsonout_output>yes</jsonout_output>
</global>

<!-- GCRxx where to send alerts-->
<syslog_output>
<server>10.xxx.xxx.xxx</server>
<port>xxxx</port>
</syslog_output>

<syslog_output>
<server>xxxx.228.213.xxxx</server>
<port>xxxx</port>
</syslog_output>


<!-- ASxx https://blog.wazuh.com/configure-ossec-to-report-changes-in-the-content-of-a-text-file/ -->
.
.
.
<auto_ignore>no</auto_ignore>
<!-- Directories to check  (perform all possible verifications) -->
<directories check_all="yes">/etc,/usr/bin,/usr/sbin</directories>
<directories check_all="yes">/bin,/sbin,/boot</directories>
.
.
.
<alerts>
<log_alert_level>1</log_alert_level>
<email_alert_level>7</email_alert_level>
</alerts>
.
.
.
<ossec_config>

from csoc-installation-scripts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.