DNS Reconnaissance and Footprinting | What is DNS Footprinting | IP to location | Class 3 - Hindi

The Hackers World
The Hackers World
9.1 هزار بار بازدید - 4 سال پیش - In this tutorial, you will
In this tutorial, you will learn DNS Reconnaissance and Footprinting, Name Servers, DNS Records, DNS Client Tools nslookup, dig, host, Domain Name to ip address


01:05 - What is DNS?
The Domain Name System (DNS) is a name resolution service. DNS resolves human-friendly addresses (such as
www.armourinfosec.com) into IP addresses (such as 192.168.1.1).


02:28 - Types of DNS Server ?
o Authoritative Servers (Responsible to give reliable answers for a certain zones)
Master (Primary)
Slave (Secondary)-Normally required 2 secondary Name Servers.
o Caching/Recursive Server


03:38 - DNS Records

A - Address Mapping records
The record A specifies IP address (IPv4) for given host.


AAAA - IP Version 6 Address records
The record AAAA (also quad-A record) specifies IPv6 address for given host.


CNAME - Canonical Name records

The CNAME record specifies a domain name that has to be queried in order to resolve the original DNS query.


NS - Name Server records

The NS record specifies an authoritative name server for given host.


PTR - Reverse-lookup Pointer records
As opposed to forward DNS resolution (A and AAAA DNS records)


SOA - Start of Authority records
The record specifies core information about a DNS zone


HINFO - Host Information records
HINFO records are used to acquire general information about a host. The record specifies type of CPU and OS.


MX - Mail exchanger record
The MX resource record specifies a mail exchange server for a DNS domain name.


TXT - Text records
The text record can hold arbitrary non-formatted



06:50 - DNS Client Tools
06:55 - nslookup
nslookup infosecwarrior.com
To get IP address (A) of a domain



nslookup 8.8.8.8
To get hostname of an IP address

nslookup -type=ns infosecwarrior.com
To get NS (name servers) of a domain

nslookup -type=mx infosecwarrior.com
To get MX (mail exchanges) of a domain

nslookup -type=txt infosecwarrior.com
To get TXT (text annotations) of a domain

nslookup -type=soa infosecwarrior.com
To get SOA records for DNS zone name

nslookup -type=any infosecwarrior.com
To get ALL DNS Records Types



14:23 - dig
dig infosecwarrior.com
To get IP address (A) of a domain

dig infosecwarrior.com +short
To get A Record with +short

dig +x 8.8.8.8
To get hostname of an IP address

dig infosecwarrior.com NS
To get NS (name servers) of a domain

dig infosecwarrior.com MX
To get MX (mail exchanges) of a domain

dig infosecwarrior.com TXT
To get TXT (text annotations) of a domain

dig infosecwarrior.com SOA
To get SOA records for DNS zone name

dig infosecwarrior.com TTL
To get TTL Record of Domain

dig infosecwarrior.com ANY
To get as much as information possible

18:16 - host
19:45 - online dns lookup tool
https://toolbox.googleapps.com/apps/dig/
https://dns.google.com/query?name=arm...
https://viewdns.info/dnsreport/
https://centralops.net/co/

24:15 - IP to location
https://www.iplocation.net/
https://iplocation.com/
https://tools.keycdn.com/geo
4 سال پیش در تاریخ 1399/02/15 منتشر شده است.
9,189 بـار بازدید شده
... بیشتر