Review Flashcards
(54 cards)
Identity
MFA: Something you know, have, are, do, or are (location)
SSO: One login for multiple apps
Federation: Uses SAML or OAuth
LDAP: TCP 389; RADIUS: UDP 1812; TACACS+: TCP 49
RBAC (Role-Based), ABAC (Attribute-Based)
Network
HTTPS – 443; SSH – 22; RDP – 3389; DNS – 53
Zero Trust: Always verify
VLANs: Logical network segments
IPsec: Tunnel vs. Transport modes
DMZ: Public-facing zone
Attacks
Phishing, Smishing, Vishing, Whaling
SQLi, XSS, CSRF, Logic Bomb, Ransomware
MITRE ATT&CK = Threat TTP framework
Governance
CIA: Confidentiality, Integrity, Availability
RPO = Max acceptable data loss; RTO = Max downtime
HIPAA, PCI-DSS, GDPR = key frameworks
Secure Configuration
Hardening: Remove services, patch, change defaults
EDR: Endpoint threat detection
MDM: Mobile policies
DLP: Prevent data leaks
Incident Response
Steps: Prep → ID → Contain → Eradicate → Recover → Learn
Chain of Custody: Evidence integrity
COOP: Keep core services up
Tools
SIEM: Logs + alerts
SOAR: Automates response
Wireshark: Capture packets
Nmap: Port scanning
Nessus: Vulnerability scan
Identity & Access Management
What are the 5 authentication factors?
Something you know, have, are, do, and somewhere you are
Identity & Access Management
What is MFA and why is it important?
Combines 2+ different types of authentication factors to increase security
Identity & Access Management
What does SSO allow?
One login grants access to multiple systems
Identity & Access Management
What protocol supports federated identity in SSO?
SAML (Security Assertion Markup Language)
Identity & Access Management
Difference between OAuth and OpenID Connect?
OAuth = authorization; OpenID Connect = adds authentication
Identity & Access Management
LDAP vs. RADIUS?
LDAP = directory services; RADIUS = AAA over networks, encrypts password only
Identity & Access Management
Key difference between RADIUS and TACACS+?
TACACS+ encrypts entire payload and separates authentication from authorization
Identity & Access Management
RBAC vs ABAC?
RBAC = based on roles; ABAC = evaluates user/environment attributes
Network Architecture & Protocols
What port does HTTPS use?
443
Network Architecture & Protocols
Difference between stateless and stateful firewall?
Stateless = rule-based, doesn’t track sessions; Stateful = tracks connection states
Network Architecture & Protocols
What is Zero Trust?
“Never trust, always verify”—authentication required at every stage
Network Architecture & Protocols
What does IPsec provide?
Authentication, integrity, and encryption for IP traffic
Network Architecture & Protocols
Difference between IPsec tunnel and transport mode?
Tunnel = encrypts entire packet; Transport = encrypts only payload
Network Architecture & Protocols
What is a DMZ?
Isolated network zone for public-facing services (e.g., web/mail servers)
Network Architecture & Protocols
What is a VLAN?
Logical segmentation of networks
Threats & Vulnerabilities
What is smishing?
Phishing via SMS
Threats & Vulnerabilities
SQL injection?
Alters database queries to gain unauthorized access