Cyber Threats and How Systems Defend
The usual ways systems are attacked, from tricking a person into handing over a password to feeding a program input it trusted too far, and the defence that answers each one.
What a learner can do afterwards
- Match a threat to the defence that actually addresses it
- Explain why people are attacked more often than the code is
- Say what makes a password hard to guess, and why reusing one is the bigger risk
1 · Read
Breaking strong code is hard, but tricking a person is often easy. That trick has a name: social engineering. An attacker pretends to be family, a friend, or the company itself, then asks you to hand over a password or a reset code. Your habit beats their script: never share a password or code with anyone, even when they sound urgent. A person who is truly locked out should use the official recovery process, not your code.
A stranger is quietly using your Wi-Fi through a weak password that was shared too widely. Antivirus software will not remove them, because the weak spot is the password itself. Change the Wi-Fi password to something long and random, then join only the devices you trust. Make it unique: reusing a password means one leak can unlock everything you own.
A stolen phone is a threat no code can stop: someone walks off with your logged-in accounts. The matching defence is remote lock and erase through the account signed in on the phone. From another device you can lock it, show a message, or wipe it clean. This shield holds only while that account password stays strong, since a thief who guesses it can simply switch the protection off.
Make each password long, random, and unique. Skip birthdays and plain words, and never reuse a password from another account. A password manager lets you keep a different strong password everywhere while remembering only one master password. Add two-factor authentication, a second check such as a code on your phone, so a stolen password alone still fails.
Match each threat to its own defence, guard the person as well as the code, and keep every password long and unique.
2 · Watch
Take it off screen
Where it sits
8 questions wait behind this lesson, each with its answer explained. Every answer feeds the sky: stars light as they are learned, and dim when it is time to come back.