Secure protocols Flashcards

1
Q

What is SRTP? and RTP?

A

Secure real-time transport protocall.
This is a secure version of RTP.
RTP/SRTP are usually used for real time phone calls.
RTP is in the clear, SRTP is encrypted via AES.

SRTP is also capable of performing authentication, integrity, and replay protection by using HMAC-SHA1

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

What is NTPsec?

A

Secure version of NTP(network time protocol)
Fixed a number of vulnerabilities in the original NTP, which was built around 1985 without security in mind. NTP has been exploited before as an amplifier for DDoS attacks.
NTPsec is network time protocol secure

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

What is S/MIME?

A

Secure/multipurpose Internet Mail Extensions.

A secure mail solution that uses public/private keys to encrypt emails and provide digital signatures for integrity.

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

What is POP3?

A

Secure version of POP, encrypted with SSL.

Email protocol.

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

What is IMAPS?

A

Secure version of IMAP, encrypted with SSL.

Mail protocol.

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

What is IPsec?

A

Internet Protocol Security
Security for OSI layer 3
Provides confidentiality and integrity/anti-replay
There are two core IPsec protocols: Authentication Header(AH) and Encapsulation Security Payload(ESP)

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

What is FTPS?

A

FTP over SSL, file transfer protocol secure.
This is FTP over SSL.
Encrypted FTP.

NOT SFTP THAT IS COMPLETELY DIFFERENT

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

What is SFTP?

A

SSH-FTP
Think SSH when you see this.
This is a protocol that uses SSH for encryption while doing file transfers.

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

What is LDAP?

A

Lightweight directory access protocol.

A protocol for reading and writing directories over an IP network.

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

What is LDAPS?

A

LDAP Secure

a non-standard implementation of LDAP over SSL

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

What is SASL?

A

Simple authentication and security layer.

A framework that many different application protcols can use to communicate securely.
Can communicate using kerberos, client certificates, etc.

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

What is DNSSEC?

A

Domain name system security extensions
Secure dns
This gives us the ability to validate DNS responses and make sure it wasnt changed and the origin is where it is supposed to be.
Uses public key cryptography, dns records are signed with a trusted third party and then verified by the client.

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

Which version of SNMPv3 should you be using (at least) if you are being security conscious?

A
SNMPv3 or higher
Has confidentiality(encryption), Integrity(no tampering of data), and authentication(Verifies the source)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a DHCP starvation attack?

A

Using spoofed MAC addresses to exhaust the DHCP pool so there are none left for anyone else.

DoS

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