Phase 3: Modern Cybersecurity (Weeks 9β12)
Objective: Capitalize on prior digital forensics experience and raise it to modern cybersecurity level with Zero Trust, SOC operations, and preparation for a security certification (SC-900 or vendor-neutral option).
This phase uses Microsoft (Sentinel, Entra, SC-900) as one concrete example, but the competencies are vendor-agnostic. Where you see a Microsoft tool, there is an equivalent open alternative (Wazuh/Security Onion for SIEM, Sigma for detection rules, OWASP/MITRE for AI threats). Choose based on your target employer's stack.
The 5 labs in the Challenge Track: Applied AI Security (Garak, PyRIT, Presidio, Semgrep + Gitleaks; OWASP LLM Top 10, MITRE ATLAS, NIST AI RMF, ISO 42001, OWASP Top 10:2025) turn this phase into portfolio evidence β exactly what roles such as AI Security Engineer, Detection Engineer, and AI Security Specialist ask for.
π― Expected Outcomesβ
By completing this phase:
- Understanding of modern SOC and threat detection
- Threat modeling applied to AI systems
- Identity and Zero Trust implemented
- SC-900 certification earned
- Forensics experience repositioned as a competitive advantage
Week 9: SOC Fundamentals and Security Operationsβ
Objectiveβ
Understand how a modern Security Operations Center works and how AI is transforming it.
Main Resourcesβ
| Resource | Language | Type | Duration |
|---|---|---|---|
| Microsoft Learn: Security Operations | πͺπΈ Spanish | Learning Path | 6 hrs |
| SC-200 Training | πͺπΈ Spanish | Learning Path | 8 hrs |
| SANS SOC Fundamentals | π¬π§ English | Overview | Reference |
| Microsoft Sentinel Documentation | πͺπΈ Spanish | Docs | Reference |
| Blue Team Labs Online | π¬π§ English | Practical labs | 4-6 hrs |
| Wazuh β open source SIEM/XDR | π¬π§ English | Open platform | Reference |
| Sigma β open detection rules | π¬π§ English | Rules (vendor-neutral) | Reference |
| Splunk Free / Security Onion | π¬π§ English | Alternative SIEM | Reference |
Daily Planβ
| Day | Topic | Resource |
|---|---|---|
| Monday | SOC roles, analyst tiers | MS Learn Security Ops |
| Tuesday | SIEM/SOAR: Microsoft Sentinel | Sentinel docs + labs |
| Wednesday | Threat detection, alerts, basic KQL | MS Learn KQL |
| Thursday | Modern incident response workflow | Blue Team Labs |
| Friday | AI in SOC: detection automation | Research AI tools |
Connection to Forensicsβ
| Your Experience | Modern Evolution |
|---|---|
| Post-mortem analysis | Real-time detection with SIEM |
| Evidence recovery | Digital forensics in cloud |
| Chain of custody | Automated evidence collection |
| Investigation reports | Incident response playbooks |
Week 10: Threat Modelingβ
Objectiveβ
Model threats for modern systems, including AI systems.
Main Resourcesβ
| Resource | Language | Type | Duration |
|---|---|---|---|
| Microsoft Threat Modeling Tool | πͺπΈ Spanish | Tool + docs | 4 hrs |
| STRIDE Methodology | πͺπΈ Spanish | Framework | 2 hrs |
| OWASP Threat Modeling | π¬π§ English | Guide | 3 hrs |
| AI/ML Threat Modeling (MITRE ATLAS) | π¬π§ English | Framework | 4 hrs |
| Threat Modeling Manifesto | π¬π§ English | Principles | 1 hr |
Daily Planβ
| Day | Topic | Practice |
|---|---|---|
| Monday | STRIDE framework | Model a traditional web app |
| Tuesday | Attack Trees | Diagram attack vectors |
| Wednesday | MITRE ATT&CK basics | Map techniques to defenses |
| Thursday | MITRE ATLAS (AI threats) | AI-specific threats |
| Friday | Project | Complete threat model |
π¨ Project: Threat Model for Corporate AI Chatbotβ
Model threats for an enterprise AI chatbot:
STRIDE threats applied to AI:
- Spoofing: User impersonation in chat
- Tampering: Prompt injection, data poisoning
- Repudiation: Lack of audit trail in conversations
- Information Disclosure: Confidential data leakage
- Denial of Service: Model abuse, token exhaustion
- Elevation of Privilege: Model jailbreak
Deliverable:
- Threat diagram (draw.io or similar)
- Document with proposed mitigations
- Mapping to MITRE ATLAS
- GitHub repository
π Secure code review for AI-generated code and agentsβ
AI coding assistants (Copilot, ChatGPT, Claude) can reproduce classic, well-documented vulnerability classes because they were trained on code that contains them. Reviewing AI-generated code for these is now a core AppSec skill β the ability to be the human control gate, not just the prompt author.
| Vulnerability | CWE | OWASP Top 10:2025 category | Free detection tool |
|---|---|---|---|
| SQL Injection | CWE-89 | A05:2025 β Injection | Semgrep (p/owasp-top-ten) |
| Cross-Site Scripting (XSS) | CWE-79 | A05:2025 β Injection | Semgrep (p/owasp-top-ten) |
| Path Traversal | CWE-22 | A01:2025 β Broken Access Control | Semgrep (p/security-audit) |
| Auth Bypass | CWE-287 / CWE-306 | A07:2025 β Authentication Failures | Semgrep (p/security-audit) + OWASP ASVS checklist |
| Secrets in Code | CWE-798 | A02:2025 β Security Misconfiguration | Gitleaks |
| SSRF | CWE-918 | A01:2025 β Broken Access Control | Semgrep (p/security-audit) |
Also see MITRE CWE Top 25 Most Dangerous Software Weaknesses for the broader, annually-updated list these 6 classes come from. GitHub CodeQL (free for public/open-source repos) and Copilot Autofix are strong complementary/vendor options once you have budget or a GitHub Advanced Security license.
Practice this hands-on in Challenge 5 β Secure Code Review for AI-Generated Code, part of the parallel Challenge Track.
Week 11: Identity and Zero Trustβ
Objectiveβ
Master the fundamentals of modern identity and Zero Trust architecture.
Main Resourcesβ
| Resource | Language | Type | Duration |
|---|---|---|---|
| Microsoft Zero Trust Guidance | πͺπΈ Spanish | Framework | 4 hrs |
| Microsoft Entra ID Documentation | πͺπΈ Spanish | Docs | 6 hrs |
| NIST Zero Trust Architecture (SP 800-207) | π¬π§ English | Standard | 3 hrs |
| Microsoft Learn: Identity & Access | πͺπΈ Spanish | Learning Path | 4 hrs |
Daily Planβ
| Day | Topic | Practice |
|---|---|---|
| Monday | Zero Trust principles: Never trust, always verify | MS Zero Trust docs |
| Tuesday | MFA, Conditional Access policies | Entra ID labs |
| Wednesday | Identity governance, privileged access | PIM, access reviews |
| Thursday | Zero Trust for AI systems | How to apply ZT to AI workloads |
| Friday | Zero Trust assessment | Evaluate enterprise scenario |
π¨ Project: Zero Trust Assessment for Fictional Organizationβ
Create a Zero Trust assessment that includes:
- Current-state evaluation (score 1-5 by pillar)
- Identified gaps
- Implementation roadmap
- Quick wins vs. long-term improvements
- Special considerations for AI/ML workloads
Evaluated pillars:
- Identity
- Endpoints
- Applications
- Data
- Infrastructure
- Network
Week 12: SC-900 Preparation and Certificationβ
Objectiveβ
Consolidate knowledge and earn the SC-900 certification.
Main Resourcesβ
| Resource | Language | Type | Duration |
|---|---|---|---|
| Microsoft Learn: SC-900 | πͺπΈ Spanish | Learning Path | 8 hrs |
| SC-900 Study Guide | πͺπΈ Spanish | Official guide | Reference |
| John Savill's Technical Training (YouTube) | π¬π§ English | Video (study cram) | 2 hrs |
| Official SC-900 Practice Assessment (free) | πͺπΈ Spanish | Free official practice | 2 hrs |
Daily Planβ
| Day | SC-900 Module | Topic |
|---|---|---|
| Monday | Module 1 | Security, compliance, and identity concepts |
| Tuesday | Module 2 | Microsoft Entra capabilities |
| Wednesday | Module 3 | Microsoft security solutions capabilities |
| Thursday | Module 4 | Microsoft compliance capabilities |
| Friday | Review | Practice exams |
| Saturday | Exam | SC-900 |
Certification: SC-900β
- Cost: $99 USD
- Exam language: Available in Spanish
- Format: 40-60 questions, 45 minutes
- Passing score: 700/1000
- Domains:
- Security, compliance, and identity concepts (10-15%)
- Microsoft Entra capabilities (25-30%)
- Microsoft security solutions capabilities (25-30%)
- Microsoft compliance solutions capabilities (25-30%)
SC-900 is an excellent entry point (low cost, available in Spanish), but it is not mandatory. If your target employer is not Microsoft-centric, consider ISC2 CC (free exam through the "1M Certified in Cybersecurity" program) or CompTIA Security+ as vendor-neutral security credentials. For the AI security angle specifically, your differentiator is the artifacts from the AI Security Challenge Track + command of OWASP LLM Top 10, MITRE ATLAS, and NIST AI RMF.
π Phase 3 Checklistβ
- SOC operations understood
- Basic KQL functional
- Threat model for AI system completed
- MITRE ATLAS explored
- Zero Trust principles mastered
- Zero Trust assessment created
- SC-900 Learning Path completed
- SC-900 certification earned
- Portfolio updated with security projects
π Resume Valueβ
After this phase:
"Cybersecurity professional with AZ-900 and SC-900 certifications, experience in threat modeling for AI systems (STRIDE + MITRE ATLAS), Zero Trust architecture implementation, and modern SOC operations with Microsoft Sentinel."