-
Hello Everyone, I can read from here that Active Response on Wazuh seems supported already. Is it fully supported? I can read things that confuse me on the forum. Can the developers give a more precise reply, especially on where to configure it? Must the configuration be done locally (endpoint side) or does it propagate if I do it on the manager-node side? Also, I have the same question about OSQuery. If this has been answered via the documentation, please accept my apologies. TIA :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Each Security Onion installation has its own Wazuh server. That means that if you have a Security Onion distributed deployment with manager, search nodes, and forward nodes, each one of those nodes has their own Wazuh server and those Wazuh servers are independent. If you install a Wazuh agent on a non-Security-Onion endpoint and connect that agent to one of your Wazuh servers, you should be able to configure that agent either on the server side or on the agent side. For more information about Wazuh, please see:
I don't believe osquery performs Active Response out of the box the same way that Wazuh does. For more information about osquery, please see: |
Beta Was this translation helpful? Give feedback.
Each Security Onion installation has its own Wazuh server. That means that if you have a Security Onion distributed deployment with manager, search nodes, and forward nodes, each one of those nodes has their own Wazuh server and those Wazuh servers are independent.
If you install a Wazuh agent on a non-Security-Onion endpoint and connect that agent t…