Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a course under Security #165

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,10 @@ and anti-analysis techniques.
- [Lectures Notes](https://github.com/RPISEC/Malware/tree/master/Lectures)
- [Labs](https://github.com/RPISEC/Malware/tree/master/Labs)
- [Projects](https://github.com/RPISEC/Malware/tree/master/Projects)
- [ECE 404](https://engineering.purdue.edu/ece404/) **Introduction to Computer Security** *Purdue University* <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4dd.png" width="20" height="20" alt="Lecture Notes" title="Lecture Notes" /><img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4bb.png" width="20" height="20" alt="Assignments" title="Assignments" />
- Taught by [Avinash Kak](https://engineering.purdue.edu/kak/). [Here is professor's wikipedia entry](https://en.wikipedia.org/wiki/Avinash_Kak).
- The goal of this course: To provide a balanced introduction to both cryptography and the systems-oriented issues. The systems-oriented issues we will cover in this course include Denial-of-Service attacks, DNS Cache Poisoning attacks, Buffer Overflow attacks, Dictionary attacks, attacks with viruses, worms, and Trojans, etc. This couse has awesome keeping-updating and easy-understanding course notes which are best fit for security beginner. Its assignments contain some practical programming works and each one with well-written code using Python and Perl.
- [Notes and assignments](https://engineering.purdue.edu/kak/compsec/Lectures.html)
- [EECS 588](https://www.eecs.umich.edu/courses/eecs588/) **Computer & Network Security** *University of Michigan* <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4dd.png" width="20" height="20" alt="Lecture Notes" title="Lecture Notes" /> <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4da.png" width="20" height="20" alt="Readings" title="Readings" />
- Taught by [J. Alex Halderman](https://jhalderm.com/) who has analyzed the security of Electronic Voting Machines in the [US](https://jhalderm.com/pub/papers/dcvoting-fc12.pdf) and [over](https://jhalderm.com/pub/papers/ivoting-ccs14.pdf) [seas](https://jhalderm.com/pub/papers/evm-ccs10.pdf).
- This intensive research seminar covers foundational work and current topics in computer systems security.
Expand Down