// live assignment
CyberWatch Weekly
Every week, real-world cybersecurity incidents are curated and analyzed for class discussion. Read the current briefing, identify the attack types, and come ready to discuss how defenders could have responded differently.
↗ Open CyberWatch WeeklyUNIT 01 Web Fundamentals: HTML, CSS & JavaScript Build before you break ▾
You need to understand how websites are built before you can understand how they're attacked. Build functional web pages from scratch using the three core languages of the web.
Topics covered
- HTML structure, tags, and semantic elements
- CSS selectors, box model, Flexbox
- JavaScript basics (variables, functions, DOM)
- Forms and user input handling
- Responsive design and Bootstrap
- How browsers parse and render pages
- Developer tools (Inspect Element, Console)
<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"></head>
<body><h1>Hello, World!</h1></body>
</html>
UNIT 02 Web Application Security & OWASP Top 10 Attack & defend the web ▾
The OWASP Top 10 lists the most critical web application security risks. Learn each one — how it works, what damage it can cause, and how to defend against it.
OWASP Top 10 (2021)
Additional topics
- Cross-Site Scripting (XSS)
- Cross-Site Request Forgery (CSRF)
- Input validation and sanitization
- Content Security Policy (CSP) headers
UNIT 03 Ethical Hacking & Penetration Testing Think like an attacker ▾
Authorized, ethical hacking is one of the most valuable skills in cybersecurity. Learn the methodology, tools, and legal boundaries of penetration testing.
Topics covered
- Ethical hacking vs. malicious hacking
- Rules of engagement and authorization
- Recon techniques (OSINT, passive & active)
- Scanning with Nmap
- Exploitation basics
- Post-exploitation concepts
- Reporting and remediation
- Bug bounty programs
UNIT 04 Incident Response & Digital Forensics Investigate and contain ▾
When an attack succeeds, defenders need to detect it, contain it, eradicate it, and recover. Digital forensics helps us understand what happened — and gather evidence.
Topics covered
- Incident Response lifecycle (PICERL)
- Chain of custody in digital evidence
- Log analysis and timeline reconstruction
- Memory and disk forensics concepts
- Malware analysis (static vs dynamic)
- Threat hunting basics
- Reporting and lessons learned
UNIT 05 Advanced Persistent Threats & Nation-State Attacks The big picture ▾
The most sophisticated attacks come from well-funded adversaries — nation-states and organized cybercrime groups. Learn how APTs operate, major incidents in history, and how CyberWatch Weekly connects to this bigger picture.
Topics covered
- APT lifecycle and kill chain
- Nation-state threat actors (Lazarus, APT28, etc.)
- Supply chain attacks (SolarWinds, 3CX)
- Critical infrastructure targeting
- AI and autonomous agents in attacks
- Geopolitics and cyber warfare
- Analyzing real incidents (CyberWatch)