Types of Cyber Threats
📖 Scenario: You work in a small company's IT department. Your manager asks you to create a simple list of common cyber threats to help educate your coworkers about online safety.
🎯 Goal: Create a list of common cyber threats with their brief descriptions to share with your team.
📋 What You'll Learn
Create a dictionary called
cyber_threats with exactly these entries: 'Phishing', 'Malware', 'Ransomware', 'Spyware', and 'Denial of Service'.Add a variable called
threat_level and set it to 'High'.Create a new dictionary called
high_threats that includes only the threats with the threat_level of 'High'.Add a final key-value pair to
cyber_threats with the key 'Threat Level' and the value from threat_level.💡 Why This Matters
🌍 Real World
Understanding common cyber threats helps individuals and organizations protect their data and systems from attacks.
💼 Career
IT professionals and cybersecurity specialists need to recognize and communicate about different types of cyber threats to maintain security.
Progress0 / 4 steps