CPTS 439
Cybersecurity of Critical Infrastructure Systems, Spring 2024
Overview
This course explores the principles, techniques, and challenges of securing safety-critical cyber-physical systems. Students will gain a deep understanding of the vulnerabilities and threats in these systems and learn how to design and implement security measures. Example domains that we will study include the security of industrial control systems, automotive systems, smart grids, time-critical systems, and commodity Internet-of-things (IoT).
Instructor: Monowar Hasan
Email: monowar.hasan@wsu.edu
Class time: Monday, Wednesday, Friday 1:10-2:00 PM
Class Location: Pullman Campus, Sloan 7
Office Hours (EME B53): Monday, Wednesday 2:30-3:30 PM or by appointment
Important: To better prepare yourself for office hours, read carefully the excellent guides from Gabriel Parmer:
Course Syllabus
The course syllabus is available here.
Textbook
The course uses materials from state-of-the-art cyber-physical and IoT security literature. In-class discussions and lecture slides will be sufficient to understand the basic concepts. No textbook is required.
Schedule and Class Materials
Note: The lectures and code files are hosted on the WSU OneDrive cloud. You need WSU credentials to access the materials. If you are from outside WSU and want to use these materials, please email Prof. Hasan at monowar.hasan@wsu.edu.
Reading Assignments
There will be three reading assignments: Week 2, Week 10, and Week 13. Grading for reading assignments will be based on submission or non-submission: total points for attempted assignments with reasonable answers will be awarded, while unattempted tasks will receive no points.
Term Project
Students will engage in a semester-long project related to critical infrastructure security. A team of a maximum of two students is acceptable. The students will submit an end-of-semester report and a recorded presentation (time limit: 10 minutes). The term project could be one of the following types:
Survey: Students will survey the related research fields. The survey should include a summary of at least 8 papers from top journals/conferences.
Exploration: Students will explore a new research problem related to CPS/IoT security.
Some problems of interest are as follows (NOTE: this is NOT the list you are required to choose from):
Integrating security monitoring/cryptographic primitives in CPS
Using trusted computing time-critical CPS
Lightweight and privacy-preserving machine learning models for autonomous systems
Review of TEE-related (TrustZone/SGX) security vulnerabilities for the CPS applications
Investigating covert/side-channels in real-time/CPS/SCADA applications
Project Deliverables:
Project proposal: The term project proposal with a timeline (max two pages) must be submitted and approved by the instructor by the end of Week 4.
Mid-semester update: A progress report (max three pages) of the project is due by Week 10.
Final submission: The final project, all related code/data, and a recorded talk (maximum 10 minutes) are due by the exam week. Use the IEEE conference format template for your report. Reports can be up to 6 pages, excluding references (and appendices, if any). The final project is due by Week 15.
Exams
There will be two exams on Week 7 and Week 17 (Finals Week). Details will be announced on Canvas/Class.
Programming Assignments
We will have four programming assignments in this course. The assignments must be completed individually.
Assignment 1: CPS Security Warm-Up -- Analyzing a Firmware Image
Assignment 2: Attacking a Cyber-Physical Plant
Assignment 3: Hacking an Automotive System (Controller Area Network)
Assignment 4: UAV Autopilot Controller Security
Notes:
You will need access to a Linux machine (or VM) to complete the labs.
For Windows systems, WSL is not recommended. You must install a standalone VM image.
Due to the incompatibility of newer M-series (ARM) Mac computers, it is recommended to use X86-based Windows/Linux machines (or older Intel-based Macs) to create the VM images.
For those with M-series Macs (or if you can't use your laptop), we will provide compatible systems (located in EME labs). However, no remote access is available -- you must be physically present in the lab to use those machines.
Programming Assignment Submission
We will use GitHub Classroom to deliver programming assignments. To learn more about the GitHub workflow, see GitHub Quickstart.
Are You Using GitHub for the first time on your machine?
If you are using GitHub for the first time on your development machine, you need to authenticate your account — one way to do this is by using GitHub CLI. Install GitHub CLI using the instructions given here. Then run the following command and follow the prompts to authenticate your system: gh auth login
.
Submission Workflow
For each lab, you will find a GitHub Classroom link on Canvas. Once you click the link and log into your GitHub account, find your name in the student list and click it to accept the assignment. Please double-check your name and email address before accepting the assignment. If you accidentally choose another student's name, please contact the instructor.
A repo named
wsu-cpts439-term/paX-name
will be automatically created for you and hosted on GitHub with the starter code.You can then "clone" your repository onto your development machine. You will complete assignments on your development computer and then "push" your work to the GitHub-hosted remote repository for us to grade.
Final submission:
Copy the URL of your GitHub repository on the corresponding assignment section on Canvas.
For any questions on setting up GitHub, please reach out to the instructor.
Got stuck? Questions about anything? Feel free to contact the instructor on Teams (preferred) or via email: monowar.hasan@wsu.edu!
Last updated