COC213 - Cyber Security Complete Revision Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/32

flashcard set

Earn XP

Description and Tags

Comprehensive practice flashcards covering all major topics from the COC213 Cyber Security lecture notes including technical concepts, human factors, risk management, threat modelling, and cyber warfare.

Last updated 5:55 PM on 5/31/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

33 Terms

1
New cards

How is Cyber security defined in the COC213 notes?

Cyber security is the state or process of protecting and recovering networks, devices, and programs from any type of cyber attack.

2
New cards

According to the Securitisation Framework (Buzan et al., 1998), what is a 'Referent Object'?

The thing being protected, such as a person, organisation, or state.

3
New cards

What are the common software endpoints (ports) for HTTP, SSH, and HTTPS?

HTTP maps to port 8080, SSH to port 2222, and HTTPS to port 443443.

4
New cards

What are the meanings of the HTTP response code ranges 2xx, 4xx, and 5xx?

2xx represents Success (e.g., 200 OK), 4xx represents Client Error (e.g., 404 Not Found), and 5xx represents Server Error (e.g., 500 Internal Server Error).

5
New cards

What is the key difference between a threat and a vulnerability?

A threat is a potential event that could cause harm (like a hacker or malware), while a vulnerability is a weakness that the threat can exploit (like unpatched software).

6
New cards

Define the three pillars of the CIA Triad.

Confidentiality (information accessible only to authorised individuals), Integrity (data remains accurate and unaltered), and Availability (systems and data are accessible when needed).

7
New cards

What was the significance of the Morris Worm (1988)?

It was the first major internet worm; it exploited Unix vulnerabilities and infected approximately 6,0006,000 machines, which was roughly 10%10\% of the internet at the time.

8
New cards

What occurred during the 2021 Florida Water System attack?

An attempt was made to poison the water supply by remotely increasing sodium hydroxide levels.

9
New cards

What according to the World Economic Forum (2022) is the percentage of cyber security issues traced to human error?

95%95\%.

10
New cards

Name and define the five usability factors identified by Nielsen.

Learnability (ease of first tasks), Efficiency (speed for experienced users), Memorability (ease of re-establishing proficiency), Errors (severity and recovery), and Satisfaction (pleasantness of use).

11
New cards

Explain the Security-Usability-Functionality Triangle.

It is a trade-off where you cannot maximise all three simultaneously; increasing security often decreases usability, and increasing functionality increases the attack surface.

12
New cards

What are the three factors of authentication?

Something you know (Knowledge, e.g., passwords), something you have (Possession, e.g., smartcard), and something you are (Inherence, e.g., fingerprint).

13
New cards

What is the difference between Salting and Peppering in password hashing?

Salting adds a random string unique to each user before hashing, while Peppering adds a global secret stored separately from the database.

14
New cards

Compare System 1 and System 2 thinking as described by Kahneman.

System 1 is fast, automatic, and emotional (often targeted by social engineers), while System 2 is slow, analytical, and requires conscious effort.

15
New cards

What is the general formula for Cyber Risk?

Risk=Likelihood×Impact\text{Risk} = \text{Likelihood} \times \text{Impact}.

16
New cards

What are the four risk treatment options?

Mitigate (reduce likelihood/impact), Transfer (shift risk to another party), Avoid (remove the risky activity), and Accept (acknowledge and tolerate the risk).

17
New cards

Explain the RACI responsibility chain in risk governance.

R = Responsible (does the work), A = Accountable (owns the decision), C = Consulted (provides input), and I = Informed (kept up to date).

18
New cards

Define 'Risk' according to the FAIR (Factor Analysis of Information Risk) framework.

Risk=the probable frequency and probable magnitude of future loss\text{Risk} = \text{the probable frequency and probable magnitude of future loss}.

19
New cards

What are the four core questions of Threat Modelling?

  1. What are we building? 2. What can go wrong? 3. What are we going to do about it? 4. Did we do a good job?
20
New cards

List the categories of the STRIDE framework and the security property each violates.

Spoofing (Authentication), Tampering (Integrity), Repudiation (Non-repudiation), Information Disclosure (Confidentiality), Denial of Service (Availability), and Elevation of Privilege (Authorisation).

21
New cards

What are the seven stages of the Cyber Kill Chain developed by Lockheed Martin?

  1. Reconnaissance, 2. Weaponisation, 3. Delivery, 4. Exploitation, 5. Installation, 6. Command & Control, 7. Actions on Objectives.
22
New cards

What is the 'Online Disinhibition Effect' (Suler, 2004)?

The reduction of restraint individuals feel online due to anonymity and a lack of face-to-face cues, leading to oversharing or risk-taking.

23
New cards

Define Prebunking in the context of misinformation.

Derived from Inoculation Theory, it involves inoculating people against misinformation by exposing them to weakened versions of it before they encounter the actual false information.

24
New cards

What was the significance of the Stanley Mark Rifkin case (1978)?

He social-engineered $10.2million\$10.2\,million from Security Pacific National Bank using insider knowledge of procedures without any technical hacking.

25
New cards

Describe the difference between Phishing, Spear Phishing, and Whaling.

Phishing is mass fraudulent email; Spear Phishing is targeted at specific individuals; Whaling is highly targeted at C-suite executives.

26
New cards

What are the three properties of the Bell-LaPadula Model (Confidentiality)?

Simple Security Property (No Read Up), Star Property (No Write Down), and Discretionary Security Property (Property owner can transfer rights).

27
New cards

What are the three properties of the Biba Model (Integrity)?

Simple Integrity Property (No Read Down), Star Integrity Property (No Write Up), and Invocation Property (No Execute Up).

28
New cards

What are the four necessary conditions for Deadlock to occur?

Mutual Exclusion, Hold and Wait, No Pre-emption, and Circular Wait.

29
New cards

What are the five stages of the Intelligence Cycle used in OSINT?

Direction, Collection, Processing, Analysis, and Dissemination.

30
New cards

What are the primary differences between Symmetric and Asymmetric encryption?

Symmetric uses the same key for encryption and decryption (e.g., AES); Asymmetric uses a Public key for encryption and a Private key for decryption (e.g., RSA).

31
New cards

What are the seven principles of GDPR?

  1. Lawfulness, fairness, and transparency; 2. Purpose limitation; 3. Data minimisation; 4. Accuracy; 5. Storage limitation; 6. Integrity and confidentiality (security); 7. Accountability.
32
New cards

Define Stuxnet (2010).

A state-sponsored malware targeting Iranian nuclear centrifuges; it was the first known cyber-physical weapon to cause real-world physical destruction.

33
New cards

What is a 'Transduction Attack'?

An attack that manipulates sensors or physical inputs (e.g., using sound waves to affect accelerometers) rather than exploiting software vulnerabilities.