This commit is contained in:
JMARyA 2024-06-02 20:43:53 +02:00
parent d2a058b56d
commit 2f3f94c40f
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
11 changed files with 119 additions and 21 deletions

View file

@ -10,7 +10,7 @@ Get an insight into the inner-workings of a given website: uncover potential att
## Features
### IP Info
An IP address (Internet Protocol address) is a numerical label assigned to each device connected to a network / the internet. The IP associated with a given [domain](../internet/Domain.md) can be found by querying the Domain Name System ([DNS](../internet/DNS.md)) for the [domain](../internet/Domain.md)'s A (address) record.
An IP address ([Internet Protocol](../internet/Internet%20Protocol.md) address) is a numerical label assigned to each device connected to a network / the internet. The IP associated with a given [domain](../internet/Domain.md) can be found by querying the Domain Name System ([DNS](../internet/DNS.md)) for the [domain](../internet/Domain.md)'s A (address) record.
**Use Cases**:
Finding the IP of a given server is the first step to conducting further investigations, as it allows us to probe the server for additional info. Including creating a detailed map of a target's network infrastructure, pinpointing the physical location of a server, identifying the hosting service, and even discovering other domains that are hosted on the same IP address.