what is information gathering ?
Information Gathering is the first step of any penetration test and involves gathering or collecting information about an individual, company, website or system that you are targeting
what are the two types of information gathering ?
Passive and Active
what is passive information gathering ?
involves gathering as much information as possible without actively engaging with the target
what is active information gathering ?
Active information gathering - involves gathering as much information as possible by actively engaging with the target system
what are some of the activities associated with passive information gathering ?
what are some of the activities associated with active information gathering ?
What information should we be looking for when profiling websites
what commands can we use to find the IP address of a website ?
host
nslookup
what are some common directories to check when enumerating a website ?
/robots.txt
/sitemap.xml
what is the WHOIS database ?
Whois is a query and response protocol that is widely used for querying databases that store the registered users or assignees of an internet resource, such as a domain name, an IP address block or autonomous system
what are three tools we can use for dns enumeration ?
dnsrecon
dig
dnsdumpster.com
what is a waf ?
a waf is a web application firewall ?
what is a tool we can use for enumerating subdomains ?
sublist3r
what is DNS in simple terms ?
what is a DNS name-server ?
A DNS server or nameserver is like a telephone directory that contains domain names and there corresponding IP addresses
what is an A record used for with DNS ?
A - resolves a hostname or domain to an IPv4 address
what is a AAAA record used for with DNS ?
AAAA - resolves a hostname or domain to an IPv6 address
what is a NS record used for with DNS
NS - reference to the domains nameserver
what is a MX record used for with DNS?
MX - resolves a domain to a mail server
what is a SOA record used for with DNS ?
Domain Authority
what is a SRV record used for with DNS ?
Service records
what is a PTR record used for with DNS?
PTR - resolves an ip address to a hostname
what is the purpose of DNS interrogation ?
why is a DNS zone transfer useful for attackers ?