MIT 6.5950 Secure Hardware Design – An open-source course on hardware attacks
MIT's Secure Hardware Design course teaches hardware security through hands-on experience, including lectures, interactive recitations, and labs, focusing on real attacks and defenses, with open-source materials for educators.
Read original articleMIT's Secure Hardware Design course (6.5950/6.5951) is an open-source program focused on teaching students about hardware security, including how to attack modern CPUs and design resilient architectures. The course emphasizes hands-on experience, allowing students to engage in real-world hacking of processors while learning about various hardware attacks and defenses. The curriculum is structured around three main pillars: Think, Play, and Do. In the "Think" component, students critically analyze hardware security through lectures covering topics like microarchitectural attacks, side channels, and physical security. The "Play" aspect involves interactive recitations where students participate in Capture-the-Flag (CTF) competitions to apply their knowledge in a collaborative environment. Finally, the "Do" segment consists of labs where students implement attacks on actual hardware, ensuring practical application of theoretical concepts. The course materials are continuously updated to reflect the latest research in hardware security and are available for other educators to use, provided they attribute the source.
- MIT's Secure Hardware Design course teaches hardware security through hands-on experience.
- The curriculum includes lectures, interactive recitations, and practical labs.
- Students learn to implement real attacks on CPUs and design defenses against them.
- The course materials are open-source and can be used by other educators with proper attribution.
- The program emphasizes critical thinking and collaboration among students.
Related
From the Transistor to the Web Browser, a rough outline for a 12 week course
A GitHub course titled "From the Transistor to the Web Browser" covers topics like transistors, hardware coding, processors, compilers, operating systems, browsers, and real hardware execution. It provides a comprehensive understanding of the computer stack.
Syd the perhaps most sophisticated sandbox for Linux
A course covers security topics like Chrome vulnerabilities, Amazon's "Stuffer Concept," Rust language safety. Tools include GCC 14, BOLT, Google Closure Compiler. Emphasizes firewalls, Seccomp, eBPF, Syd sandbox, F*, CompCert, TCC compilers.
MIT: The Missing Semester of Your CS Education
The Missing Semester of Your CS Education course focuses on essential computer science skills like command line usage and version control, running from January 13 to January 30, 2020, with resources available online.
CS 253 Web Security
CS253 is a Fall 2021 course on web security, covering attacks, countermeasures, and secure coding. It includes practical projects, mandatory attendance, and a grading structure of assignments and a final exam.
Simple CPU Design
The SimpleCPU project enhances computer architecture education through hands-on CPU design using Xilinx's ISE tools, emphasizing fundamental concepts and including networking modules for practical experience with Raspberry Pi systems.
OpenTitan (RISC-V based tamper-resistant open specification RoT/TPM/SE) themselves have a neat write-up on designing against hardware attacks: https://opentitan.org/book/doc/security/implementation_guide... / mirror: https://archive.vn/UqAVo
Does it reflect university teachers getting younger? Or younger teachers tend to give more effort to putting everything online? Or did my perception change with age?
Good times!
Related
From the Transistor to the Web Browser, a rough outline for a 12 week course
A GitHub course titled "From the Transistor to the Web Browser" covers topics like transistors, hardware coding, processors, compilers, operating systems, browsers, and real hardware execution. It provides a comprehensive understanding of the computer stack.
Syd the perhaps most sophisticated sandbox for Linux
A course covers security topics like Chrome vulnerabilities, Amazon's "Stuffer Concept," Rust language safety. Tools include GCC 14, BOLT, Google Closure Compiler. Emphasizes firewalls, Seccomp, eBPF, Syd sandbox, F*, CompCert, TCC compilers.
MIT: The Missing Semester of Your CS Education
The Missing Semester of Your CS Education course focuses on essential computer science skills like command line usage and version control, running from January 13 to January 30, 2020, with resources available online.
CS 253 Web Security
CS253 is a Fall 2021 course on web security, covering attacks, countermeasures, and secure coding. It includes practical projects, mandatory attendance, and a grading structure of assignments and a final exam.
Simple CPU Design
The SimpleCPU project enhances computer architecture education through hands-on CPU design using Xilinx's ISE tools, emphasizing fundamental concepts and including networking modules for practical experience with Raspberry Pi systems.