AI in Cybersecurity Education

Faculty Development Summer Institute 2026

Applying ML to Cybersecurity Problems

[slides]

This session moves from machine-learning foundations into security-first decision making. Participants look at where classification and related AI techniques fit cybersecurity work such as intrusion detection, phishing detection, malware classification, SOC triage, and threat intelligence, then carry those ideas into metrics, limitations, and teaching translation. Two running examples thread through the morning: a phishing classifier in a SOC and an LLM/RAG alert-summary assistant.

By the end of the session, participants should be able to judge whether a security task is a good fit for ML, explain why metrics such as precision and recall are real security tradeoffs rather than just model scores, and turn these ideas into classroom material.

Learning Objectives

What the Session Covers

Teaching Translations

Afternoon Activity

The afternoon is a standalone, student-facing intrusion-detection lab: a Colab classifier over a synthetic network-flow dataset that compares several models and evaluates them with a train/validation split, cross-validation, and a private real-data competition set. Participants review the lab as an exemplar, then sketch a similar AI/ML security lab for their own course. See the Security Classifier Lab Design Studio.