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

# ls

> Use Golang native commands to lookup and resolve a hostname or IP address

## Summary

Use Golang native commands to lookup and resolve a hostname or IP address

* Needs Admin: False
* Version: 1
* Author: @Ne0nd0g

View the Merlin documentation website [here](https://merlin-c2.readthedocs.io/en/latest/server/menu/agents.html#nslookup)
for up-to-date information.

### Arguments

#### host

* Description: A space seperated list of hostnames or IP addresses to lookup and resolve
* Required Value: True
* Default Value: `google.com`

## Usage

```
nslookup <hostname>
```

## MITRE ATT\&CK Mapping

None

## Detailed Summary

None
