Professor's Introduction to CyberSecurity (videos 1–9)
Mission tie-in: Covers CIA, security layers, threats, and Sec-SDLC from the professor's intro lectures — so you can skip re-watching all 9 videos before the exam.
CIA triad + security layers
Confidentiality
Only authorized users access data (secrecy).
Integrity
No unauthorized modification of data.
Availability
Systems and data accessible when needed.
Asset
Anything of value to protect (data, systems, hardware).
Threat
Any source of danger (hackers, malware, disasters).
Vulnerability
Weakness an attacker can exploit.
Subject vs Object
Subject = active (user/program); Object = passive (file, database).
Video-by-video map
V1 — Information Security
InfoSec = risk management balancing threats vs security controls. Evolved from physical computer security (protecting mainframes).
V2 — Securing Accounts
Authentication
Prove identity (username + password).
Authorization
What you're allowed to do after auth.
Brute force
Try every password combination.
Dictionary attack
Try common/leaked passwords from a word list.
Security vs usability
Stronger passwords = harder for users (trade-off).
V3 — Security Layers
Defense in depth: Physical → Personal → Operations → Communications → Network → Information security.
V4 — Sec-SDLC
Information system
Hardware, software, data, people, procedures.
Bottom-up approach
Admins act alone — fast but no management support; often fails.