You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh | Mailing List
Hi Team
Did anyone try docker with
Wazuh, thehive5, cortex and misp in one server.
Himanshu Sharma
unread,
Apr 22, 2024, 6:33:59 AM4/22/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh | Mailing List
Hi Team,
You can follow the below steps to integrate TheHive with Wazuh.
I have deployed an empty Linux VM, installer docker, and got the official TheHive docker image this way: docker pull strangebee/thehive:5.2.11-1 (you will get the container ID printed on the screen).
Started TheHive docker instance with: docker run -p 9000:9000 your-container-id
Leave it running, TheHive will be listening in port your-vm-ip:9000
At this point you can access and login to TheHive, Admin user is : ad...@thehive.local and password: secret
In previous steps make sure you have created new user test...@wazuh.com and also thehi...@wazuh.com (this last one with "analyst" permissions and "Create API key" which we will need to use later).
Now on you fully functional Wazuh Manager, install Python module: sudo /var/ossec/framework/python/bin/pip3 install thehive4py==1.8.1
We now create two files: /var/ossec/integrations/custom-w2thive.py & /var/ossec/integrations/custom-w2thive