<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3ACybersecurity_Fundamentals</id>
	<title>English:Cybersecurity Fundamentals - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3ACybersecurity_Fundamentals"/>
	<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Cybersecurity_Fundamentals&amp;action=history"/>
	<updated>2026-09-26T17:06:18Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in MOOCsWiki Staging</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://staging.moocwiki.org/index.php?title=English:Cybersecurity_Fundamentals&amp;diff=49011&amp;oldid=prev</id>
		<title>Glanz: aiMOOC über GPT aiMOOC Action erstellt</title>
		<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Cybersecurity_Fundamentals&amp;diff=49011&amp;oldid=prev"/>
		<updated>2026-09-01T05:07:57Z</updated>

		<summary type="html">&lt;p&gt;aiMOOC über GPT aiMOOC Action erstellt&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{T}}&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Cybersecurity Fundamentals]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Cybersecurity Fundamentals&amp;#039;&amp;#039;&amp;#039; introduces the principles, technologies, human factors, and governance practices used to protect digital systems and information. The course is designed for university students in computing, business, engineering, social science, and other fields that depend on trustworthy digital services. You will learn to think about cybersecurity as a form of [[English:Risk management|risk management]] rather than as a collection of isolated technical tricks.&lt;br /&gt;
&lt;br /&gt;
[[File:Cybersecurity.png|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
Cybersecurity aims to reduce the likelihood and impact of unwanted events affecting information, systems, people, and organizations. Effective security combines technical controls with clear processes, usable policies, trained people, and responsible leadership. No single control can eliminate all risk, so mature programs use layered defenses, continuous monitoring, and preparation for recovery.&lt;br /&gt;
&lt;br /&gt;
By the end of this aiMOOC, you should be able to explain core security concepts, recognize common attack patterns, select appropriate controls, reason about trade-offs, interpret a basic risk scenario, and connect technical decisions to governance, ethics, privacy, and organizational resilience.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Learning Goals ==&lt;br /&gt;
&lt;br /&gt;
You should be able to:&lt;br /&gt;
# [[English:Information security|Information security]]: Explain confidentiality, integrity, and availability and apply them to realistic university and workplace systems.&lt;br /&gt;
# [[English:Threat modeling|Threat modeling]]: Distinguish assets, threats, vulnerabilities, controls, incidents, likelihood, and impact.&lt;br /&gt;
# [[English:Identity and access management|Identity and access management]]: Explain authentication, authorization, least privilege, multifactor authentication, and passkeys.&lt;br /&gt;
# [[English:Network security|Network security]]: Describe segmentation, firewalls, encrypted transport, secure configuration, and monitoring.&lt;br /&gt;
# [[English:Cryptography|Cryptography]]: Distinguish symmetric encryption, public-key cryptography, hashing, and digital signatures.&lt;br /&gt;
# [[English:Malware|Malware]]: Recognize major threat categories such as phishing, ransomware, credential attacks, and software supply-chain risk.&lt;br /&gt;
# [[English:Incident response|Incident response]]: Outline detection, triage, containment, eradication, recovery, and lessons learned.&lt;br /&gt;
# [[English:Cyber risk management|Cyber risk management]]: Relate technical safeguards to the NIST Cybersecurity Framework and broader organizational risk.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Core Security Principles =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== The CIA Triad ==&lt;br /&gt;
&lt;br /&gt;
A widely used foundation for information security is the &amp;#039;&amp;#039;&amp;#039;CIA triad&amp;#039;&amp;#039;&amp;#039;: confidentiality, integrity, and availability.&lt;br /&gt;
&lt;br /&gt;
[[File:CIAJMK1209-en.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Confidentiality&amp;#039;&amp;#039;&amp;#039; means preventing unauthorized disclosure of information. Access control, encryption, and data minimization can support confidentiality. &amp;#039;&amp;#039;&amp;#039;Integrity&amp;#039;&amp;#039;&amp;#039; means protecting information and systems against unauthorized or improper alteration. Hashes, digital signatures, access controls, validation, and change management can support integrity. &amp;#039;&amp;#039;&amp;#039;Availability&amp;#039;&amp;#039;&amp;#039; means ensuring that authorized users can access needed systems and data when required. Redundancy, resilient architecture, tested backups, capacity planning, and incident response can support availability.&lt;br /&gt;
&lt;br /&gt;
These goals can conflict. For example, an extremely restrictive access policy may improve confidentiality while making a service harder to use. Cybersecurity decisions therefore require explicit trade-offs informed by mission needs and risk.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Assets, Threats, Vulnerabilities, Controls, and Risk ==&lt;br /&gt;
&lt;br /&gt;
An &amp;#039;&amp;#039;&amp;#039;asset&amp;#039;&amp;#039;&amp;#039; is something of value, such as research data, a student information system, credentials, intellectual property, a laboratory device, or an organization&amp;#039;s reputation. A &amp;#039;&amp;#039;&amp;#039;threat&amp;#039;&amp;#039;&amp;#039; is a circumstance or actor that could cause harm. A &amp;#039;&amp;#039;&amp;#039;vulnerability&amp;#039;&amp;#039;&amp;#039; is a weakness that can be exploited or triggered. A &amp;#039;&amp;#039;&amp;#039;control&amp;#039;&amp;#039;&amp;#039; or safeguard reduces likelihood, impact, or both. An &amp;#039;&amp;#039;&amp;#039;incident&amp;#039;&amp;#039;&amp;#039; is an event that actually or potentially jeopardizes confidentiality, integrity, availability, or policy objectives.&lt;br /&gt;
&lt;br /&gt;
A simplified model treats risk as a combination of &amp;#039;&amp;#039;&amp;#039;likelihood&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;impact&amp;#039;&amp;#039;&amp;#039;. Real risk assessment is more nuanced: uncertainty, dependencies, adversary capability, exposure, legal obligations, safety consequences, and recovery capacity may all matter. The purpose of a risk model is not to predict the future perfectly; it is to support defensible priorities.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Security Principles for Design ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Least privilege&amp;#039;&amp;#039;&amp;#039; gives users, applications, and services only the access they need. &amp;#039;&amp;#039;&amp;#039;Separation of duties&amp;#039;&amp;#039;&amp;#039; divides critical responsibilities so that one person or component cannot complete a sensitive process alone. &amp;#039;&amp;#039;&amp;#039;Secure defaults&amp;#039;&amp;#039;&amp;#039; start from the least permissive reasonable configuration. &amp;#039;&amp;#039;&amp;#039;Defense in depth&amp;#039;&amp;#039;&amp;#039; uses multiple independent or complementary safeguards so that one failure does not automatically become a catastrophic compromise.&lt;br /&gt;
&lt;br /&gt;
[[File:Defense In Depth - Onion Model.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Zero trust&amp;#039;&amp;#039;&amp;#039; is an architectural approach that avoids treating network location alone as proof of trust. Access decisions should consider identity, device state, context, policy, and resource sensitivity, with continuous verification where appropriate.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=FMMWSLIcaME|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Common Threats and Attack Patterns =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Social Engineering and Phishing ==&lt;br /&gt;
&lt;br /&gt;
[[English:Phishing|Phishing]] uses deception to persuade people to reveal information, approve access, open malicious content, or visit fraudulent services. Social engineering can exploit urgency, authority, curiosity, fear, or familiarity. Technical defenses such as filtering and phishing-resistant authentication help, but secure processes are equally important. For high-value actions, independent verification through a trusted channel can reduce the risk of impersonation.&lt;br /&gt;
&lt;br /&gt;
[[File:Example phishing email.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
When evaluating a suspicious message, examine the sender context, destination of links, unexpected attachments, unusual requests, urgency, and whether the request fits normal procedures. Do not test suspicious links or files on a production device. Use approved reporting channels.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Malware, Ransomware, and Credential Attacks ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Malware&amp;#039;&amp;#039;&amp;#039; is software intentionally designed to cause harm or perform unauthorized actions. Categories include ransomware, spyware, trojans, worms, and destructive malware. &amp;#039;&amp;#039;&amp;#039;Ransomware&amp;#039;&amp;#039;&amp;#039; commonly attempts to deny access to data or systems, often through encryption, while demanding payment. Modern incidents may also involve data theft or extortion.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=imNfrtvYYbw|500|center}}&lt;br /&gt;
&lt;br /&gt;
Credential attacks target passwords, session tokens, API keys, or other authentication material. Defenses include unique credentials, secure storage, multifactor authentication, passkeys where supported, rate limiting, monitoring, and rapid revocation after suspected compromise.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Misconfiguration, Vulnerable Software, and Supply Chains ==&lt;br /&gt;
&lt;br /&gt;
Many incidents begin with systems that are exposed unnecessarily, configured insecurely, or left unpatched. Vulnerability management therefore includes asset inventory, secure configuration, patching, prioritization, verification, and exception handling. Software dependencies and third-party services add &amp;#039;&amp;#039;&amp;#039;supply-chain risk&amp;#039;&amp;#039;&amp;#039;: your security can depend on code, vendors, infrastructure, and identities outside your direct control.&lt;br /&gt;
&lt;br /&gt;
Secure software development incorporates security throughout requirements, design, implementation, testing, deployment, and maintenance. Reviews should consider authentication, authorization, input handling, secret management, dependency risk, logging, error handling, and secure update mechanisms. Security testing must be authorized and scoped.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Identity and Access Management =&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Authentication&amp;#039;&amp;#039;&amp;#039; asks who or what is attempting access. &amp;#039;&amp;#039;&amp;#039;Authorization&amp;#039;&amp;#039;&amp;#039; determines what an authenticated identity may do. &amp;#039;&amp;#039;&amp;#039;Accounting&amp;#039;&amp;#039;&amp;#039; or audit logging records relevant activity so that actions can be reviewed.&lt;br /&gt;
&lt;br /&gt;
Passwords remain common, but password reuse creates risk because one breached service can endanger another. A password manager can generate and store unique credentials. Multifactor authentication requires independent factors, such as something you know and something you possess. Some methods are more resistant to phishing than others; cryptographic passkeys and security keys can provide stronger protection than manually entered one-time codes in many contexts.&lt;br /&gt;
&lt;br /&gt;
[[File:Multifactorauthentication.jpg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
Access control should follow least privilege and should be reviewed when roles change. Privileged accounts deserve additional protection, monitoring, and separation from routine work.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Network and Infrastructure Security =&lt;br /&gt;
&lt;br /&gt;
Networks connect endpoints, servers, cloud services, applications, and users. Security architecture should reduce unnecessary exposure and limit how far an attacker can move after a compromise. &amp;#039;&amp;#039;&amp;#039;Network segmentation&amp;#039;&amp;#039;&amp;#039; separates systems by trust, function, or sensitivity. &amp;#039;&amp;#039;&amp;#039;Firewalls&amp;#039;&amp;#039;&amp;#039; enforce traffic rules at network or host boundaries. Secure remote access, hardened configurations, intrusion detection, endpoint protection, and centralized logging can add further layers.&lt;br /&gt;
&lt;br /&gt;
[[File:Gateway firewall.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
Encrypted protocols such as TLS protect data in transit against passive observation and can authenticate communicating parties. DNS security, certificate validation, time synchronization, and secure management interfaces also matter because infrastructure services form part of the trust chain.&lt;br /&gt;
&lt;br /&gt;
A firewall is not a complete security strategy. If stolen credentials allow a legitimate-looking session, or if a vulnerable application is exposed through an allowed port, other controls must detect or limit the problem.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Cryptography Basics =&lt;br /&gt;
&lt;br /&gt;
Cryptography provides mathematical tools for confidentiality, integrity, authentication, and related security goals. &amp;#039;&amp;#039;&amp;#039;Symmetric encryption&amp;#039;&amp;#039;&amp;#039; uses a shared secret key and is efficient for protecting large amounts of data. &amp;#039;&amp;#039;&amp;#039;Asymmetric cryptography&amp;#039;&amp;#039;&amp;#039; uses related public and private keys and can support encryption, key establishment, and digital signatures. A &amp;#039;&amp;#039;&amp;#039;cryptographic hash function&amp;#039;&amp;#039;&amp;#039; maps data to a fixed-length digest and is designed so that meaningful changes to the input are detectable. A &amp;#039;&amp;#039;&amp;#039;digital signature&amp;#039;&amp;#039;&amp;#039; can provide evidence that data was signed by the holder of a private key and that the signed content has not been altered.&lt;br /&gt;
&lt;br /&gt;
[[File:Public key encryption.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=GSIDS_lvRv4|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=ZghMPWGXexs|500|center}}&lt;br /&gt;
&lt;br /&gt;
Cryptography is only as strong as its implementation and key management. Secure systems need appropriate algorithms, protected private keys, safe random-number generation, certificate validation, key rotation or replacement processes, and plans for key compromise. Avoid designing your own cryptographic algorithm for real security use.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Detection, Incident Response, and Recovery =&lt;br /&gt;
&lt;br /&gt;
Security monitoring aims to identify suspicious behavior, policy violations, and system failures early enough to reduce harm. Useful evidence can include authentication events, endpoint telemetry, application logs, network events, cloud audit records, and alerts from security tools. Logging should be purposeful: collecting everything without retention rules, time synchronization, access controls, or analysis can create cost without improving security.&lt;br /&gt;
&lt;br /&gt;
A practical incident-response lifecycle includes preparation, detection and analysis, containment, eradication, recovery, and post-incident learning. Teams should preserve evidence where appropriate, communicate through established channels, document decisions, and coordinate technical, legal, privacy, leadership, and communications responsibilities.&lt;br /&gt;
&lt;br /&gt;
Backups support recovery only when they are protected from the same failure or attacker and when restoration is tested. Recovery plans should define priorities, dependencies, acceptable downtime, and how to verify that restored systems are trustworthy before normal operations resume.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Cybersecurity Governance and Risk Management =&lt;br /&gt;
&lt;br /&gt;
Cybersecurity is an organizational responsibility. Leaders decide priorities, risk tolerances, resources, accountabilities, and how security integrates with business or academic missions. Policies translate these decisions into expectations, while standards and procedures make them actionable.&lt;br /&gt;
&lt;br /&gt;
The NIST Cybersecurity Framework 2.0 organizes cybersecurity outcomes into six high-level Functions: &amp;#039;&amp;#039;&amp;#039;Govern, Identify, Protect, Detect, Respond, and Recover&amp;#039;&amp;#039;&amp;#039;. The Functions are intended to provide a common language for managing cybersecurity risk rather than a single mandatory implementation recipe.&lt;br /&gt;
&lt;br /&gt;
[[File:NIST Version 2.0.png|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=pPPiaGU12Og|500|center}}&lt;br /&gt;
&lt;br /&gt;
A university might use &amp;#039;&amp;#039;&amp;#039;Govern&amp;#039;&amp;#039;&amp;#039; to define responsibility and policy, &amp;#039;&amp;#039;&amp;#039;Identify&amp;#039;&amp;#039;&amp;#039; to understand critical systems and risks, &amp;#039;&amp;#039;&amp;#039;Protect&amp;#039;&amp;#039;&amp;#039; to implement safeguards, &amp;#039;&amp;#039;&amp;#039;Detect&amp;#039;&amp;#039;&amp;#039; to discover suspicious activity, &amp;#039;&amp;#039;&amp;#039;Respond&amp;#039;&amp;#039;&amp;#039; to manage an incident, and &amp;#039;&amp;#039;&amp;#039;Recover&amp;#039;&amp;#039;&amp;#039; to restore services and improve resilience.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Privacy, Ethics, Law, and Responsible Practice ==&lt;br /&gt;
&lt;br /&gt;
Security and privacy overlap but are not identical. A system can be secure against unauthorized access while still collecting more personal data than necessary. Good design considers purpose limitation, data minimization, transparency, retention, access, and applicable legal or institutional requirements.&lt;br /&gt;
&lt;br /&gt;
Cybersecurity work must be authorized. Do not scan, probe, exploit, intercept, or access systems, accounts, or data without explicit permission and an appropriate scope. In university laboratories, use instructor-provided environments, deliberately vulnerable training systems, or your own isolated test systems. Professional competence includes knowing the technical boundary, the legal boundary, and the ethical boundary.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Reliable Starting Points =&lt;br /&gt;
&lt;br /&gt;
For authoritative and openly accessible guidance, consult:&lt;br /&gt;
# [https://www.nist.gov/cyberframework NIST Cybersecurity Framework]: Framework resources for understanding and managing cybersecurity risk.&lt;br /&gt;
# [https://www.nist.gov/publications/nist-cybersecurity-framework-csf-20 NIST Cybersecurity Framework 2.0]: The official CSF 2.0 publication page.&lt;br /&gt;
# [https://pages.nist.gov/800-63-4/sp800-63b/authenticators/ NIST Digital Identity Guidelines]: Current guidance on authenticators, passwords, multifactor authentication, and phishing resistance.&lt;br /&gt;
# [https://www.cisa.gov/topics/cyber-threats-and-advisories CISA Cyber Threats and Advisories]: Defensive information about common cyber threats and protective actions.&lt;br /&gt;
# [https://owasp.org/www-project-top-ten/ OWASP Top 10]: A widely used awareness resource for major web application security risks.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Interactive Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Quiz: Test Your Knowledge ==&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which CIA principle focuses on ensuring that authorized users can access systems and data when needed?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Availability)&lt;br /&gt;
(!Confidentiality)&lt;br /&gt;
(!Anonymity)&lt;br /&gt;
(!Obfuscation)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which term describes a weakness that could be exploited or triggered?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Vulnerability)&lt;br /&gt;
(!Asset)&lt;br /&gt;
(!Policy)&lt;br /&gt;
(!Recovery)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which principle gives users and services only the access needed for their tasks?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Least privilege)&lt;br /&gt;
(!Open access)&lt;br /&gt;
(!Shared control)&lt;br /&gt;
(!Universal trust)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is a primary purpose of a firewall?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Filter network traffic)&lt;br /&gt;
(!Encrypt every file)&lt;br /&gt;
(!Create user passwords)&lt;br /&gt;
(!Replace backups)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which cryptographic mechanism uses a private key to create verifiable evidence of origin and integrity?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Digital signature)&lt;br /&gt;
(!Password manager)&lt;br /&gt;
(!Network segment)&lt;br /&gt;
(!Backup archive)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What does multifactor authentication require?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(More than one independent factor)&lt;br /&gt;
(!One long username)&lt;br /&gt;
(!One shared password)&lt;br /&gt;
(!One network address)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What best describes phishing?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Deception used to trick users)&lt;br /&gt;
(!Routine software updating)&lt;br /&gt;
(!Network traffic filtering)&lt;br /&gt;
(!Data backup testing)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which practice most directly shows that backups can support recovery?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Test restoration)&lt;br /&gt;
(!Hide filenames)&lt;br /&gt;
(!Reuse passwords)&lt;br /&gt;
(!Disable logging)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which Function is part of NIST Cybersecurity Framework 2.0 alongside Identify Protect Detect Respond and Recover?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Govern)&lt;br /&gt;
(!Encrypt)&lt;br /&gt;
(!Purchase)&lt;br /&gt;
(!Delete)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which incident response activity focuses on limiting the spread or damage of an active incident?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Containment)&lt;br /&gt;
(!Marketing)&lt;br /&gt;
(!Procurement)&lt;br /&gt;
(!Archiving)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Memory Game ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;memo-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| Asset || Something of value that needs protection&lt;br /&gt;
|-&lt;br /&gt;
| Threat || A circumstance or actor that could cause harm&lt;br /&gt;
|-&lt;br /&gt;
| Vulnerability || A weakness that can be exploited or triggered&lt;br /&gt;
|-&lt;br /&gt;
| Control || A safeguard that reduces cybersecurity risk&lt;br /&gt;
|-&lt;br /&gt;
| Risk || The possibility and consequence of harm under uncertainty&lt;br /&gt;
|-&lt;br /&gt;
| Incident || An event that jeopardizes security objectives or policy&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Drag and Drop ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;lueckentext-quiz&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Match the correct terms.&lt;br /&gt;
! Cybersecurity concept&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Password manager&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Generates and stores unique credentials&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Multifactor authentication&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Requires independent types of proof&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Network segmentation&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Separates systems to limit unwanted movement&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Encryption&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Protects data using cryptographic transformation&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Logging&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Records events for detection and investigation&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Crossword Puzzle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;kreuzwort-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| Firewall || What security control filters network traffic according to rules?&lt;br /&gt;
|-&lt;br /&gt;
| Phishing || What deception technique often uses fraudulent messages or websites?&lt;br /&gt;
|-&lt;br /&gt;
| Encryption || What process transforms readable data using a cryptographic key?&lt;br /&gt;
|-&lt;br /&gt;
| Ransomware || What malware category commonly denies access to data and demands payment?&lt;br /&gt;
|-&lt;br /&gt;
| Integrity || Which CIA principle concerns unauthorized or improper alteration?&lt;br /&gt;
|-&lt;br /&gt;
| Recovery || What process restores systems and operations after disruption?&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== LearningApps ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://learningapps.org/index.php?s=Cybersecurity+Fundamentals &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Cloze Text ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;quiz display=simple&amp;gt;&lt;br /&gt;
{&amp;#039;&amp;#039;&amp;#039;Complete the text.&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
|type=&amp;quot;{}&amp;quot;}&lt;br /&gt;
The CIA triad includes confidentiality, integrity, and { availability }. A weakness that can be exploited is called a { vulnerability }. Limiting access to what is necessary follows the principle of { least privilege }. Requiring independent forms of proof is known as { multifactor authentication }. A cryptographic digest is produced by a { hash }. Separating systems into security zones is called network { segmentation }. Limiting an active incident to reduce further harm is called { containment }. The NIST Cybersecurity Framework 2.0 includes the function { Govern }.&lt;br /&gt;
&amp;lt;/quiz&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Open-Ended Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Easy ===&lt;br /&gt;
# [[English:Security vocabulary map|Security vocabulary map]]: Create a one-page concept map that connects asset, threat, vulnerability, control, risk, and incident with your own university-related examples.&lt;br /&gt;
# [[English:Phishing analysis|Phishing analysis]]: Examine several instructor-provided mock messages, mark signs of possible phishing, and write a short explanation of how you would verify each request safely.&lt;br /&gt;
# [[English:Password hygiene|Password hygiene]]: Produce an illustrated guide for students that explains unique passwords, password managers, multifactor authentication, and passkeys without revealing any real credentials.&lt;br /&gt;
# [[English:Campus cybersecurity interview|Campus cybersecurity interview]]: Interview an authorized university IT or security staff member about common defensive challenges and summarize three lessons in a short article.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Standard ===&lt;br /&gt;
# [[English:Network defense diagram|Network defense diagram]]: Design a labeled network diagram for a fictional university laboratory and explain where you would use segmentation, firewalls, encrypted connections, and logging.&lt;br /&gt;
# [[English:Backup recovery experiment|Backup recovery experiment]]: In an isolated test folder, create a small backup, simulate accidental file loss, restore the data, and document what made the recovery reliable or unreliable.&lt;br /&gt;
# [[English:Incident response tabletop|Incident response tabletop]]: Run a tabletop exercise for a fictional ransomware alert, assign team roles, record decisions, and create a timeline from detection through recovery.&lt;br /&gt;
# [[English:Cybersecurity explainer video|Cybersecurity explainer video]]: Produce a three-minute educational video that explains one security principle, includes a realistic example, and distinguishes prevention from detection and recovery.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Advanced ===&lt;br /&gt;
# [[English:Risk register|Risk register]]: Build a risk register for a fictional university service, justify likelihood and impact ratings, propose controls, and explain the residual risk after treatment.&lt;br /&gt;
# [[English:Secure software review|Secure software review]]: Review instructor-provided or deliberately vulnerable sample code in an authorized lab, identify design or implementation weaknesses, and propose defensive fixes without targeting real systems.&lt;br /&gt;
# [[English:NIST CSF profile|NIST CSF profile]]: Create a current-state and target-state profile for a fictional department using the six NIST CSF 2.0 Functions and justify your highest priorities.&lt;br /&gt;
# [[English:Cybersecurity policy critique|Cybersecurity policy critique]]: Compare a public university or organizational security policy with recognized guidance, identify strengths and gaps, and present a reasoned revision proposal.&lt;br /&gt;
&lt;br /&gt;
{{:Open Task - Create a MOOC}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Learning Assessment =&lt;br /&gt;
&lt;br /&gt;
# [[English:Threat-to-control reasoning|Threat-to-control reasoning]]: Given a case in which a research account is phished, identify assets, vulnerabilities, likely impacts, and at least four controls, then explain which controls reduce likelihood and which reduce impact.&lt;br /&gt;
# [[English:Architecture trade-off|Architecture trade-off]]: Compare two proposed network designs for a student laboratory and defend the one that better balances least privilege, usability, resilience, and monitoring.&lt;br /&gt;
# [[English:Cryptography selection|Cryptography selection]]: For data at rest, data in transit, password verification, and software authenticity, choose appropriate cryptographic mechanisms and justify why each fits the security goal.&lt;br /&gt;
# [[English:Incident response decision|Incident response decision]]: Analyze a scenario with suspicious logins and unavailable files, prioritize the first response actions, and explain what evidence should be preserved before major changes are made.&lt;br /&gt;
# [[English:Governance transfer|Governance transfer]]: Map a fictional campus service to the six NIST CSF 2.0 Functions and explain how technical actions connect to leadership, policy, and risk ownership.&lt;br /&gt;
# [[English:Ethical boundary analysis|Ethical boundary analysis]]: Evaluate a proposed security test and distinguish actions that are permitted in an authorized lab from actions that would require additional permission, legal review, or a narrower scope.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Evidence of Learning =&lt;br /&gt;
&lt;br /&gt;
Important evidence of learning includes:&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Knowledge&amp;#039;&amp;#039;&amp;#039;: Accurate explanations of confidentiality, integrity, availability, threats, vulnerabilities, risk, identity, network security, cryptography, incident response, and governance.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Reasoning&amp;#039;&amp;#039;&amp;#039;: The ability to connect a threat scenario to assets, weaknesses, controls, likely impact, and residual risk.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Technical communication&amp;#039;&amp;#039;&amp;#039;: Clear diagrams, reports, risk registers, incident timelines, and explanations that can be understood by both technical and nontechnical audiences.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Practical products&amp;#039;&amp;#039;&amp;#039;: A threat model, network defense design, tested recovery procedure, incident-response tabletop record, and NIST CSF profile created in safe or fictional environments.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Professional judgment&amp;#039;&amp;#039;&amp;#039;: Evidence that you can balance security, usability, privacy, cost, resilience, and mission needs.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Transfer&amp;#039;&amp;#039;&amp;#039;: The ability to apply the same principles to unfamiliar systems such as cloud services, research platforms, mobile devices, industrial systems, or AI-enabled applications.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Ethical practice&amp;#039;&amp;#039;&amp;#039;: Consistent use of authorization, scope, data minimization, and responsible disclosure or reporting channels when working with security issues.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= OERs on the Topic =&lt;br /&gt;
&lt;br /&gt;
The English Wikipedia article on computer security provides a broad open reference that you can use to review terminology and follow links to related topics.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://en.m.wikipedia.org/wiki/Computer_security &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can deepen your study with the open guidance in the [[English:NIST Cybersecurity Framework|NIST Cybersecurity Framework]], [[English:Computer security|Computer security]], [[English:Information security|Information security]], [[English:Network security|Network security]], [[English:Cryptography|Cryptography]], [[English:Identity management|Identity management]], [[English:Malware|Malware]], [[English:Phishing|Phishing]], and [[English:Incident management|Incident management]] learning areas.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Linked Learning Areas =&lt;br /&gt;
&lt;br /&gt;
{| align=center&lt;br /&gt;
{{:D-Tab}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[English:Cybersecurity Fundamentals|Cybersecurity Fundamentals]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# [[English:Information security|Information security]]&lt;br /&gt;
# [[English:Computer security|Computer security]]&lt;br /&gt;
# [[English:Network security|Network security]]&lt;br /&gt;
# [[English:Cryptography|Cryptography]]&lt;br /&gt;
# [[English:Identity and access management|Identity and access management]]&lt;br /&gt;
# [[English:Threat modeling|Threat modeling]]&lt;br /&gt;
# [[English:Cyber risk management|Cyber risk management]]&lt;br /&gt;
# [[English:Incident response|Incident response]]&lt;br /&gt;
# [[English:Secure software development|Secure software development]]&lt;br /&gt;
# [[English:Digital privacy|Digital privacy]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Higher Education]]&lt;br /&gt;
[[Category:Computer Science]]&lt;br /&gt;
[[Category:Cybersecurity]]&lt;br /&gt;
[[Category:Information Security]]&lt;br /&gt;
[[Category:Network Security]]&lt;br /&gt;
[[Category:Digital Literacy]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= aiMOOC Projects =&lt;br /&gt;
[[Category:AI_MOOC]] [[Category:GPT aiMOOC]]&lt;br /&gt;
{{MT}}&lt;/div&gt;</summary>
		<author><name>Glanz</name></author>
	</entry>
</feed>