| Measure | How it works | What it protects against |
|---|---|---|
| Firewall | Monitors and filters incoming/outgoing network traffic based on rules; blocks suspicious packets | Unauthorised access, malware connections, port scanning |
| Antivirus / Anti-malware | Scans files for known malware signatures; monitors for suspicious behaviour; quarantines threats | Viruses, worms, trojans, ransomware, spyware |
| Encryption | Transforms data into unreadable ciphertext using an algorithm and key; only decrypted with the correct key | Eavesdropping, data theft in transit or storage |
| Authentication | Verifies identity before granting access — passwords, biometrics, two-factor authentication (2FA) | Unauthorised access to accounts and systems |
| Access control | Restricts what different users can see/do — user permissions and roles | Insider threats, accidental data exposure |
| Penetration testing | Authorised security experts attempt to break into a system to find vulnerabilities before attackers do | Identifies weaknesses proactively |
| Software updates / patches | Fixes known security vulnerabilities in software and operating systems | Exploitation of known vulnerabilities (e.g. EternalBlue used in WannaCry) |
| Backups | Regular copies of data stored separately; allows recovery after ransomware or data loss | Ransomware, hardware failure, data loss |
Encryption is a fundamental security measure. Data is transformed using an algorithm:
HTTPS uses asymmetric encryption to set up a secure channel, then switches to symmetric for speed during data transfer.
2FA (also called MFA — Multi-Factor Authentication) requires two different types of authentication:
Even if a password is stolen via phishing, 2FA prevents unauthorised access because the attacker doesn't have the second factor.
Software vulnerabilities are constantly being discovered. Manufacturers release patches (software updates) to fix these vulnerabilities. If users don't apply updates, attackers can exploit known vulnerabilities. The WannaCry ransomware exploit (EternalBlue) targeted a Windows vulnerability that had already been patched — organisations that hadn't updated were hit.
8 questions
| Term | Definition |
|---|
10 minutes · Exam-style