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
I need a guidance regarding the integration of bitdefender gravityzone with wazuh. how can i directly bitdefender integrate with wazuh.
Luis Daniel Avendaño Larios
unread,
Nov 30, 2023, 4:50:53 PM11/30/23
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 Awais,
Thanks for using wazuh!
Integrating Bitdefender GravityZone with Wazuh involves fetching logs from Bitdefender GravityZone to Wazuh-manager. Here are some steps you might find helpful:
Generate an API key in GravityZoneControl Center
Configure the integration in the Tools > Bitdefender GravityZone section of the ConnectWise Control Center
Develop a Python script to fetch the data from GravityZone. You can use the Office 365 API integration reference as a guide.
Also, you have an alternative way to ingest GravityZone logs in Wazuh. This is by using the Logcollector module of Wazuh. Here’s a brief overview of how it works:
Logcollector Module: Wazuh uses the Logcollector module to collect logs from monitored endpoints, applications, and network devices.
Log Analysis: The Wazuh server then analyzes the collected logs in real-time using decoders and rules. Wazuh extracts relevant information from the logs and maps them to appropriate fields using decoders.
Rule Matching: The Analysisd module in the Wazuh server evaluates the decoded logs against rules and records all alerts in /var/ossec/logs/alerts/alerts.log and /var/ossec/logs/alerts/alerts.json files.
Syslog Messages: The Wazuh server also receives syslog messages from devices that do not support the installation of Wazuh agents, ensuring seamless integration and coverage across your entire network environment.
Custom Decoders and Rules: You can create custom decoders and rules to analyze logs that are not supported by default.
Please note that these are general steps and might need to be adjusted based on your specific setup. I hope this helps, let me know if you need anything else.