Port Scanners Flashcards

(47 cards)

1
Q

What are the options of NMAP to control the timing of scanning speeds?

A

-T1 -T2 -T3 -T4 -T5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

This NMAP Parameter will commence a XMAS scan on a device

A

-sX

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

This NMAP Parameter will export the scan results as an XML for external manipulation.

A

-oX

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Nmap’s default scan with admin privledges

-Pn
-sT
-sS
sU

A

-sS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Nmap’s default scan with admin privledges

-Pn
-sT
-sS
sU

A

-sS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Nmaps default scan with without admin privledges

-Pn
-sT
-sS
sU

A

-sT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

This NMAP Parameter will give more information on basic scans implemented

A

-v

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

____ - This port state is the result of an active port with an application that is actively accepting TCP connections.

A

Open

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

This NMAP Parameter will scan only the provided ports input

A

-p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

____ Is the result when it cannot determine whether the port is active because packet sorting stops connections from reaching the port. It could be the result of a dedicated firewall device, router, router rules or host-based firewall software.

A

Filtered

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Make an nmap scan for nonexist.org and Include more information:

A

nmap -v nonexist.org

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What flags are sent in a christmas scan?

SYN,SYN/ACK,PSH,ACK
FIN,PSH,URG
FIN,PSH,URG,SYN,SYN/ACK
FIN,SYN,SYN/ACK,PSH

A

FIN,PSH,URG

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

This parameter with specified numbers will scan all ports

A

-p 0-65535

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What tool utilizes the command “ping scan”.

A

nmap

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What tool would utilize the command: nc -z -v site.com?

A

Netcat

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Port Scanning does what?

checks IP addresses
determines number of hops between routes
determines fastest route to delivery packets
to check which ports are open

A

to check which ports are open

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What tool is used to read and write data across network connections using TCP or UDP protocol?

A

NetCat/Cryptcat

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Which of the following tasks can NOT be done using Nmap?

Quickly recognize devices on a single or multiple networks
Monitor large networks
Transfer files across the network
Detects security risks

A

Transfer files across the network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

This NMAP parameter/option will assume every host in a network scan is online. Example: -sS

20
Q

This NMAP Parameter will enable you to import a list of ip addresses or networks to scan

21
Q

Nmap scans how many ports by default if not specified?

500 ports
1000 ports
Top 1000 used ports
All well known ports

A

Top 1000 used ports

22
Q

When implementing nmap on a network its capabilities can include identifying ports, servers and active hosts within the network scope. What type of reconissiance is nmap classified to implement on a network?

Recursive
Active
Passive
Port-scanner

23
Q

This NMAP parameter will enable OS detection

24
Q

____ The result of a port that is active but has no application listening on it.

25
Nmap has the capability to integrate scripts TRUE FALSE
TRUE
26
____ Is the result when nmap can connect to a port but is unable to verify ports as active or deactivated
Unfiltered
27
Create a nmap scan that will scan a 198.216.0.0/16 network for version information on services ssh,dns,pop3 and RDP
nmap -sV 198.216.0.0/16 -p 22,53,110,3367
28
This Parameter will control the timing of scanning and takes the longest time to assist in avoiding detection.
-T0
29
Nmap scans are a form of what type of reconnisance?
Active
30
True or False: Nmap utilizes a graphical user interface known as Zmap that develops visual nc -l – This command will instruct mappings of a network for better usability and reporting. True False
False: Zenmap
31
Which term correctly fills in the blank? ScanLine is a command-line port scanner for all ______ platforms. ChromeOS MacOS Windows Linux
Windows
32
Which tool is used for vulnerability scanning and network discovery? Netcat Cisco Packet Tracer ZenMap Nmap
Nmap
33
True or False: Netcat was designed to be a reliable front-end tool that can be used directly or easily driven by other programs and scripts. True False
False: Back-end
34
CryptCat uses what encryption method? AES TwoFish DES ThreeFish
TwoFish
35
True or False: In order to conduct port scanning you first need a list of what hosts are on the network along with the IP addresses. True False
True
36
Which of the following are advantages to port scanning? Select all that apply: Finding open and vulnerable server locations Checking security settings Identifying hosts connected to the network and the services that are running on them All of the above
All of the Above
37
This type of scanning is performed by sending an SYN packet and analyzing the response. What type of scan is this?
Syn Scan
38
TwoFish encryption utilizes _____ and one ____ key. Symmetric encryption and uses one 128-bit key Symmetric encryption and uses one 256-bit key Asymmetric encryption and uses one 2048-bit key None of the above
Symmetric encryption and uses one 256-bit key
39
Which of these is the simplest port scan? TCP Half Open Port Scan UDP Ping Scan None of the above
Ping Scan
40
True or False: While port scanning is an incredibly useful tool for malicious actors to use during reconnaissance, it is not nearly as useful for IT admin staff. True False
False: Useful for both actors
41
Which of these functions can be performed using ScanLine? ICMP TimeStamp Scanning TCP Scanning UDP Scanning All of the above
All of the above
42
This command will do what function? nc -l This command will print a list of all of the available commands you can use in Netcat. This will run a basic port scan of the specified website or server. This command will instruct the local system to begin listening for TCP connections and UDP activity on a specific port number. None of the above
This command will instruct the local system to begin listening for TCP connections and UDP activity on a specific port number.
43
True or False: A number of TCP protocol techniques actually make it possible for attackers to conceal their network location and use “decoy traffic” to perform port scans without revealing any network address to the target. True False
True
44
# Fill in the blank: Ports 0 to _____ are well known port numbers that are designed for Internet use although they can have specialized purposes as well. 1023 65,536 1064 783
1023
45
# Fill in the blank: Ports range from 0 to ______and basically rank by popularity. 1023 65,536 1064 783
65,536
46
The range of ports mentioned in question 22 are administered by what organization? National Security Agency Defense Information Systems Agency Cybersecurity and Infrastructure Security Agency Internet Assigned Numbers Authority
Internet Assigned Numbers Authority
47
2 Fill in the Blank: What are the general protocols used for port scanning? TCP, ICMP UDP, FTTP TCP, SMTP None of the Above
None of the Above: They are TCP and UDP