Summary
- This article teaches how to configure TheHive and Wazuh to receive alerts from a Windows machine.
- To begin, the droplets from the previous article should be powered on and the terminal accessed.
- The first step is to configure Cassandra for TheHive, which requires editing the Cassandra configuration file.
-nano /etc/cassandra/cassandra.yaml
- The cluster name can be changed for fun, so it is changed to ‘oh yeah cassandra baby’.
- Then, the listen address and rpc address should be changed to the public IP address of the Hive server.
- After this is complete, the next step can be proceeded to.
By Satyam Pathania
Original Article