# NetBIOS

Identify the NetBIOS names of the endpoints. This will give you the fully identifiable domain name (FQDN) for the IP address.

{% tabs %}
{% tab title="UNIX" %}

```bash
nmblookup -A <IP>
```

{% endtab %}

{% tab title="Windows" %}

```powershell
nbtstat -a <IP>
```

{% endtab %}
{% endtabs %}
