What is SRTP ?
Secure Real Time Protocol (or Secure RTP) use AES to encrypt the conversation over voice/video flow
What is NTP & NTPsec ?
What is S/MIME ?
Secure/ Multipurpose Internet Mail Extensions is a public key encryption mechanism that allows to protect the information using encryption and to provide digital signatures for integrity. It require PKI in place in order to manage these keys
What is Secure POP and Secure IMAP ?
It use a STARTTLS extension to encrypt POP3 with SSL or use IMAP with SSL
What is MIME protocol?
Multipurpose Internet Mail Extensions is an extension of the original Simple Mail Transport Protocol (SMTP) email protocol. It lets users exchange different kinds of data files, including audio, video, images and application programs, over email.
What are POP and IMAP protocol?
What is the difference between POP and SMTP ?
SMTP (“Simple Mail Transfer Protocol”) is used for sending and delivering from a client to a server via port 25: it’s the outgoing server. On the contrary, POP (“Post Office Protocol”) allows the user to pick up the message and download it into his own inbox: it’s the incoming server.
What is web protocol to make it secure ?
SSL/TLS which is use with HTTP protocol (HTTPS). It uses public key encryption methods and use public and private key paired in order to transfer symmetric key across the network so that a session key can then be used symmetrically during the communication
What is IPsec ?
Security for OSI Layer 3 and provide authentication and encryption for every packet.
It also provide packet signing for integrity and anti replay features.
IPsec use 2 protocols for its implementation
What are the 2 protocols used to implement IPsec ?
What is FTPS and SFTP ?
What is LDAP & LDAPS ?
What is SASL ?
Simple Authentication and Security Layer provides authentication using many different methods (i.e Kerberos or client certificate)
What is SSH ?
Secure Shell encrypt terminal communication and replaces Telnet (and FTP)
What is Domain name resolution ?
DNS had no security in the original design making it an easy target for attackers. To fix this DNSSEC was created and it validate DNS responses to provide the origin of the authentication to the DNS and data integrity. This is allow thanks to public key cryptography: hence DNS records are signed w/ trusted 3rd party
How to connect securely to switches and routers?
By using SSH or SNMPv3 (Simple Network Managment Protocol version 3) which provide confidentiality (encrypted data), integrity (no tempering of data), authentication (verifies the source)
How to secure network adress allocation?
Network address are allocated using the DHCP protocol which do not include any built-in security. To enhance the security of DHCP, an additional control outside the DHCP protocol was added using for example with the Active Directory, switches that allow DHCP from trusted interfaces.