Complete the sentence to identify a common cyber threat.
A cyber attack that tricks users into revealing personal information is called [1].Phishing is a cyber threat where attackers pretend to be trustworthy entities to steal sensitive data like passwords or credit card numbers.
Complete the sentence to name a type of malicious software.
Software designed to damage or disrupt computers is called [1].
Malware is any software created to harm or exploit computers and networks.
Fix the error by choosing the correct term for software that locks files until a ransom is paid.
The cyber threat called [1] encrypts files and demands payment to unlock them.
Ransomware locks or encrypts files and asks victims to pay money to regain access.
Fill both blanks to complete the description of a cyber threat that secretly collects user data.
A type of malware called [1] is used to secretly [2] user information without permission.
Spyware is malware that secretly collects data from users without their knowledge.
Fill both blanks to complete the dictionary comprehension describing a cyber threat that spreads by copying itself.
threats = [2]: [1] for [3] in ['worm', 'trojan', 'virus'] if 'w' in [3]
This dictionary comprehension creates a dictionary where keys are threat names containing 'w' and values describe them as 'self-replicating'.