Skip to main content

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).

Vendor-neutral by design

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.

πŸ§ͺ Apply what you learn: AI Security Challenge Track

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​

ResourceLanguageTypeDuration
Microsoft Learn: Security OperationsπŸ‡ͺπŸ‡Έ SpanishLearning Path6 hrs
SC-200 TrainingπŸ‡ͺπŸ‡Έ SpanishLearning Path8 hrs
SANS SOC FundamentalsπŸ‡¬πŸ‡§ EnglishOverviewReference
Microsoft Sentinel DocumentationπŸ‡ͺπŸ‡Έ SpanishDocsReference
Blue Team Labs OnlineπŸ‡¬πŸ‡§ EnglishPractical labs4-6 hrs
Wazuh β€” open source SIEM/XDRπŸ‡¬πŸ‡§ EnglishOpen platformReference
Sigma β€” open detection rulesπŸ‡¬πŸ‡§ EnglishRules (vendor-neutral)Reference
Splunk Free / Security OnionπŸ‡¬πŸ‡§ EnglishAlternative SIEMReference

Daily Plan​

DayTopicResource
MondaySOC roles, analyst tiersMS Learn Security Ops
TuesdaySIEM/SOAR: Microsoft SentinelSentinel docs + labs
WednesdayThreat detection, alerts, basic KQLMS Learn KQL
ThursdayModern incident response workflowBlue Team Labs
FridayAI in SOC: detection automationResearch AI tools

Connection to Forensics​

Your ExperienceModern Evolution
Post-mortem analysisReal-time detection with SIEM
Evidence recoveryDigital forensics in cloud
Chain of custodyAutomated evidence collection
Investigation reportsIncident response playbooks

Week 10: Threat Modeling​

Objective​

Model threats for modern systems, including AI systems.

Main Resources​

ResourceLanguageTypeDuration
Microsoft Threat Modeling ToolπŸ‡ͺπŸ‡Έ SpanishTool + docs4 hrs
STRIDE MethodologyπŸ‡ͺπŸ‡Έ SpanishFramework2 hrs
OWASP Threat ModelingπŸ‡¬πŸ‡§ EnglishGuide3 hrs
AI/ML Threat Modeling (MITRE ATLAS)πŸ‡¬πŸ‡§ EnglishFramework4 hrs
Threat Modeling ManifestoπŸ‡¬πŸ‡§ EnglishPrinciples1 hr

Daily Plan​

DayTopicPractice
MondaySTRIDE frameworkModel a traditional web app
TuesdayAttack TreesDiagram attack vectors
WednesdayMITRE ATT&CK basicsMap techniques to defenses
ThursdayMITRE ATLAS (AI threats)AI-specific threats
FridayProjectComplete 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.

VulnerabilityCWEOWASP Top 10:2025 categoryFree detection tool
SQL InjectionCWE-89A05:2025 – InjectionSemgrep (p/owasp-top-ten)
Cross-Site Scripting (XSS)CWE-79A05:2025 – InjectionSemgrep (p/owasp-top-ten)
Path TraversalCWE-22A01:2025 – Broken Access ControlSemgrep (p/security-audit)
Auth BypassCWE-287 / CWE-306A07:2025 – Authentication FailuresSemgrep (p/security-audit) + OWASP ASVS checklist
Secrets in CodeCWE-798A02:2025 – Security MisconfigurationGitleaks
SSRFCWE-918A01:2025 – Broken Access ControlSemgrep (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​

ResourceLanguageTypeDuration
Microsoft Zero Trust GuidanceπŸ‡ͺπŸ‡Έ SpanishFramework4 hrs
Microsoft Entra ID DocumentationπŸ‡ͺπŸ‡Έ SpanishDocs6 hrs
NIST Zero Trust Architecture (SP 800-207)πŸ‡¬πŸ‡§ EnglishStandard3 hrs
Microsoft Learn: Identity & AccessπŸ‡ͺπŸ‡Έ SpanishLearning Path4 hrs

Daily Plan​

DayTopicPractice
MondayZero Trust principles: Never trust, always verifyMS Zero Trust docs
TuesdayMFA, Conditional Access policiesEntra ID labs
WednesdayIdentity governance, privileged accessPIM, access reviews
ThursdayZero Trust for AI systemsHow to apply ZT to AI workloads
FridayZero Trust assessmentEvaluate 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:

  1. Identity
  2. Endpoints
  3. Applications
  4. Data
  5. Infrastructure
  6. Network

Week 12: SC-900 Preparation and Certification​

Objective​

Consolidate knowledge and earn the SC-900 certification.

Main Resources​

ResourceLanguageTypeDuration
Microsoft Learn: SC-900πŸ‡ͺπŸ‡Έ SpanishLearning Path8 hrs
SC-900 Study GuideπŸ‡ͺπŸ‡Έ SpanishOfficial guideReference
John Savill's Technical Training (YouTube)πŸ‡¬πŸ‡§ EnglishVideo (study cram)2 hrs
Official SC-900 Practice Assessment (free)πŸ‡ͺπŸ‡Έ SpanishFree official practice2 hrs

Daily Plan​

DaySC-900 ModuleTopic
MondayModule 1Security, compliance, and identity concepts
TuesdayModule 2Microsoft Entra capabilities
WednesdayModule 3Microsoft security solutions capabilities
ThursdayModule 4Microsoft compliance capabilities
FridayReviewPractice exams
SaturdayExamSC-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%)
Vendor-neutral alternatives to SC-900

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."

⏭️ Next Phase​

Phase 4: AI for Business and IT β†’