Antispam gateway and proxy integration

61 views
Skip to first unread message

Hack Pak

unread,
Oct 10, 2023, 2:18:33 AM10/10/23
to Wazuh | Mailing List
drear wazuh family we need to integrate antispam gateway and proxy to our wazuh environment please help what is required and how to integrate it.

Harshal Paliwal

unread,
Oct 10, 2023, 10:59:49 PM10/10/23
to Wazuh | Mailing List
I hope you are well today!
You can use the following documentation as a guide for the required configuration. This shows how to set up port forwarding with Nginx, but you can use it as an example to set your proxy to allow your agents to reach your Wazuh manager
Agents without Internet access - Your environment
stream{ upstream register { server <cloud_id>.cloud.wazuh.com:1515; } upstream data { server <cloud_id>.cloud.wazuh.com:1514; } server { listen nginx_ip:1515; proxy_pass register; } server { listen nginx_ip:1514; proxy_pass data; } }
These ports are used to register agents (1515) and communicate with agents (1514).
Architecture - Getting started with Wazuh · Wazuh documentationPlease remember to use your proxy’s address instead of the Wazuh manager address when registering the agents.

Hack Pak

unread,
Oct 11, 2023, 4:09:27 PM10/11/23
to Wazuh | Mailing List
sorry but i can't get your point as we have just requirement to integrate antispam email security as well as proxy server too..but we don't know from where should we start can you please explain step wise briefly

Hack Pak

unread,
Oct 15, 2023, 2:10:05 PM10/15/23
to Wazuh | Mailing List
PLEASE YOUR RESPONSE IS AWAITING IS THIS INTEGRATION IS AGENT BASE OR AGENLESS

Harshal Paliwal

unread,
Oct 17, 2023, 1:07:05 AM10/17/23
to Wazuh | Mailing List
Hi Hack,

Sorry for the late response!

In order to integrate Antispam Gateway, you can check out this documentation once: https://documentation.wazuh.com/current/user-manual/manager/manual-integration.html

Regards

Hack Pak

unread,
Oct 18, 2023, 5:07:58 AM10/18/23
to Wazuh | Mailing List
if we have Nignix proxy server and fortimail gateway to integrated so what will be the way out to integrate.is it required to install agent on it or its agentless? please help specific to this
Reply all
Reply to author
Forward
0 new messages