Topic 2: Attack types Flashcards
How does Eavesdropping/Sniffing attacks impact on the confidentiality, integrity and availability of security?
Confidentiality
Integrity
Availability
Confidentiality
How does Data modification attacks impact on the confidentiality, integrity and availability of security?
Confidentiality
Availability
Integrity
Integrity
How does Spoofing attacks impact on the confidentiality, integrity and availability of security?
Availability
Confidentiality
Integrity
Availability and Confidentiality and Integrity
How does DoS/DDoS attacks impact on the confidentiality, integrity and availability of security?
Availability
Integrity
Confidentiality
Availability
How does MiTM/Replay attacks impact on the confidentiality, integrity and availability of security?
Confidentiality
Integrity
Availability
Confidentiality and Integrity
How does DNS Poisoning attacks impact on the confidentiality, integrity and availability of security?
Integrity
Confidentiality
Availability
Availability
How does Reconnaissance attacks impact on the confidentiality, integrity and availability of security?
Availability
Integrity
Confidentiality
Availability and Integrity and Confidentiality
How does ARP attacks impact on the confidentiality, integrity and availability of security?
Availability
Confidentiality
Integrity
Availability
Which type of phishing targets high value employees?
smishing
spear
vishing
whaling
whaling
You walk back into your office through a secure door after being out to a meeting. Someone you don’t know follows behind you but they have no ID tag and you don’t remember them being in the office before. What type of attack are they attempting?
piggybacking
shoulder surfing
access attack
DoS
piggybacking
Identify the component of security the example attacks MOST impact Availability or Confidentiality?
Denial of Service attack = ?
Brute-force password attack = ?
DNS cache poisoning attack = ?
ARP attack = ?
Denial of Service attack = Availability
Brute-force password attack = Confidentiality
DNS cache poisoning attack = Availability
ARP attack = Availability
You receive an e-mail stating that you have been chosen as a winner in a competition to win a box of free donuts. Inside the e-mail there is a link that, when you click on it, doesn’t seem to do anything however shortly afterwards some users report that the company web portal is down. This is a possible example of a cross-site scripting attack.
True or False
True
Social engineering attempts to exploit what?
the good nature of people
the human tendency to want to help
human targets
all of the above
all of the above
Which of the following is an example of a nonessential protocol?
A. DNS
B. ARP
C. TCP
D. TFTP
D. TFTP (Trivial File Transfer Protocol) is a simpler version of FTP that uses a small amount of memory. It is generally considered to be a nonessential protocol. The Domain Name System service (or DNS service) is required for Internet access and on Microsoft domains. The Address Resolution Protocol (ARP) is necessary in Ethernet networks that use TCP/IP. TCP stands for Transmission Control Protocol, an essential part of most network communications.
A person attempts to access a server during a zone transfer to get access to a zone file. What type of server is that person trying to manipulate?
A. Proxy server
B. DNS server
C. File server
D. Web server
B. DNS servers are the only types of servers listed that do zone transfers. The purpose of accessing the zone file is to find out what hosts are on the network.
Which one of the following can monitor and protect a DNS server?
A. Ping the DNS server.
B. Block port 53 on the firewall.
C. Purge PTR records daily.
D. Check DNS records regularly.
D. By checking a DNS server’s records regularly, a security admin can monitor and protect it. Blocking port 53 on a firewall might protect it (it also might make it inaccessible depending on the network configuration) but won’t enable you to monitor it. Pinging the server can simply tell you whether the server is alive. Purging pointer records (PTR) cannot help to secure or monitor the server.
Which TCP port does LDAP use?
A. 389
B. 80
C. 443
D. 143
A. The Lightweight Directory Access Protocol (LDAP) uses port TCP 389. Note: If you are working with secure LDAP, then you will be using port 636. Port 80 is used by HTTP. Port 443 is used by HTTPS. Port 143 is used by IMAP.
From the list of ports, select two that are used for e-mail. (Select the two best answers.)
A. 110
B. 3389
C. 143
D. 389
A and C. POP3 uses port 110; IMAP uses port 143; 3389 is used by the Remote Desktop Protocol; and 389 is used by LDAP.
Which port number does the Domain Name System use?
A. 53
B. 80
C. 110
D. 88
A. The Domain Name System (DNS) uses port 53. Port 80 is used by HTTP; port 110 is used by POP3; and port 88 is used by Kerberos.
John needs to install a web server that can offer SSL-based encryption. Which of the following ports is required for SSL transactions?
A. Port 80 inbound
B. Port 80 outbound
C. Port 443 inbound
D. Port 443 outbound
C. For clients to connect to the server via SSL, the server must have inbound port 443 open. The outbound ports on the server are of little consequence for this concept, and inbound port 80 is used by HTTP.
If a person takes control of a session between a server and a client, it is known as what type of attack?
A. DDoS
B. Smurf
C. Session hijacking
D. Malicious software
C. Session hijacking (or TCP/IP hijacking) is when an unwanted mediator takes control of the session between a client and a server (for example, an FTP or HTTP session).
Making data appear as if it is coming from somewhere other than its original source is known as what?
A. Hacking
B. Phishing
C. Cracking
D. Spoofing
D. Spoofing is when a malicious user makes data or e-mail appear to be coming from somewhere else.
Which of the following enables an attacker to float a domain registration for a maximum of five days?
A. Kiting
B. DNS poisoning
C. Domain hijacking
D. Spoofing
A. Kiting is the practice of monopolizing domain names without paying for them. Newly registered domain names can be canceled with a full refund during an initial five-day window known as an AGP, or add grace period. Domain hijacking is another type of hijacking attack where the attacker changes the registration of a domain name without the permission of the original owner/registrant.
What is the best definition for ARP?
A. Resolves IP addresses to DNS names
B. Resolves IP addresses to hostnames
C. Resolves IP addresses to MAC addresses
D. Resolves IP addresses to DNS addresses
C. The Address Resolution Protocol, or ARP, resolves IP addresses to MAC addresses. DNS resolves from IP addresses to hostnames, and vice versa. RARP is Reverse ARP; it resolves MAC addresses to IP addresses.