3.1 Implement Secure Protocols Flashcards

1
Q

SRTP

A
  • Secure real-time protocol
  • Used for voice and video communication like VoIP
  • SRTP (Secure Real-time protocol) adds encryption using AES, keeps convos private
  • Additional security features

HMAC-ShA1 (hash-based message authentication code) Provides authentication, integrity, and replay protection using SHA1

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

NTPsec

A
  • NTPSec (secure network time protocol)
  • Tiime synchronization
  • Classic NTP has no security features used as amplifiers in DDOS attacks
  • NTPsec – cleaned up code to remove vulnerabilities
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

S/Mime

A
  • Secure multipurpose internet mail extensions
  • used to protect emails by using public and private key
  • Can encrypt and digitally sign emails
  • Requires PKI to manage keys
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Secure POP and Secure IMAP

A
  • Receiving emails

- STARTTLS extension used to encrypt POP3 or use IMAP with SSL

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

IPSEC

A
  • Internet protocol secuirty
  • Provides an encrypted tunnel for connections over the internet
  • Confidentiality, and integrity/anti-replay through packet signing
  • very standardized - multi-vendor implementations
  • Two core IPsec protocols
    Authentication Header (Ah) - integrity
    Encapsulation Security Payload (ESP) - confidentiality through encryption
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

DNSSEC

A

Normal DNS is easy to poison allows attackers to modify DNS requests
Domain name Security Extensions

Allows you to verify DNS responses to make sure that it’s coming from a server that you requested it from and that it wasn’t modified
- Origin Authentication and Data integrity

uses Public-key cryptography
- signed with a trusted third party and published in DNS
can be verified

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

SNMPv3

A
  • SImple network management protocol
  • Used to query network devices like switches, routers for info
  • v3 is the secure version
    provides confidentiality, integrity and authentication
How well did you know this?
1
Not at all
2
3
4
5
Perfectly