> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kikimora.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Endpoint details

> Reference for the five telemetry tabs on a host — network interfaces, ports, processes, policy checks, and installed packages.

The endpoint detail view shows the telemetry the Wazuh agent integration collects from a single host. Open it by clicking an endpoint hostname, or by selecting **View Details** from the row action menu (`...`) on the Endpoints table.

A tab bar at the top right switches between five views, each on its own URL.

## Tabs

### Networks

`/endpoints/<endpoint-id>` or `/endpoints/<endpoint-id>/networks`

Network interfaces configured on the host, physical and virtual. Columns: Interface Name, MAC Address, IP Address, Netmask, Type, State.

### Network Ports

`/endpoints/<endpoint-id>/ports`

Listening and active ports the agent observes. Columns: Protocol (TCP/UDP), Local Address, Local Port, Remote Address, Remote Port, State, Process ID / Name.

### Processes

`/endpoints/<endpoint-id>/processes`

Running processes captured during the agent's inventory sync. Columns: Process ID, Name, Path, User / Owner, CPU Usage, Memory Usage.

### Policy Checks

`/endpoints/<endpoint-id>/policy-checks`

Security compliance benchmarks applied to the endpoint, such as CIS benchmarks and SCA checks. Columns: Policy Name, Status (Passed / Failed), Total Checks, Passed Checks, Failed Checks, Compliance Score.

Clicking a policy row opens the detailed results, listing each rule evaluation with its remediation instructions and rationale.

### Packages

`/endpoints/<endpoint-id>/packages`

Installed software, applications, and patches reported by the agent. Columns: Package Name, Version, Architecture, Vendor, Install Time, Description.

## Move through the tabs

1. Open the row action menu (`...`) for a host and click **View Details**. You land on **Networks**.

   <img src="https://mintcdn.com/kikimora/_61TKijx1WdBSLGY/images/endpoints/endpoint-details--01--networks-tab.png?fit=max&auto=format&n=_61TKijx1WdBSLGY&q=85&s=cc114f4af88e15a4c85cd292837f8f4f" alt="Networks tab listing the host's interfaces with MAC addresses, IPs, netmasks, and states" width="1920" height="1080" data-path="images/endpoints/endpoint-details--01--networks-tab.png" />

2. Click **Network Ports** to see active listening ports and connections.

   <img src="https://mintcdn.com/kikimora/_61TKijx1WdBSLGY/images/endpoints/endpoint-details--02--network-ports-tab.png?fit=max&auto=format&n=_61TKijx1WdBSLGY&q=85&s=2f3696bd6b0221e1587af2479aed5d25" alt="Network Ports tab listing protocol, local and remote addresses, port states, and owning processes" width="1920" height="1080" data-path="images/endpoints/endpoint-details--02--network-ports-tab.png" />

3. Click **Processes** for running processes and their resource use.

   <img src="https://mintcdn.com/kikimora/_61TKijx1WdBSLGY/images/endpoints/endpoint-details--03--processes-tab.png?fit=max&auto=format&n=_61TKijx1WdBSLGY&q=85&s=d90cb289dcb6853ad1cd1558a929bd11" alt="Processes tab listing PIDs, process names and paths, owners, and CPU and memory usage" width="1920" height="1080" data-path="images/endpoints/endpoint-details--03--processes-tab.png" />

4. Click **Policy Checks** for compliance benchmark results.

   <img src="https://mintcdn.com/kikimora/_61TKijx1WdBSLGY/images/endpoints/endpoint-details--04--policy-checks-tab.png?fit=max&auto=format&n=_61TKijx1WdBSLGY&q=85&s=08da3fe5818b598e2c01dd6133909237" alt="Policy Checks tab listing applied policies with pass and fail counts and compliance scores" width="1920" height="1080" data-path="images/endpoints/endpoint-details--04--policy-checks-tab.png" />

5. Click **Packages** for the installed software inventory.

   <img src="https://mintcdn.com/kikimora/_61TKijx1WdBSLGY/images/endpoints/endpoint-details--05--packages-tab.png?fit=max&auto=format&n=_61TKijx1WdBSLGY&q=85&s=14ab8bfd1c93975b9693f4fcb2b772bc" alt="Packages tab listing installed packages with versions, architecture, vendor, and install times" width="1920" height="1080" data-path="images/endpoints/endpoint-details--05--packages-tab.png" />
