← → navigate · ESC index · Back to quit
SCIA 120 · Week 08
cover · 01/30
Introduction to Secure Computing and Information Assurance

Internet Security

Author: Dr. Zhijiang Chen (Frostburg State University)

Tech darkAI line artReading-based content
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where internet security affects users, data, or operations.
InstructorHow would you recognize internet security in a real organization?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: The internet was not designed with security in mind.
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 01PROTECT - DETECT - RESPONDInternet...The internet...ControlEvidence
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
agenda · 02/30
Overall Page

Overall roadmap

The week moves from core definitions to practical security decisions.

Introduction

Core reading concept for Week 08.

Internet Architecture and Security Implications

Core reading concept for Week 08.

HTTPS and TLS in Practice

Core reading concept for Week 08.

OWASP Top 10

Core reading concept for Week 08.

Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where overall roadmap affects users, data, or operations.
InstructorHow would you recognize overall roadmap in a real organization?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: Introduction
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 02PROTECT - DETECT - RESPONDOverall roadmapIntroductionInternet...HTTPS and TLS...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
objectives · 03/30
03 objectives

Learning objectives

Students should explain, apply, and evaluate the week’s main security ideas.

Explain Introduction.
Explain Internet Architecture and Security Implications.
Explain HTTPS and TLS in Practice.
Explain OWASP Top 10.
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where learning objectives affects users, data, or operations.
InstructorHow would you recognize learning objectives in a real organization?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: Explain Introduction.
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 03POLICY - TOOL - TEST - EVIDENCELearning...Explain...Explain HTTPS...Explain OWASP...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
application · 04/30
04 application

Opening scenario

Use a realistic scenario to anchor Internet Security in operational decision-making.

The internet was not designed with security in mind.
Its foundational protocols — TCP/IP, HTTP, DNS, SMTP — were developed in an era when the network's user base was small, relatively trusted, and primarily academic.
Many of the topics here build directly on the cryptography covered in Chapter 6 and the network security concepts in Chapter 7.
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where opening scenario affects users, data, or operations.
InstructorIf this issue appeared in a campus or business system, what evidence would you collect first?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: The internet was not designed with security in mind.
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 04POLICY - TOOL - TEST - EVIDENCEOpening scenarioThe internet...Its...Many of the...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
definition · 05/30
05 definition

Introduction

The internet was not designed with security in mind.

The internet was not designed with security in mind.
Its foundational protocols — TCP/IP, HTTP, DNS, SMTP — were developed in an era when the network's user base was small, relatively trusted, and primarily academic.
Many of the topics here build directly on the cryptography covered in Chapter 6 and the network security concepts in Chapter 7.
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where introduction affects users, data, or operations.
InstructorWhat problem does introduction help us understand?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: The internet was not designed with security in mind.
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 05POLICY - TOOL - TEST - EVIDENCEIntroductionThe internet...Its...Many of the...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
concept · 06/30
06 concept

Internet Architecture and Security Implications

The internet is a network of networks: thousands of autonomous systems (AS) — ISPs, universities, corporations — interconnected through BGP (Border Gateway Protocol) , which…

The internet is a network of networks: thousands of autonomous systems (AS) — ISPs, universities, corporations — interconnected through BGP (Border Gateway Protocol) , which…
This decentralized architecture provides resilience (no single point of failure) but creates security implications that are difficult to fully address.
BGP hijacking , for example, occurs when an AS maliciously or accidentally announces ownership of IP address blocks it doesn't control, attracting and potentially intercepting…
Notable incidents include Pakistan Telecom briefly hijacking YouTube's IP addresses in 2008 and, more seriously, nation-state-attributed BGP hijacking incidents targeting…
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where internet architecture and security implications affects users, data, or operations.
InstructorHow would you recognize internet architecture and security implications in a real organization?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: The internet is a network of networks: thousands of autonomous…
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 06POLICY - TOOL - TEST - EVIDENCEInternet...The internet is...This...BGP hijacking...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
application · 07/30
07 application

