Useful Linux DNS, IP Address, Port, Connection, Name Server, Host, Record, Route Table tools.
docker compose up
bash scripts/dig.sh
bash scripts/host.sh
bash scripts/ipinfo.sh
bash scripts/netstat.sh
bash scripts/nslookup.sh
bash scripts/ping.sh
bash scripts/whois.sh
dig
nslookup
host
ping
netstat
whois
ipinfo
nslookup
,dig
, andhost
are very similar and perform the same functionalities.
- BGP (Border Gateway Protocol)
- Allows Routers within different Autonomous Systems to share information, interact, and communicate.
- https://www.fortinet.com/resources/cyberglossary/bgp-border-gateway-protocol
- Autonomous System Number (ASN)
- A large Network with a single Routing Policy.
- Identiies a specific such Network.
- https://www.cloudflare.com/learning/network-layer/what-is-an-autonomous-system/
- https://anuragbhatia.com/2011/12/programming/simple-bash-script-for-ip-asn-mapping/
- https://linux.die.net/man/1/dig
- https://www.geeksforgeeks.org/dig-command-in-linux-with-examples/
- https://anuragbhatia.com/2011/12/programming/simple-bash-script-for-ip-asn-mapping/
- https://www.cloudflare.com/learning/network-layer/what-is-an-autonomous-system/
- https://www.fortinet.com/resources/cyberglossary/bgp-border-gateway-protocol
- https://www.cloudns.net/blog/10-most-used-nslookup-commands/
- https://www.redhat.com/en/blog/ping-usage-basics
- https://www.geeksforgeeks.org/host-command-in-linux-with-examples/
- https://phoenixnap.com/kb/netstat-command
- https://www.baeldung.com/linux/whois-command