Cyber security

CCC : Cyberspace Under Siege – Understanding Crime, Espionage, And Conflict

This is a short graduate course providing an introduction to the areas of crime, espionage and conflicts in cyberspace. The material is used for the “Cybercrime, Cyberespionage, and Cyberwar” course currently taught in the Master in Cybersecurity at UC3M.

The course provides a gentle, not very technical introduction to several contemporary security and privacy topics, including

  • some bits of history,
  • opponents and the current cyberthreat landscape,
  • the underground economy of cybercrime,
  • vulnerabilities, exploits and their markets, and
  • privacy and surveillance –including commercial surveillance–, and
  • state-sponsored cyberoperations.

The main goal of the course is to provide students who approach cybersecurity with little-to-none previous backgound with a socio-techno-economic perspective of current security and privacy phenomena in the Internet, how we got here, and what might be done about it.

The treatment of some topis might be too superficial for some audiences and a few key topics are certainly missing, but this is a short (6 weeks) course and there is no room for more.

The material can be extended with some extra effort to make up for these limitations.

Contents Of This Repository

For each topic (see the syllabus below), this repository contains a contents file providing:

  • a description of the contents covered in the topic,
  • a list of core readings,
  • a list of questions, problems, and learning activities, and
  • a list of supplementary readings for those who want to go a bit deeper into the subject.

There is also a set of slides used in class during the lectures.

Class recordings are not available yet.

Syllabus

Schedule And Assessment

The course is designed to be taught over a 6-week term, with two 1.5-hour sessions per week.

Each module is covered in one week, plus time off class for self-study and work on assignments.

The last week is used to review contents and explore other topics and directions from here.

The assessment activitites include:

  • Two quizzes spaced throughout the term (weeks 3 and 6). All quizzes are closed book and closed notes. Access to the Internet via any device is not allowed. Grading: 20% each.
  • A workbook handed in the last day with solutions to 4 activities chosen from those available across all modules. Grading: 40%
WeekModuleAssessment activitities
1Hostilities in Cyberspace
2Cybercrime and its Underground Economy (I)
3Cybercrime and its Underground Economy (II)Quizz 1 (Modules 1 and 2)
4Vulnerabilities, Exploits, and their Market
5Privacy and Surveillance
6Course Wrap UpQuizz 2 (Modules 3 and 4)
Workbook
Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

Comments in Bash Scripts

What Are Bash Comments? In Bash scripting, comments are notes in your code that the…

2 hours ago

Shebang (#!) in Bash Script

When you write a Bash script in Linux, you want it to run correctly every…

22 hours ago

Bash String Concatenation – Bash Scripting

Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…

1 day ago

Learn Bash Scripting: How to Create and Run Shell Scripts for Beginners

What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…

2 days ago

Bash if…else Statement – Bash Scripting

When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…

2 days ago

Bash Functions Explained: Syntax, Examples, and Best Practices

Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…

4 days ago