HTTPS and TLS in Practice

HTTPS (HTTP Secure) is HTTP carried over a TLS connection.

HTTPS (HTTP Secure) is HTTP carried over a TLS connection.
The presence of a padlock icon in a browser's address bar indicates a valid TLS certificate, but it does not mean the site itself is trustworthy or not malicious — only that the…
Phishing sites routinely obtain valid TLS certificates for their fraudulent domains.
HSTS (HTTP Strict Transport Security) is a security header that instructs browsers to only connect to a domain over HTTPS, never falling back to plain HTTP, for a specified…
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where https and tls in practice affects users, data, or operations.
InstructorIf this issue appeared in a campus or business system, what evidence would you collect first?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: HTTPS (HTTP Secure) is HTTP carried over a TLS connection.
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 07POLICY - TOOL - TEST - EVIDENCEHTTPS and TLS...HTTPS HTTP...The presence of...Phishing sites...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
evidence · 08/30
08 evidence

OWASP Top 10

The Open Web Application Security Project (OWASP) publishes the OWASP Top 10 , a periodically updated list of the most critical web application security risks.

The Open Web Application Security Project (OWASP) publishes the OWASP Top 10 , a periodically updated list of the most critical web application security risks.
It is the de facto standard reference for web application security.
Broken Access Control : Users acting outside of their intended permissions — accessing other users' data, elevating privileges, or bypassing authorization checks.
This is the most prevalent web security failure, found in 94% of tested applications.
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where owasp top 10 affects users, data, or operations.
InstructorHow would you recognize owasp top 10 in a real organization?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: The Open Web Application Security Project (OWASP) publishes the OWASP…
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 08RISK = ASSET x THREAT x IMPACTOWASP Top 10The Open Web...It is the de...Broken Access...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
definition · 09/30
09 definition

The Same-Origin Policy

