HOTP
HOTP
-Open standard for creating one-time passwords. Digits expire after being used (but never expire if not used)
TOTP
TOTP
-Standard for creating on-time passwords. Expire every 30 seconds.
SAML
SAML
RBAC
RBAC
Role-Based Access Control
-groups
ABAC
Attribute-Based Access Control
DAC
DAC Discretionary Access Control -Most OS's -Owner establishes access -Very weak security -susceptible trojan horses
MAC
MAC Mandatory Access Control -Security clearance levels -Security or sensitivity labels -Users cannot change -Used when need to know
TCP
TCP
Transmission Control Protocol
-Connection oriented (guaranteed delivery)
-Three-way handshake (SYN, SYN/ACK, ACK)
UDP
UDP User Datagram Protocol -connectionless session -No three-way handshake -Best effort to deliver (no guaranteed deliver) -ICMP (ping) and audio streaming use UDP -Many DoS attacks use UDP
NDP
NDP Neighbor Discovery Protocol -IPv6 -Similar to ARP -Auto-config of device IPv6 address; discover other IPv6 devices on NW
RTP
RTP
Real-Time Transport Protocol
-VoIP, streaming video, telecon
-SRTP (Secure RTP) - encryption (AES), authentication, integrity (HMAC-SHA1) - protects against replay attacks (capture comms, modify, impersonate)
SRTP
SRTP Secure Real-Time Transport Protocol -Voip, streaming -Encryption with AES -Authentication, Integrity, replay protection with HMAC-SHA1