From 948f79ab2cb0b0f43cce63d1c37cb2c5c0414118 Mon Sep 17 00:00:00 2001 From: AlmaO22 <99122093+AlmaO22@users.noreply.github.com> Date: Sat, 28 Jan 2023 18:33:09 -0500 Subject: [PATCH] Create Lecture1_Alma.md This is a test lecture --- docs/lectures/Lecture1_Alma.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/lectures/Lecture1_Alma.md diff --git a/docs/lectures/Lecture1_Alma.md b/docs/lectures/Lecture1_Alma.md new file mode 100644 index 0000000..60a3926 --- /dev/null +++ b/docs/lectures/Lecture1_Alma.md @@ -0,0 +1,14 @@ + Lecture 1 - Introduction to Cyber Security + +The material is subdivided in small videos. + +Please, watch the videos and go through the reading material in your own time. + +Also remember to work on the accompanying [exercises sheet](../exercises/EXERCISES1.html) + +| Video | Links | Reading Material | +|---------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| Basic Systems Security Concepts | [video](https://web.microsoftstream.com/video/74e4fcc9-49ea-4114-ae3a-d3dc26a1961b) [pdf](../slides/coms20012-week1-basic-concepts.pdf) | Book Chapter 1- Section 1.1, 1.2, 1.3. | +| The Protection of Information in Computer Systems | [video](https://web.microsoftstream.com/video/99dca0d8-339e-418b-bbf5-97acfc4c6050) [pdf](../slides/coms20012-week1-saltzer-schroeder.pdf) | Book Chapter 1- Section 1.4, 4.1, 4.3, 4.4 | +| Software Security and Assembly Programming | [video](https://web.microsoftstream.com/video/03b76804-8a64-45e8-9111-aff5f467873d) [pdf](../slides/coms20012-week1-software-security.pdf) | [Online Intel Article](https://software.intel.com/content/www/us/en/develop/articles/introduction-to-x64-assembly.html), [example c code](../code/simple_prog.c) | +