K01 - Gathering Information Flashcards
What are the two modes Nslookup can be used in? Format (xxx, xxx-xxx)
interactive, non-interactive
_______________ mode allows a user to execute queries back-to-back without typing the entire command for each query.
interactive
_______________ mode involves typing the entire command for each query.
non-interactive
What command queries a DNS (Domain Name System) server for DNS records relating to IP addresses, mail exchanges, and name servers?
dig
What is the name of the website using the address 63.147.161.50?
goarmy.com
What is IPv4 address is the webpage text-lb.esams.wikimedia.org using?
91.198.174.192
Use “dig text-lb.easams.wikimedia.org”
If there are no errors with a dig query, what status will the user see?
no error
PFC Tyler is attempting to execute a dig query on a site, but he misspelled the website name and accidentally spelled a non-existent website name instead. What status will PFC Tyler see when he attempts this query? Hint: the domain name queried does not exist
nxdomain
What query status might a user see if they attempt a dig query on a site that has security settings configured so that zone transfers are not permitted or the zone does not exist at the request authority?
refused
SGT Gray wants to verify that the H&S Company printer is able to respond to network connections. The IP address of the printer is 192.168.0.105? What command will SGT Gray execute to perform this task?
ping 192.168.0.105
How many times will the remote host 192.168.1.101 be ping’d if the following command is executed? ping -c 6 192.168.1.101
6
Target Development includes all of the following EXCEPT:
- Understanding potential vulnerabilities
- Obtaining or developing scripts
- Deliver brief derived from mission analysis
- Planning execution of exploit
- Testing in a controlled environment
Deliver brief derived from mission analysis
It is possible to exploit a target without gathering any information on the target.
- True
- False
False
Which of the following is NOT one of the 4 Ds:
- Deny
- Degrade
- Destroy
- Delay
- Disrupt
Delay
Some information cannot be found within the IP address alone. Select the group of tools that can used in the information gathering phase:
- Traceroute, Dig, dnsquery
- nslookup, traceroute, sing
- ping, dig, traceroute, nslookup
- routetrace gid,uplook, ipconfig
ping, dig, traceroute, nslookup