CSCU Safe Internet Browsing 2 — Questions and Answers
Question 1: What does the padlock icon in a browser's address bar indicate?
- The website is completely safe and trustworthy
- The connection between your browser and the website is encrypted using HTTPS/TLS (Correct answer)
- The website has been verified by law enforcement
- The website does not contain advertisements
Correct answer: The connection between your browser and the website is encrypted using HTTPS/TLS
The padlock icon indicates that the connection uses HTTPS encryption, meaning data transmitted between your browser and the server is encrypted, but it does not guarantee the website itself is safe or trustworthy.
The padlock icon in a browser's address bar indicates that the connection between your browser and the web server is encrypted using HTTPS (HTTP over TLS/SSL). This means data transmitted in both directions—login credentials, personal information, payment details—is encrypted and protected from interception by third parties on the network. However, a common misconception is that the padlock means the website is safe or legitimate. In reality, malicious websites can and do use HTTPS—obtaining a basic SSL certificate is free and easy through services like Let's Encrypt. A phishing site mimicking your bank can display a padlock. The padlock only confirms encrypted transport, not the legitimacy, safety, or trustworthiness of the website. Users should verify the actual domain name in the address bar, check for Extended Validation (EV) certificates on sensitive sites, and remain vigilant regardless of the padlock's presence.
Question 2: What is a drive-by download attack?
- Downloading files while connected to a car's Wi-Fi
- Malware that automatically downloads and installs when a user visits a compromised website, without any clicks or interaction required (Correct answer)
- A fast download from a high-speed server
- Downloading files from a USB drive
Correct answer: Malware that automatically downloads and installs when a user visits a compromised website, without any clicks or interaction required
Drive-by downloads exploit browser or plugin vulnerabilities to silently download and install malware when a user simply visits an infected web page, requiring no user interaction.
A drive-by download is a type of cyberattack where malware is automatically downloaded and executed on a user's device simply by visiting an infected or malicious web page—no clicks, downloads, or user interaction required. These attacks exploit vulnerabilities in web browsers, browser plugins (Flash, Java, Silverlight), PDF viewers, or other web-facing software. The attack typically works through malicious JavaScript or iframe code on a compromised website that probes the visitor's browser for exploitable vulnerabilities. If found, exploit code silently downloads and installs malware. Even legitimate, high-traffic websites can be compromised to serve drive-by downloads through injected malicious code or compromised advertising networks (malvertising). Protection requires keeping browsers and all plugins fully updated, using a browser with built-in sandboxing, enabling click-to-play for plugins, using script blockers, and maintaining updated antivirus with real-time web protection.
Question 3: Why is it important to keep your web browser updated?
- Updated browsers have better visual themes
- Browser updates fix security vulnerabilities that attackers actively exploit to compromise systems (Correct answer)
- Updated browsers download files faster
- Browser updates add more bookmark storage
Correct answer: Browser updates fix security vulnerabilities that attackers actively exploit to compromise systems
Browser updates patch security vulnerabilities that attackers exploit through malicious websites, drive-by downloads, and other web-based attacks, making updates critical for safe browsing.
Web browsers are among the most actively targeted software on any computer because they process untrusted content from the internet continuously. Browser vendors regularly discover and patch security vulnerabilities—Chrome, for example, patches critical security bugs multiple times per month. These vulnerabilities can allow attackers to execute arbitrary code on your computer, steal saved passwords and cookies, bypass security controls, or escape the browser sandbox. When vulnerabilities are disclosed, attackers quickly develop exploits targeting users who haven't updated. Zero-day exploits (attacks on unknown vulnerabilities) exist, but the vast majority of browser-based attacks exploit known, patched vulnerabilities in outdated browser versions. Modern browsers auto-update by default, but users should verify auto-update is enabled and restart the browser regularly to apply pending updates. Additionally, browser extensions should be kept updated and minimized, as they can also contain exploitable vulnerabilities.
Question 4: What is browser fingerprinting?
- Using your fingerprint to log into websites
- A tracking technique that identifies users by collecting unique characteristics of their browser configuration and system (Correct answer)
- Saving your browsing history
- Taking screenshots of websites you visit
Correct answer: A tracking technique that identifies users by collecting unique characteristics of their browser configuration and system
Browser fingerprinting creates a unique profile of your browser based on characteristics like installed plugins, screen resolution, fonts, and hardware, enabling tracking without cookies.
Browser fingerprinting is a sophisticated tracking technique that identifies and tracks users by collecting a unique combination of their browser and system characteristics. Unlike cookies, which can be deleted, fingerprinting uses inherent properties of your browsing environment that are difficult to change. Data points collected include: browser type and version, installed plugins and extensions, screen resolution and color depth, operating system, installed fonts, timezone, language settings, WebGL renderer information, canvas rendering patterns, audio context properties, and hardware details like CPU cores and available memory. When combined, these attributes create a fingerprint that is often unique enough to identify individual users across websites without storing anything on their device. Fingerprinting is harder to block than cookies because the data points are legitimately needed for web functionality. Countermeasures include using privacy-focused browsers (Tor, Brave), enabling anti-fingerprinting features, and standardizing browser configurations.
Question 5: What is the purpose of a browser's private or incognito mode?
- It makes you completely anonymous on the internet
- It prevents the browser from saving local browsing history, cookies, and form data from the session (Correct answer)
- It encrypts all internet traffic
- It blocks all advertisements and trackers
Correct answer: It prevents the browser from saving local browsing history, cookies, and form data from the session
Private/incognito mode prevents the browser from saving browsing history, cookies, site data, and form entries locally after the session ends, but does not make browsing anonymous to websites, ISPs, or network administrators.
Private or incognito browsing mode is a browser feature that prevents the browser from permanently storing certain types of data from the browsing session on the local device. When the private window is closed: browsing history is deleted, cookies and site data from the session are cleared, form data and passwords entered during the session are not saved, and temporary files may be removed. However, private mode has significant limitations that are commonly misunderstood: your internet service provider (ISP) can still see your traffic, websites can still identify you through login sessions and fingerprinting, your employer or school network administrator can monitor your activity, downloaded files and bookmarks are retained, and your IP address remains visible to websites. Private mode is useful for using shared computers, preventing local tracking, and testing websites, but it is not a tool for online anonymity. For true privacy, additional tools like VPNs, Tor, and anti-tracking extensions are needed.
Question 6: What is a malicious browser extension and how can it compromise your security?
- Any extension that changes the browser's appearance
- A browser add-on that appears useful but secretly collects data, injects ads, or redirects traffic for malicious purposes (Correct answer)
- An extension that blocks pop-up windows
- A browser plugin that requires payment
Correct answer: A browser add-on that appears useful but secretly collects data, injects ads, or redirects traffic for malicious purposes
Malicious browser extensions disguise themselves as legitimate tools but can read all data on visited websites, capture passwords, inject unwanted content, track browsing activity, or redirect searches.
Malicious browser extensions are add-ons that appear to provide legitimate functionality (ad blockers, PDF converters, shopping assistants) but secretly perform harmful actions. Because browser extensions can request powerful permissions—including reading and modifying all data on all websites, accessing browsing history, and managing cookies—a malicious extension can: capture login credentials entered on any website, inject advertisements or cryptocurrency mining scripts into web pages, redirect search queries to generate affiliate revenue, steal session cookies to hijack accounts, exfiltrate browsing history and personal data, and modify webpage content (including banking pages). Extensions can become malicious from the start, or a previously legitimate extension may be compromised when its developer sells it or their account is hacked. Protection includes only installing extensions from official stores, carefully reviewing permissions, minimizing the number of installed extensions, reading reviews and checking developer reputation, and periodically auditing installed extensions.
What does the padlock icon in a browser's address bar indicate?