Network Based Vulnerabilities Flashcards
1
Q
NETBIOS Name Service
A
- part of NetBIOS over TCP protocol, similar to DNS to translate human readable names to IP addresses using 16 character ASCII name
2
Q
Link Local Multicast Name Resolution
A
- LLMNR, based on DNS packet format allowing both IPv4 and IPv6 hosts to perform name resolution for hosts on the same network
3
Q
Server Message Block SMB
A
- TCP ports 139 and 445
* EternalBlue exploits and WannaCry ransomware utilized flaws in SMB protocol
4
Q
SNMP
A
- SNMPv1 has port security and includes authentication using a shared community string sent in cleartext to public
5
Q
SMTP
A
- direct exploits of protocol, using open relays, using local relays, phishing attacks, SPAM
6
Q
FTP
A
- insecure protocol that sends data and authentication in cleartext over the network
7
Q
DNS Poisoning
A
- Inject fake DNS record
- visitor requests DNS for bank
- visitor gets IP address for fake bank server instead
8
Q
DNS Cache Poisoning
A
- like DNS poisoning but the poisoning can occur in the DNS cache of the local computer or server
9
Q
Pass the Hash
A
- attack against NT LAN Manager NTLM authentication system, steals hashed user credential and reuses it in the windows auth system to create a new authenticated session
10
Q
Man in the Middle
A
- ARP spoofing
- reply
- relay
- SSl stripping
- downgrade
11
Q
ARP Spoofing (Man in the Middle)
A
- attacker sends falsified ARP messages over the LAN
* results in attackers MAC being associated with the IP of a valid computer
12
Q
Replay (Man in the Middle)
A
- attack occurs when valid data is captured by an attacker and is repeated or delayed
13
Q
Relay (Man in the Middle)
A
- occurs when the attacker is able to become the MITM and acts as a middle man in communincations session
14
Q
SSL Stripping (Man in the Middle)
A
- websites encryption is tricked into presenting the user with and HTTP connection instead of HTTPS
15
Q
Downgrade (Man in the Middle)
A
- attempts to have client or server adandon a higher security mode to use a lower security mode
- TLS 1.2 is more secure than SSL 2.0