Understanding the mechanics and purpose of automated network attacks.
Open your master Google Doc. Read the 4 definitions below and write down which specific type of malware they describe.
To understand the mechanics and purpose of automated, technical attacks that target system vulnerabilities rather than human error.
Using automated software to systematically try every single possible password combination until access is gained.
Flooding a server with an overwhelming number of data requests, using up all bandwidth so legitimate users are denied access.
Real users get blocked out.
Also known as 'packet sniffing'. Intercepting data packets as they are transmitted across a network (e.g., over public Wi-Fi).
Entering malicious database commands into a website's input form to manipulate the backend database, bypassing passwords or deleting data.
Username:
Tricks the database into thinking the login is always True.
Unlike social engineering which targets human gullibility, technical attacks exploit the mathematical or architectural weaknesses of the system itself.
Imagine a small corner shop that can only hold 10 customers at a time.
This is exactly what a Denial of Service attack does to a web server using fake data requests.
Websites use databases (controlled by SQL code) to check if your password is correct.
If a hacker types ' OR 1=1 -- into the username box, it rewrites the database's internal logic. Because 1 always equals 1, the database gets confused and logs them in without a password!
A brute-force script tries every possible combination of characters. Type a password below to see the mathematical reality of password complexity.
Time to Crack
0.00s
Total Combinations
0
Character Pool Size
0 characters
Task: Experiment with adding numbers, capital letters, and symbols. Write down in your Google Doc the shortest password you can create that takes over 100 years to crack.
In your Google Doc, answer the following OCR exam question.
Identify what is meant by a SQL injection and explain how it can compromise a database. (3 Marks)
To finish the lesson, return to your master Google Doc. Copy and paste the 4 keywords below, and highlight them using the RAG (Red, Amber, Green) system to show your confidence level.