The Same-Origin Policy (SOP) is a fundamental browser security mechanism that restricts how scripts loaded from one origin (defined as the combination of scheme, hostname, and…

The Same-Origin Policy (SOP) is a fundamental browser security mechanism that restricts how scripts loaded from one origin (defined as the combination of scheme, hostname, and…
Without SOP, a malicious script could silently read your email, your bank balance, or any other data from any site you are logged into.
CORS (Cross-Origin Resource Sharing) is a controlled relaxation of SOP that allows servers to explicitly declare which origins may access their resources, using HTTP headers…
Misconfigured CORS policies (e.g., Access-Control-Allow-Origin: with Access-Control-Allow-Credentials: true) can re-open the vulnerabilities that SOP prevents.
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where the same-origin policy affects users, data, or operations.
InstructorWhat problem does the same-origin policy help us understand?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: The Same-Origin Policy (SOP) is a fundamental browser security…
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 09POLICY - TOOL - TEST - EVIDENCEThe Same-Origin...Without SOP a...CORS...Misconfigured...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
concept · 10/30
10 concept

Cookies and Session Management

HTTP cookies are small pieces of data stored by the browser and automatically sent with every request to the domain that set them.

HTTP cookies are small pieces of data stored by the browser and automatically sent with every request to the domain that set them.
They are the primary mechanism for maintaining session state in stateless HTTP.
Security-relevant cookie attributes: - Secure : Cookie is only sent over HTTPS connections.
- HttpOnly : Cookie is inaccessible to JavaScript, preventing theft via XSS.
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where cookies and session management affects users, data, or operations.
InstructorHow would you recognize cookies and session management in a real organization?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: HTTP cookies are small pieces of data stored by the browser and…
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 10POLICY - TOOL - TEST - EVIDENCECookies and...HTTP cookies...They are the...Security-relevan...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
application · 11/30
11 application

Content Security Policy (CSP)

Content Security Policy (CSP) is an HTTP response header that tells the browser which sources of content (scripts, styles, images, fonts, etc.) are legitimate for a given page.

Content Security Policy (CSP) is an HTTP response header that tells the browser which sources of content (scripts, styles, images, fonts, etc.) are legitimate for a given page.
By specifying a strict CSP (e.g., script-src 'self'), an application can prevent the execution of injected scripts even if an XSS vulnerability exists, providing a powerful…
CSP is not a substitute for fixing XSS vulnerabilities but significantly raises the bar for exploitation.
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where content security policy (csp) affects users, data, or operations.
InstructorIf this issue appeared in a campus or business system, what evidence would you collect first?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: Content Security Policy (CSP) is an HTTP response header that tells…
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 11POLICY - TOOL - TEST - EVIDENCEContent...By specifying a...CSP is not a...Evidence
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
evidence · 12/30
12 evidence

Email Security Protocols

Email's foundational protocols (SMTP, POP3, IMAP) were designed without authentication, making email domain spoofing trivially easy — anyone can send an email claiming to be from…

Email's foundational protocols (SMTP, POP3, IMAP) were designed without authentication, making email domain spoofing trivially easy — anyone can send an email claiming to be from…
Three complementary standards have been developed to address this:
Email Security Protocols connects to risk, controls, and evidence.
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where email security protocols affects users, data, or operations.
InstructorHow would you recognize email security protocols in a real organization?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: Email's foundational protocols (SMTP, POP3, IMAP) were designed…
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 12POLICY - TOOL - TEST - EVIDENCEEmail Security...Emails...Three...Evidence
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
definition · 13/30
13 definition

SPF (Sender Policy Framework)

SPF allows domain owners to publish, via DNS TXT records, a list of mail servers authorized to send email on behalf of their domain.

SPF allows domain owners to publish, via DNS TXT records, a list of mail servers authorized to send email on behalf of their domain.
When a receiving mail server gets a message, it checks whether the sending server's IP is listed in the sender domain's SPF record.
This prevents unauthorized servers from sending mail as your domain.
However, SPF only validates the envelope sender (the SMTP MAIL FROM address), not the visible From: header.
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where spf (sender policy framework) affects users, data, or operations.
InstructorWhat problem does spf (sender policy framework) help us understand?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: SPF allows domain owners to publish, via DNS TXT records, a list of…
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 13POLICY - TOOL - TEST - EVIDENCESPF (Sender...SPF allows...When a...This prevents...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
concept · 14/30
14 concept

DKIM (DomainKeys Identified Mail)

DKIM allows sending mail servers to attach a cryptographic signature to outgoing messages.

DKIM allows sending mail servers to attach a cryptographic signature to outgoing messages.
The signature covers specified headers and the message body.
The corresponding public key is published in the sending domain's DNS records.
Receiving servers verify the signature, confirming that the message was sent by an authorized server and has not been modified in transit.
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where dkim (domainkeys identified mail) affects users, data, or operations.
InstructorHow would you recognize dkim (domainkeys identified mail) in a real organization?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: DKIM allows sending mail servers to attach a cryptographic signature…
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 14POLICY - TOOL - TEST - EVIDENCEDKIM...DKIM allows...The signature...The...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
application · 15/30
15 application

DMARC (Domain-based Message Authentication, Reporting, and Conformance)

DMARC builds on SPF and DKIM by allowing domain owners to specify what should happen to messages that fail authentication (nothing, quarantine to spam, or reject outright) and to…

DMARC builds on SPF and DKIM by allowing domain owners to specify what should happen to messages that fail authentication (nothing, quarantine to spam, or reject outright) and to…
A properly configured DMARC policy (especially with p=reject) dramatically reduces spoofed email successfully reaching recipients.
⚠️ Warning : Email without SPF, DKIM, and DMARC is easily spoofed.
Many phishing attacks succeed because recipient organizations do not validate the sender's domain.
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where dmarc (domain-based message authentication, reporting, and conformance) affects users, data, or operations.
InstructorIf this issue appeared in a campus or business system, what evidence would you collect first?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: DMARC builds on SPF and DKIM by allowing domain owners to specify…
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 15CONFIDENTIALITYINTEGRITYAVAILABILITYCIADMARC...DMARC builds on...A properly...Warning Email...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
evidence · 16/30
16 evidence

DNS Security and DNSSEC

The DNS infrastructure underpins nearly all internet communication — every web request, email, and API call typically begins with a DNS lookup.

The DNS infrastructure underpins nearly all internet communication — every web request, email, and API call typically begins with a DNS lookup.
Yet traditional DNS provides no authentication: resolvers cannot verify that the responses they receive are from the authoritative name server for a domain and haven't been…
DNSSEC (DNS Security Extensions) adds cryptographic signatures to DNS records.
Each zone has a key pair; resource records are signed with the private key, and resolvers can verify these signatures using the public key published in the zone.
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where dns security and dnssec affects users, data, or operations.
InstructorHow would you recognize dns security and dnssec in a real organization?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: The DNS infrastructure underpins nearly all internet communication —…
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 16POLICY - TOOL - TEST - EVIDENCEDNS Security...The DNS...Yet traditional...DNSSEC DNS...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
definition · 17/30
17 definition

VPN Use for Privacy

Beyond their role in securing remote access (covered in Chapter 7), VPNs are widely used for privacy: by routing all traffic through the VPN provider's servers, the user's ISP and…

Beyond their role in securing remote access (covered in Chapter 7), VPNs are widely used for privacy: by routing all traffic through the VPN provider's servers, the user's ISP and…
However, this only shifts trust to the VPN provider, who can see all the user's traffic.
Users should choose VPN providers with strong no-logging policies and ideally those that have been independently audited.
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where vpn use for privacy affects users, data, or operations.
InstructorWhat problem does vpn use for privacy help us understand?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: Beyond their role in securing remote access (covered in Chapter 7),…
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 17POLICY - TOOL - TEST - EVIDENCEVPN Use for...Beyond their...However this...Users should...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
concept · 18/30
18 concept

Tor and Onion Routing

Tor (The Onion Router) provides anonymity through a technique called onion routing .

Tor (The Onion Router) provides anonymity through a technique called onion routing .
When a Tor user connects to a website, their traffic is encrypted in multiple layers and relayed through a circuit of three volunteer-operated Tor relays (the guard/entry node, a…
Each relay decrypts one layer, learning only the previous and next hop — no single relay knows both the origin and destination of the traffic.
Tor is used by journalists, activists, whistleblowers, and ordinary users who need strong anonymity.
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where tor and onion routing affects users, data, or operations.
InstructorHow would you recognize tor and onion routing in a real organization?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: Tor (The Onion Router) provides anonymity through a technique called…
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 18POLICY - TOOL - TEST - EVIDENCETor and Onion...Tor The Onion...When a Tor user...Each relay...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
application · 19/30
19 application

The Dark Web

The dark web refers to overlay networks (primarily Tor, but also I2P and Freenet) that require specific software to access and provide anonymity to both clients and servers.

The dark web refers to overlay networks (primarily Tor, but also I2P and Freenet) that require specific software to access and provide anonymity to both clients and servers.
It hosts a range of content: privacy-focused services (SecureDrop for whistleblowing), forums, and unfortunately, markets for illegal goods and cybercrime-as-a-service operations.
From a security perspective, the dark web is significant as a marketplace for stolen credentials, ransomware tools, zero-day exploits, and personal data from breaches.
Organizations monitor dark web forums and marketplaces for indications that their data or credentials have been compromised.
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where the dark web affects users, data, or operations.
InstructorIf this issue appeared in a campus or business system, what evidence would you collect first?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: The dark web refers to overlay networks (primarily Tor, but also I2P…
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 19POLICY - TOOL - TEST - EVIDENCEThe Dark WebThe dark web...It hosts a...From a security...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
evidence · 20/30
20 evidence

IoT Security

The Internet of Things (IoT) encompasses the vast and growing ecosystem of network-connected devices beyond traditional computers: smart thermostats, IP cameras, smart TVs,…

The Internet of Things (IoT) encompasses the vast and growing ecosystem of network-connected devices beyond traditional computers: smart thermostats, IP cameras, smart TVs,…
By 2030, an estimated 25 billion IoT devices will be deployed.
IoT devices present severe security challenges: - Insecure defaults : Many devices ship with default credentials (admin/admin, admin/password) that many users never change.
The Mirai botnet (2016), which launched record-breaking DDoS attacks, was built from hundreds of thousands of IoT devices compromised using default credentials.
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where iot security affects users, data, or operations.
InstructorHow would you recognize iot security in a real organization?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: The Internet of Things (IoT) encompasses the vast and growing…
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 20POLICY - TOOL - TEST - EVIDENCEIoT SecurityThe Internet of...By 2030 an...IoT devices...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
definition · 21/30
21 definition

PCI-DSS

PCI-DSS includes requirements for network security (firewalls, encryption in transit), access control (least privilege, MFA), vulnerability management (patching, security…

PCI-DSS includes requirements for network security (firewalls, encryption in transit), access control (least privilege, MFA), vulnerability management (patching, security…
PCI-DSS compliance is not a guarantee of security, but it establishes a meaningful baseline.
Merchants who achieve compliance through compliance-checking exercises alone without actually improving security ("checkbox compliance") continue to be breached.
This has shifted card fraud toward card-not-present (online) transactions, which require other mitigations such as 3D Secure (3DS) protocols.
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where pci-dss affects users, data, or operations.
InstructorWhat problem does pci-dss help us understand?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: PCI-DSS includes requirements for network security (firewalls,…
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 21POLICY - TOOL - TEST - EVIDENCEPCI-DSSPCI-DSS...Merchants who...This has...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
concept · 22/30
22 concept

Cookies, Fingerprinting, and Trackers

While first-party cookies serve legitimate purposes (session state, preferences), third-party tracking cookies enable advertising networks and data brokers to track users'…

While first-party cookies serve legitimate purposes (session state, preferences), third-party tracking cookies enable advertising networks and data brokers to track users'…
Modern browsers (Safari, Firefox, Brave) and privacy regulations (GDPR, CCPA) have increasingly restricted third-party cookies.
Users can test their fingerprint uniqueness at sites like coveryourtracks.eff.org.
Data brokers aggregate personal data from public records, social media, loyalty programs, and purchased datasets, building detailed profiles on individuals that are sold to…
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where cookies, fingerprinting, and trackers affects users, data, or operations.
InstructorHow would you recognize cookies, fingerprinting, and trackers in a real organization?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: While first-party cookies serve legitimate purposes (session state,…
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 22POLICY - TOOL - TEST - EVIDENCECookies,...While...Modern browsers...Users can test...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
application · 23/30
23 application

Privacy Hygiene Best Practices

- Password managers (Bitwarden, 1Password, KeePass) enable the use of unique, strong passwords for every account, eliminating credential reuse.

- Password managers (Bitwarden, 1Password, KeePass) enable the use of unique, strong passwords for every account, eliminating credential reuse.
- Multi-Factor Authentication (MFA) : Enable MFA — preferably hardware security keys (FIDO2/WebAuthn) or TOTP apps — on all accounts, especially email, banking, and cloud storage.
SMS-based MFA is better than nothing but vulnerable to SIM swapping.
- Browser privacy : Use a privacy-focused browser (Firefox with uBlock Origin, Brave) or configure your existing browser to block trackers.
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where privacy hygiene best practices affects users, data, or operations.
InstructorIf this issue appeared in a campus or business system, what evidence would you collect first?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: - Password managers (Bitwarden, 1Password, KeePass) enable the use of…
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 23CONFIDENTIALITYINTEGRITYAVAILABILITYCIAPrivacy Hygiene...- Password...- Multi-Factor...SMS-based MFA...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
evidence · 24/30
24 evidence

Introduction

The internet was not designed with security in mind.

The internet was not designed with security in mind.
Its foundational protocols — TCP/IP, HTTP, DNS, SMTP — were developed in an era when the network's user base was small, relatively trusted, and primarily academic.
Many of the topics here build directly on the cryptography covered in Chapter 6 and the network security concepts in Chapter 7.
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where introduction affects users, data, or operations.
InstructorHow would you recognize introduction in a real organization?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: The internet was not designed with security in mind.
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 24POLICY - TOOL - TEST - EVIDENCEIntroductionThe internet...Its...Many of the...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
vocabulary · 25/30
25 vocabulary

Key terms to keep

Vocabulary becomes useful when students can connect terms to scenarios and evidence.

Introduction
Internet Architecture and Security Implications
HTTPS and TLS in Practice
OWASP Top 10
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where key terms to keep affects users, data, or operations.
InstructorHow would you recognize key terms to keep in a real organization?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: Introduction
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 25POLICY - TOOL - TEST - EVIDENCEKey terms to...IntroductionInternet...HTTPS and TLS...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
comparison · 26/30
26 comparison

Compare: Introduction vs. Internet Architecture and Security Implications

Comparing related ideas helps students avoid shallow memorization.

Where Introduction applies.
Where Internet Architecture and Security Implications applies.
How the difference changes the security decision.
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where compare: introduction vs. internet architecture and security implications affects users, data, or operations.
InstructorHow would you recognize compare: introduction vs. internet architecture and security implications in a real organization?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: Where Introduction applies.
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 26POLICY - TOOL - TEST - EVIDENCECompare:...Where...Where Internet...How the...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
application · 27/30
27 application

Applied decision checkpoint

Students should translate concepts into a defensible security decision.

Identify the asset or process at risk.
Choose a preventive, detective, or corrective control.
Explain what evidence would prove the control is working.
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where applied decision checkpoint affects users, data, or operations.
InstructorIf this issue appeared in a campus or business system, what evidence would you collect first?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: Identify the asset or process at risk.
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 27RISK = ASSET x THREAT x IMPACTApplied...Identify the...Choose a...Explain what...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
review · 28/30
28 review

Review questions

Retrieval practice should ask students to define, compare, apply, and evaluate.

Define one core concept in plain language.
Compare two controls or threats from the week.
Apply one idea to a campus or business system.
Evaluate why a solution might fail in practice.
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where review questions affects users, data, or operations.
InstructorWhat is the one sentence takeaway for review questions?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: Define one core concept in plain language.
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 28POLICY - TOOL - TEST - EVIDENCEReview questionsDefine one core...Compare two...Apply one idea...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
bridge · 29/30
29 bridge

Bridge to lab and assessment

The reading should transfer into evidence-based lab work and written explanations.

Collect evidence, not just screenshots.
Explain what the artifact proves.
Connect the proof back to risk and control selection.
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where bridge to lab and assessment affects users, data, or operations.
InstructorHow would you recognize bridge to lab and assessment in a real organization?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: Collect evidence, not just screenshots.
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 29VERIFY - MONITOR - IMPROVEBridge to lab...Collect...Explain what...Connect the...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck
SCIA 120 · Week 08
closing · 30/30
30 closing

Takeaway

The central takeaway from Week 8 is to reason from risk to evidence to action.

Internet Security
Security is a decision process, not just a tool list.
Use the reading to justify practical choices.
Classroom Dialog
ScenarioA campus technology team is reviewing a realistic Week 8 incident where takeaway affects users, data, or operations.
InstructorHow would you recognize takeaway in a real organization?
StudentThis concept helps us decide what is at risk, what evidence to check, and which control would reduce harm. For this slide, the key clue is: Internet Security
Teaching point: Push the answer beyond a definition: name the asset, identify the risk, choose evidence, and justify a practical control.
GAMMA-STYLE VISUAL - SLIDE 30POLICY - TOOL - TEST - EVIDENCETakeawayInternet...Security is a...Use the reading...
Dr. Zhijiang Chen · Frostburg State University
Week 08 deck