ID/Access & Network Flashcards
Kerberos
Network authentication protocol
Uses KDC/TGT to communicate with directories (key distribution center/ticket granting ticket)
UDP 88
SAML
Security Assertion Markup Language
Defines security authorization for single sign on web based applications, eg Shibboleth.
Exchanges authentication and authorization info between identity providers and service providers.
LDAP
LDAPS
Lightweight directory access control (TCP 389)
LDAP Secure (TLS TCP 636)
Access protocol with formats and methods for querying directories
Extends X.500 directory standard
NTLM
New Technology LAN manager
Suite of protocols providing authentication, confidentiality & integrity in Windows systems
Uses a message digest hashing algorithm the challenge users and check credentials
TOTP
HMAC
HOTP
Time based one time password
Key hash message authentication code
HMAC based one time password
SFTP
FTPS
TFTP
Secure file transfer protocol
File transfer protocol secure
Trivial file transfer protocol
SFTP SSH on TCP 22
FTPS uses TLS on TCP 989 990 or TCP 20 21 (FTP)
TFTP UDP 69 for small amounts of data. Usually disabled because it is not essential
IPsec
Encrypt IP
native to IPv6 but works with IPv4
Encapsulates and encrypts IP packet payloads and uses tunnel mode to protect VPN traffic
Two main components are authentication header (AH) identified by protocol ID number 51 and encapsulating security payload (ESP) identified by ID number 50
It uses the Internet key exchange (IKE) over UDP port 500 to create a security association for the VPN
SSH
Secure shell
Encrypt traffic using TCP 22
SSL
Secure sockets layer protocol secures HTTP traffic as HTTPS
It can encrypt SMTP and LDAP
It has been compromised and is not recommended for use. Poodle attack
STARTTLS
A command used to upgrade an Unencrypted connection to an encrypted connection on the same port
Removes the need to use one port to transmit data include text and a second port to transmit data in cipher text
SMTP
Simple mail transfer protocol
TCP 25
Before STARTTLS,
used TCP 465 with SSL and
TCP 587 with TLS
POP3
Secure POP3
Post office protocol V3
TCP 110
transfers emails from servers down to clients
Secure POP can use SSL or TLS
used TCP 995 before STARTTLS
IMAP4
Secure IMAP4
Internet message excess protocol version 4
TCP 143
Protocol to store email on an email server (gmail)
Secure IMAP4 used TCP 993 before STARTTLS
HTTP
HTTPS
TCP 80
TCP 443 with SSL or TLS
GPO
Group policy setting
A directory service