Not being able to access a SIEM (Wazuh) VM web dashboard from a different VM

Gui De Almeida 0 Reputation points
2024-10-10T23:09:37.66+00:00

In summary, I have an Ubuntu VM running a SIEM (Wazuh) server, I have a second VM (Windows) as an agent, which is in the same virtual network and subnet. I can ping both machines from either VM's, everything is good, EXCEPT I am unable to login to the SIEM browser's dashboard from the second VM (Agent), only from the first VM (SIEM), the dashboard is the locahost IP address.

I am sure it has to do with something on Azure's end, I am able to reproduce everything on my local computer hypervisor and access the dashboard from any local VM.

Steps I took:

  1. Make sure they're both on the same vnet and subnet.
  2. Create and make sure NSG's are correctly setup, necessary ports/addresses are opened.
  3. Ensure Ubuntu's and Window's firewalls are setup as well.
  4. Make sure Wazuh (SIEM) setup is configured correctly.

I do not know what else to do, am I missing something? Do I have to create an app gateway to access the VM's SIEM web dashboard?

Any help leading me to the right direction would be greatly appreciated!

Thank you!

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,776 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. KapilAnanth-MSFT 49,616 Reputation points Microsoft Employee Moderator
    2024-10-11T06:19:15.4633333+00:00

    @Gui De Almeida ,

    Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.

    From your verbatim,

    • I see you are using a 3rd party SIEM Tool in a Linux VM
    • And you are not able to access the dashboard of this 3rd party SIEM Tool from another VM in same VNET

    As next steps,

    • Does the 3rd party provide any documentation for configuring this in Azure environment?
      • Can you share the document please?
    • May I ask on which port this dashboard listens to?
      • (I believe this should be 443/80 - but please confirm)
    • I see you mentioned ICMP Ping is successful. But what about TCPPing?
      • From the Windows VM, you can run the following in Powershell to test TCP Port
      • Test-NetConnection -ComputerName "<3rdPartySIEMVMPrivateIP>" -Port <PortAtWhich3rdPartySIEMVMListensTo>
      • And share the results
    • To check if there are any platform level blocking (NSG/UDR level), you can try NSG diagnostics or IP flow verify
      • Run this in both the VMs - Inbound for 3rd party SIEM VM and Outbound for the Windows VM.
      • And share the results of IP flow verify for both

    Cheers,

    Kapil


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.