What is social engineering?
Based on: AQA 8525 · 3.6.1
Section 3.6 has two halves that the exam keeps apart. One half names the threats. The other names the defences. Most lost marks come from answering one half when the question asked for the other. Read the verb in the question before you write.
What is social engineering?
Based on: AQA 8525 · 3.6.1
Which measure best defends against a brute force attack?
Based on: AQA 8525 · 3.6.2
An attacker phones an employee pretending to be from the IT helpdesk and asks for their password. What is this?
Based on: AQA 8525 · 3.6.1
An email that looks like it is from a bank asks the user to log in through a link. What is this?
Based on: AQA 8525 · 3.6.1
These are the confusions the examiners see most.
Cyber security means the processes, practices and technologies used to protect networks, computers, programs and data from attack, damage and unauthorised access. Social engineering means manipulating people into giving away information or access. It works because people, not software, are usually the weakest point. Blagging, also called pretexting, is inventing a scenario to persuade a victim to hand over information, such as pretending to be from the IT department. Phishing sends a message that looks like it comes from a trusted organisation to trick the victim into clicking a link or entering credentials on a fake site. Pharming redirects a victim to a fake website even though they typed the correct address. Shouldering is simply watching someone enter a PIN or password.
Malware is any software written to cause harm. A virus attaches itself to a file and spreads when that file is run. A worm spreads by itself across a network without needing a host file or user action. A trojan pretends to be useful software so the user installs it willingly, then does something harmful once inside. Ransomware encrypts the victim's files and demands payment for the key. Spyware records what the user does, and a keylogger records keystrokes including passwords.
A brute force attack tries every possible password until one works. Longer, more varied passwords and a limit on failed attempts make it impractical. A denial of service attack floods a server with more requests than it can handle so that genuine users cannot get through. It stops the service and steals nothing. Data interception and theft means capturing data as it travels across a network, for example on an open wireless network, and encryption is the defence. SQL injection means typing SQL into an input box so that it is executed by the database, letting an attacker read or destroy data. It works when input is not validated or the query is built by pasting user text into it.
Penetration testing means deliberately attacking your own system, with permission, to find weaknesses before a real attacker does. A firewall inspects traffic entering and leaving a network and blocks anything that does not meet the rules. User access levels give each person only the rights they need, so a compromised ordinary account cannot reach everything. Strong passwords, changed regularly and never reused, plus two factor authentication, defeat most casual attacks. Anti-malware software detects and removes known malware. Encryption protects data even if it is stolen, because without the key the file is unreadable.
Locked server rooms, cable locks, CCTV and shredding printed data all count. There is no point having a firewall if someone can walk out with the server. The topic notes list physical measures alongside the technical ones, so a question that asks for several ways of protecting a system can be answered from more than one kind.
| Virus | Worm |
|---|---|
| Attaches itself to a file. | Needs no host file. |
| Spreads when that file is run, so it usually needs a user action. | Spreads by itself across a network. |
| Detected and removed by anti-malware software. | Detected and removed by anti-malware software. |
| Is one kind of malware. | Is a different kind of malware, not another name for a virus. |
Blagging invents a scenario, often in person or by phone, to persuade the victim to hand over information, such as a caller pretending to be the IT helpdesk. Phishing sends a message that looks like it comes from a trusted organisation to get the victim to click a link or enter credentials on a fake site.
No. It floods a server with more requests than it can handle so genuine users cannot get through. It stops the service. It does not take anything.
No. A firewall inspects network traffic and blocks what breaks the rules. Malware already on the machine is dealt with by anti-malware software.
Input validation and parameterised queries, so that user text is never pasted straight into a query. A strong password is not the answer to this one.
Deliberately attacking your own system, with permission, to find weaknesses before a real attacker does.
RiverMap Learning apps are independent study tools. They are not affiliated with, endorsed by, or connected to any government body or examination authority. Question content is original and based on publicly available official study materials.