SEC: 1.4 NETWORK SECURITY

The Security Bootcamp

An independent mission to master the threats and defenses of computer systems for your J277 GCSE Exam.

The Enemy: Network Threats

1.4.1

🦠
Malware

An umbrella term for "Malicious Software". Designed to damage, disrupt, or gain unauthorized access to a computer system.

// Examples: Viruses, Worms, Trojans, Ransomware, Spyware.

🎭
Social Engineering

Manipulating people into giving away sensitive info. Phishing is the key exam term (fake emails to harvest data).

People are the 'weak point'!

🔨
Brute Force

Trial and error! Using automated software to try every possible password combination until it cracks the account.

🌊
Denial of Service (DoS)

Flooding a server with useless traffic until it crashes or becomes unavailable to legitimate users.

📡
Data Interception

Passive monitoring of network traffic to capture packets. Often uses "packet sniffers" on unencrypted networks.

💉
SQL Injection

Entering malicious code into input fields (like login boxes) to manipulate the backend database.

The Shield: Prevention

1.4.2
Penetration Testing

Authorized ethical hacking to find and report vulnerabilities before they are exploited.

Firewalls

Monitors traffic at the network boundary. Blocks unauthorized data based on predefined rules.

User Access Levels

Restricts file access based on job role. Limits damage if one account is compromised.

Anti-Malware

Scans for known malware 'signatures'. Quarantines or deletes suspicious files.

2FA / MFA

Requires a second code (e.g., to a phone). Stops access even if the password is stolen.

Physical Security

Locks, CCTV, Security Guards. Prevents people from physically stealing server hardware.

👀
Examiner's Eye: High-Grade Technique

Ready for the exam?