L1
Β·
Quiz
Β·
Lab
L2
Β·
Quiz
Β·
Lab
L3
Β·
Quiz
Β·
Lab
L4
Β·
Quiz
Β·
Lab
Module Test
Module 6 Β· Lesson 1

Your Browser Is a Data Pipeline

Every click, search, and scroll is an input. Here is where it goes β€” and what you can actually do about it.
What happens the moment your browser loads a page, and which of those events can you stop?

In 2019, the Norwegian Consumer Council published a report called "Out of Control" detailing how ten popular apps β€” including Grindr, OkCupid, and Tinder β€” were sharing precise GPS coordinates, behavioral data, and device identifiers with roughly 135 advertising partners, often within milliseconds of a user opening the app. Users had agreed to this in a privacy policy that would take 32 hours of continuous reading to get through across all apps combined. The data reached data brokers who then sold profiles to insurers, employers, and political campaigns β€” none of whom the user had ever heard of.

The Tracker Ecosystem Inside a Single Page Load

When you load an ordinary news article, your browser makes requests not just to that publisher's server but to a constellation of third-party domains. A 2022 Princeton Web Transparency and Accountability Project scan of the Alexa top 100,000 sites found that the median site contacted 13 third-party domains on page load. These requests carry cookies, fingerprint your hardware, and report your visit to advertising exchanges β€” all before you have read a single sentence.

The technical chain works like this: the publisher sells ad inventory via a real-time bidding (RTB) auction that takes roughly 100 milliseconds. During that auction, your hashed email (if you are logged in anywhere), your IP address, your device type, and your inferred interests are broadcast to hundreds of bidders simultaneously. Even if none of them win the auction, all of them received your data. This mechanism is documented in the 2019 Irish Data Protection Commission investigation into Google's RTB system, which found the practice likely violates GDPR.

Why It Matters Right Now

In 2021, Grindr was fined 6.5 million euros by Norway's data protection authority specifically because the data shared in RTB auctions β€” including HIV status that users had voluntarily shared with the app β€” was transmitted to advertising partners without valid consent. The data did not stay with Grindr. It propagated outward through automated systems that no single person controlled.

What You Can Actually Stop at the Browser Level

The good news: browser-level defenses interrupt these pipelines at their source. The following controls are free, do not require going offline, and have documented effectiveness.

1
Switch to Firefox or Brave. Chrome sends browsing telemetry to Google by default. Firefox with Enhanced Tracking Protection (ETP) set to Strict blocks known trackers, cross-site cookies, and cryptomining scripts. Brave goes further, blocking ads and fingerprinting by default. A 2020 study by Professor Douglas Leith (Trinity College Dublin) measured all major browsers' data transmissions to their makers and found Brave sent effectively zero identifying data to Brave Software, while Chrome sent device identifiers and visited URLs to Google servers.
2
Install uBlock Origin. This is a free, open-source extension available for Firefox, Chrome, and Edge. It blocks ads and trackers by reference to regularly updated filter lists (EasyList, EasyPrivacy, uBlock filters). Independent tests by Ghostery in 2023 found uBlock Origin blocked more trackers per page than any other single extension. It is maintained by Raymond Hill and is not a company; it sells nothing.
3
Disable third-party cookies. In Firefox: Settings β†’ Privacy & Security β†’ Strict. In Chrome: Settings β†’ Privacy and Security β†’ Cookies β†’ Block third-party cookies. This alone breaks most cross-site tracking because it prevents cookies from following you between sites. Google announced plans to deprecate third-party cookies in Chrome, then reversed the decision in 2024 β€” so you must do this manually.
4
Use a private DNS resolver. Your ISP logs every domain name you query by default. Switching to Cloudflare's 1.1.1.1 (with DNS-over-HTTPS enabled) or NextDNS encrypts those queries and prevents your ISP from selling your browsing history. In the US, the FCC's 2017 repeal of broadband privacy rules explicitly allows ISPs to sell browsing data without consent; private DNS is the direct technical countermeasure.
Fingerprinting β€” The Tracker That Survives Cookie Deletion

Deleting cookies helps, but it does not stop browser fingerprinting. Your browser reports your screen resolution, installed fonts, graphics card capabilities (via WebGL), time zone, language settings, and dozens of other attributes. Combined, these create a fingerprint that is unique to roughly 1 in 286,777 browsers, according to the EFF's Panopticlick project (now Cover Your Tracks).

Brave randomizes fingerprinting outputs on each site load, making tracking unreliable. Firefox with the resistFingerprinting flag (set in about:config) does the same. The Tor Browser provides the strongest fingerprint normalization β€” it makes every user look identical β€” but it trades performance for privacy.

Practical Baseline

Firefox + uBlock Origin + Strict ETP + third-party cookies blocked + DNS-over-HTTPS to 1.1.1.1 is a configuration available to anyone in about 15 minutes, costs nothing, and eliminates the vast majority of third-party tracking documented by academic researchers. This is not "going off-grid." It is using tools designed for ordinary users.

Key Terms
RTB (Real-Time Bidding)An automated auction, taking ~100ms, in which advertisers bid for your ad impression; your data is broadcast to all bidders simultaneously regardless of who wins.
Browser FingerprintingTracking technique that identifies you by the unique combination of hardware and software attributes your browser automatically reports, persisting after cookie deletion.
DNS-over-HTTPS (DoH)Encrypts domain name lookup queries so your ISP cannot log the sites you visit.
Enhanced Tracking Protection (ETP)Firefox's built-in tracker-blocking system; Strict mode blocks the most trackers.

Lesson 1 Quiz

Browser tracking and practical defenses
What did the 2019 Norwegian Consumer Council "Out of Control" report find apps were sharing with advertising partners?
Correct. The report found GPS, behavioral, and device data going to ~135 ad partners β€” hidden inside privacy policies that would take 32 hours to read across all apps combined.
Not quite. The report documented precise GPS coordinates, behavioral data, and device identifiers flowing to roughly 135 advertising partners without meaningful consent.
Why does blocking third-party cookies matter even if you never click on ads?
Correct. Third-party cookies follow you across entirely separate sites, assembling a behavioral profile through passive observation β€” no click required.
Not quite. Third-party cookies track you silently across unrelated sites, building a profile from your browsing behavior even without any interaction with ads.
What makes browser fingerprinting harder to stop than cookie-based tracking?
Correct. Your screen resolution, fonts, GPU, and timezone are reported automatically and cannot be cleared like cookies. Brave and Firefox's resistFingerprinting mode are the primary defenses.
Not quite. Fingerprinting derives from hardware/software attributes that browsers report automatically β€” no login needed, and cookie deletion has no effect on it.

Lab 1: Browser Defense Audit

Chat with the AI to design your personal browser hardening plan

Your Task

You are going to audit your own browser situation and get specific, actionable advice. Tell the AI what browser you currently use, whether you have any extensions installed, and what your main concerns are (privacy, fingerprinting, ISP tracking, etc.). Ask for a step-by-step plan you can actually follow.

Start by saying: "I currently use [your browser] and I want to reduce tracking. Here is what I have installed so far: [none / list extensions]. What should I do first?"
AI Lab Assistant
Browser Privacy
Hello. I am your browser privacy advisor for this lab. Tell me which browser you use and what privacy tools, if any, you currently have installed β€” I will give you a specific, ordered action plan based on your actual setup. There are no wrong starting points here.
Module 6 Β· Lesson 2

Email, Messaging & Account Security

The inbox is the most attacked surface in your digital life. Protecting it does not mean disappearing.
What specific steps reduce email exposure and make account takeover dramatically harder β€” without switching to untraceable services?

In July 2020, attackers socially engineered Twitter employees with access to internal admin tools, resetting the passwords of 130 high-profile accounts β€” including those of Barack Obama, Joe Biden, Elon Musk, and Apple β€” within minutes. The attack required no sophisticated malware. It required a phone call. The attackers impersonated IT staff to a Twitter employee who had not been trained to recognize vishing (voice phishing). The result: accounts were used to promote a Bitcoin scam that netted roughly $120,000 in two hours. No browser extension would have stopped this. The vulnerability was human and procedural.

This case illustrates something important: technical tools and human behaviors must work together. You can harden your browser perfectly and still lose control of your accounts through a phone call, a reused password, or an SMS verification code intercepted in a SIM-swap attack.

Passwords: The Mathematics of Why Reuse Is Fatal

According to the 2023 Verizon Data Breach Investigations Report, 86% of breaches involved stolen credentials. The mechanism is almost always credential stuffing: attackers take username/password pairs leaked from one site breach and automatically test them against hundreds of other sites. If you used the same password on LinkedIn (breached in 2012, 117 million accounts) and your bank, attackers tested that combination against your bank years ago.

A password manager solves this structurally. It generates a unique, high-entropy password for every site and stores it encrypted locally or in a zero-knowledge vault. Bitwarden is free, open-source, and has been independently audited (most recently by Cure53 in 2022). 1Password and Dashlane are paid commercial options with strong security records. The critical point: any unique password per site is vastly safer than a memorable password reused anywhere.

The LinkedIn Breach β€” A Decade Later

LinkedIn was breached in 2012. The full database of 117 million hashed passwords appeared for sale in 2016. By 2020, researchers found those same credentials being used in automated attacks against Microsoft 365, Zoom, and banking sites. A breach does not expire. Credentials from 2012 are still being tested against new services today.

Two-Factor Authentication: Not All 2FA Is Equal

Enabling any form of 2FA dramatically reduces account takeover risk. But the type matters:

  • SMS-based 2FA β€” Vulnerable to SIM-swap attacks. In 2019, Twitter CEO Jack Dorsey's account was hijacked via SIM-swap; the attacker convinced Dorsey's carrier to transfer his phone number. SMS codes were then redirected. Avoid SMS 2FA for high-value accounts when alternatives exist.
  • Authenticator apps (Google Authenticator, Authy, Aegis) β€” Generate time-based one-time codes on your device. Cannot be intercepted via SIM-swap. Significantly better than SMS.
  • Hardware security keys (YubiKey, Google Titan) β€” Strongest available. Require physical possession of the key. Google rolled out security keys to all 85,000 employees in 2017 and reported zero successful phishing attacks on employee accounts in the following year, according to a KrebsOnSecurity report citing Google.
Email Alias Services: Giving Out Nothing Real

Your email address is a primary identifier that ties your activity across services. When a site is breached, your email lands in databases that enable spam, phishing, and social engineering for years afterward. Email alias services generate a forwarding address that delivers to your real inbox β€” you can disable or delete it instantly if it is compromised.

SimpleLogin
Free tier available. Open-source. Acquired by Proton in 2022. Generates unique aliases per site; you reply without revealing your real address.
Apple Hide My Email
Included with iCloud+. Generates random @privaterelay.appleid.com addresses. Seamlessly integrated on Apple devices.
DuckDuckGo Email Protection
Free. Generates a @duck.com forwarding address and strips email trackers (tracking pixels) before delivering to your inbox.
Firefox Relay
Free tier (5 aliases). Part of Mozilla's ecosystem. Integrates directly with Firefox browser.
Recognizing Phishing in the Age of AI

AI-generated phishing emails no longer contain obvious grammar errors. A 2023 IBM X-Force Threat Intelligence Index report noted that AI tools had begun appearing in phishing kit advertisements on dark web forums. The practical defense is not perfect grammar detection β€” it is verifying the sender through a separate channel. If an email from your bank requests action: close the email, open a new browser tab, navigate directly to the bank's URL you know, and log in. Do not click links in emails requesting credentials or payment.

Practical Baseline β€” Email & Accounts

Password manager (Bitwarden, free) + authenticator app 2FA on every critical account + email aliases for new signups + direct-navigation habit for banking. This combination addresses the top three documented attack vectors: credential stuffing, SIM-swap, and phishing β€” without requiring any service you do not currently use.

Key Terms
Credential StuffingAutomated attack that tests username/password pairs from known breaches against other sites, exploiting password reuse.
SIM-SwapAttack where a criminal convinces a carrier to transfer a victim's phone number, redirecting SMS-based 2FA codes.
TOTP (Time-Based One-Time Password)Six-digit codes generated by authenticator apps, valid for 30 seconds, not interceptable via SIM-swap.
Email AliasA forwarding address that delivers to your real inbox but conceals your actual email address from the receiving service.

Lesson 2 Quiz

Email, messaging, and account security
According to the 2023 Verizon DBIR, what percentage of breaches involved stolen credentials?
Correct. 86% β€” and the primary mechanism was credential stuffing using passwords from previous breaches.
Not quite. The 2023 Verizon DBIR found 86% of breaches involved stolen credentials, typically exploited via credential stuffing attacks.
Why is SMS-based two-factor authentication considered weaker than authenticator apps?
Correct. SIM-swap attacks transfer the target's number to an attacker's SIM, redirecting all SMS codes. Twitter CEO Jack Dorsey's account was compromised this way in 2019.
Not quite. The primary weakness is SIM-swapping β€” convincing a carrier to transfer your number β€” which redirects your SMS codes to the attacker. This is how Jack Dorsey's Twitter account was hijacked in 2019.
What is the primary benefit of using an email alias service when signing up for a new website?
Correct. If the site suffers a breach, attackers only get the alias, which you can immediately disable β€” your real address remains unknown to them.
Not quite. The key benefit is identity isolation: the site never knows your real email, so a breach only exposes the alias, which you can immediately deactivate.

Lab 2: Account Security Review

Build a personal account hardening checklist with AI guidance

Your Task

List your most critical online accounts (email, bank, social media, work tools) and ask the AI to help you prioritize which to secure first, what 2FA type to enable on each, and whether a password manager is practical for your situation. Be honest about your current habits β€” the AI will not judge.

Start by saying: "I want to review my account security. My most important accounts are [list them]. I currently use [no 2FA / SMS 2FA / app 2FA]. Help me prioritize what to fix first."
AI Lab Assistant
Account Security
Ready to help you audit your accounts. Tell me which services matter most to you β€” email, banking, social media, work β€” and what security measures you currently have in place. I will help you build a prioritized action list based on actual risk, not just general advice.
Module 6 Β· Lesson 3

Data Broker Opt-Outs & Privacy Rights

Your personal information is for sale right now. Here is the legal framework you can use β€” and its real limits.
What legal rights do you actually have over your data profiles, and what happens when you exercise them?

In November 2022, four University of Idaho students were murdered. In January 2023, investigators arrested Bryan Kohberger partly using data purchased from data brokers β€” specifically, a commercially available database of cell phone location pings that placed his device near the crime scene. Prosecutors cited geofence warrant data and commercially purchased mobility data in the probable cause affidavit. The location data was not obtained from Kohberger's phone directly; it was purchased from a data broker who had aggregated it from app SDKs β€” the kind embedded in weather apps, flashlight apps, and games. No warrant was needed to buy it.

This case illustrates the dual nature of the data broker ecosystem: the same commercial location databases used to solve murders are routinely sold to insurers, employers, landlords, political campaigns, and bounty hunters. The data is the same regardless of buyer. It came from apps you use every day.

What Data Brokers Actually Hold on You

Data brokers aggregate records from public sources (property records, voter registrations, court filings), commercial sources (loyalty programs, purchase histories), and digital sources (location data, browsing segments, social media). A 2014 FTC report titled "Data Brokers: A Call for Transparency" identified over 200 commercial data brokers in the US. Major players include Acxiom, which claims data on 2.5 billion consumers; LexisNexis Risk Solutions; Spokeo; BeenVerified; and Whitepages. These services sell people-search results directly to the public β€” your name, age, address, relatives, and past addresses β€” for a few dollars per query.

Your Legal Rights β€” What the Law Actually Says

California (CCPA/CPRA): California residents have the right to know what data is collected, to delete it, to opt out of sale, and to correct inaccurate data. The California Privacy Protection Agency (CPPA) enforces these rights. In 2023, the CPPA fined Sephora $1.2 million for failing to honor opt-out requests. The law applies to businesses with over $25M in revenue, 100,000+ consumers' data, or 50%+ revenue from data sales.

GDPR (EU/UK): Provides rights of access, rectification, erasure ("right to be forgotten"), and data portability. In 2021, WhatsApp was fined €225 million for GDPR transparency violations. The "right to erasure" is enforceable but contains exceptions for legal obligations and legitimate interests.

Virginia (VCDPA), Colorado (CPA), Texas (TDPSA): Similar rights to CCPA, passed between 2021 and 2023, covering residents of those states. No federal US privacy law exists as of 2024.

If you do not live in California, the EU, UK, Virginia, Colorado, or Texas, you have limited legally enforceable rights over data brokers. In most US states, opt-outs are voluntary, and brokers can simply ignore them.

The Sephora Enforcement β€” A Concrete Example

In 2022, California AG Rob Bonta fined Sephora $1.2 million for violations including failing to process consumer opt-out requests submitted through Global Privacy Control (GPC) β€” a browser signal that automatically signals opt-out preferences to websites. This was the first major US enforcement action specifically for ignoring GPC signals. Enabling GPC in browsers like Firefox, Brave, or via the Privacy Badger extension now sends a legally recognized opt-out signal to California-regulated businesses.

How to Actually Remove Yourself from Data Broker Sites

Manual opt-outs are tedious but free. Paid services automate the process at a cost. Here is a realistic assessment of each approach:

1
Manual opt-out using Privacy Rights Clearinghouse or Yael Grauer's Big Ass Data Broker Opt-Out List (free, publicly available on GitHub). This list documents the opt-out process for over 200 brokers with direct links. Expect to spend 4–8 hours for comprehensive submission and re-submit every 3–6 months as brokers re-aggregate your data.
2
DeleteMe ($129/year) β€” Sends opt-out requests quarterly to roughly 750 brokers and provides reports showing removal status. Owned by Abine. Documented by privacy journalists as effective for people-search sites like Spokeo, Intelius, and BeenVerified.
3
Kanary ($99/year) β€” Similar automated removal service with a focus on dark web exposure monitoring in addition to broker opt-outs.
4
Enable Global Privacy Control (GPC) β€” Free. Supported natively in Firefox and Brave, and via browser extensions. Sends an automatic opt-out signal to every site you visit. Legally binding for California businesses under CCPA as of the Sephora enforcement.
What Opt-Outs Cannot Do

Opting out of consumer-facing people-search sites does not remove your data from risk databases used by insurers, employers, and law enforcement (LexisNexis, Verisk, CoreLogic). These databases have separate access rules and do not generally offer public opt-outs. Government records (court filings, property records, voter rolls) are public by law and cannot be removed. The opt-out process removes you from the most accessible, commercial-facing broker profiles β€” it does not delete you from all data collection.

Practical Baseline β€” Data Broker Defense

Enable GPC in your browser (free, immediate, legally binding in California). Submit opt-out requests to the top 20 people-search sites manually using Yael Grauer's list (free, 2–3 hours). If your privacy needs are serious β€” journalism, domestic violence, public-facing job β€” consider a paid removal service. Set a calendar reminder to re-submit every 6 months.

Key Terms
Data BrokerA company that collects personal information from multiple sources and sells or licenses it β€” often without the subject's knowledge.
CCPA/CPRACalifornia Consumer Privacy Act / California Privacy Rights Act β€” US state law giving California residents rights to access, delete, and opt out of sale of their personal data.
Global Privacy Control (GPC)A browser signal that automatically communicates opt-out preferences to websites; legally recognized under CCPA as of 2022 enforcement.
Right to ErasureGDPR provision allowing EU/UK residents to request deletion of their personal data, subject to certain exceptions.

Lesson 3 Quiz

Data brokers, opt-out rights, and legal frameworks
In the 2022–2023 University of Idaho murder investigation, how did investigators obtain location data that helped identify the suspect?
Correct. The location data was purchased from a commercial data broker that had aggregated pings from app SDKs β€” the kind embedded in everyday apps. Commercial data purchases require no warrant.
Not quite. Investigators purchased commercially available mobility data from a data broker β€” data originally aggregated from app SDKs in ordinary consumer apps. No warrant was needed for the commercial purchase.
What made the 2022 Sephora enforcement action ($1.2M fine) historically significant for US privacy law?
Correct. Sephora was fined partly for not processing GPC browser signals as opt-out requests β€” the first time a company was penalized specifically for this, giving GPC legal teeth under CCPA.
Not quite. The Sephora action was significant because it was the first major enforcement specifically for ignoring GPC signals, establishing that GPC is a legally recognized opt-out mechanism under CCPA.
Which category of data broker is generally NOT accessible via public opt-out requests?
Correct. Risk databases (LexisNexis Risk Solutions, Verisk, CoreLogic) serve institutional clients and have separate access rules β€” they do not offer general public opt-outs.
Not quite. Risk databases like LexisNexis and Verisk serve insurers, employers, and law enforcement under separate rules and do not provide public opt-out mechanisms to consumers.

Lab 3: Data Broker Opt-Out Planner

Build a personalized removal strategy based on your situation

Your Task

Tell the AI your state of residence, your general privacy concerns (general privacy, job hunting, safety/stalking risk, or journalism), and whether you are willing to do manual opt-outs or prefer automated services. Get a tailored removal plan with specific priority sites and methods.

Start by saying: "I live in [state/country]. My main privacy concern is [general privacy / safety / professional reputation / other]. I am willing to spend about [X hours / $Y] on this. What should I do first?"
AI Lab Assistant
Data Broker Opt-Outs
I can help you build a data broker removal plan tailored to your situation. To give specific advice, I need to know: where you live (state or country), what your primary concern is β€” general privacy, a safety situation, professional reputation, or something else β€” and roughly how much time or money you are willing to invest. What can you tell me?
Module 6 Β· Lesson 4

Mobile Devices, Apps & Location Privacy

Your phone is the most comprehensive surveillance device ever built. Managing it does not require a burner phone.
Which app permissions and system settings most significantly reduce mobile tracking β€” and what does the evidence show about their effectiveness?

In August 2018, Associated Press reporters β€” with technical assistance from researchers at Princeton's IoT Lab β€” confirmed that Google stored location history on Android devices and in Google accounts even when users had explicitly turned off "Location History." The setting's description stated: "pauses" location saving. But a separate setting called "Web & App Activity," enabled by default, continued recording location data tied to searches, weather app opens, and Google Maps usage. The AP reported the finding, Google updated its disclosure language, and a class-action lawsuit in Arizona reached a $85 million settlement in 2023 β€” one of the largest privacy settlements in US history at the time.

The lesson is not that Google is uniquely deceptive. It is that individual permission toggles do not always do what their labels suggest. Effective mobile privacy requires understanding the actual data flows, not just the settings menu.

The App Permission Audit

The most impactful mobile privacy action requires no technical knowledge: auditing which apps have which permissions. Both iOS and Android provide permission dashboards that show, by category, which apps have access to location, microphone, camera, contacts, and more.

  • Location: Set all non-navigation apps to "Never" or "While Using Only." Background location access (running 24/7) is the source of the mobility data sold to brokers. On iOS: Settings β†’ Privacy & Security β†’ Location Services. On Android: Settings β†’ Privacy β†’ Permission Manager β†’ Location.
  • Microphone: Remove access from every app that does not require it to function. No weather app needs your microphone. Review quarterly.
  • Contacts: A contacts permission gives apps your full social graph β€” names, phone numbers, and emails of every person in your address book. Grant only to actual communication apps.
  • Advertising ID: On iOS: Settings β†’ Privacy & Security β†’ Tracking β†’ turn off "Allow Apps to Request to Track." On Android 12+: Settings β†’ Privacy β†’ Ads β†’ Delete Advertising ID. This removes the identifier that links your activity across apps.
The SafeGraph / Planned Parenthood Case (2022)

In June 2022, Vice Motherboard reported that data broker SafeGraph was selling location data identifying visitors to Planned Parenthood clinics, priced at approximately $160 for a nationwide dataset. The data came from apps whose users had agreed to vague "share location with partners" language. After the report, SafeGraph removed reproductive health care location data from its catalog β€” but only after the story was published. The data had been available for years. Revoking background location access from apps is the direct countermeasure: if apps cannot collect your location, brokers cannot buy it.

iOS vs. Android: A Privacy Comparison

Both platforms have improved significantly since 2019. Key differences as of 2024:

iOS: App Tracking Transparency (ATT), introduced in iOS 14.5 (April 2021), requires apps to request explicit permission before tracking across other companies' apps and websites. A 2022 study by Lotame found ATT reduced the addressable advertising tracking pool on iOS by roughly 78%. iOS also offers Private Relay (iCloud+ subscribers), which routes Safari traffic through two separate servers so no single party can see both your identity and your destination.

Android: Android 12 introduced Privacy Dashboard (centralized permission log), microphone/camera indicators, and approximate location (sharing a general area rather than precise GPS). Android 13 added photo picker, limiting apps to selected photos rather than your full library. Google Play's safety section requires apps to disclose data collection β€” but disclosures are self-reported by developers and not independently verified.

VPNs: What They Actually Do (and What They Do Not)

A VPN (Virtual Private Network) encrypts traffic between your device and the VPN server, masking your IP address and traffic content from your ISP and local network. What it does not do: hide your activity from the VPN provider itself (who now sees all your traffic), prevent app-level tracking by the apps on your phone, or remove cookies and fingerprints.

The practical use cases for a VPN are: public Wi-Fi (prevents local eavesdropping), hiding browsing from your ISP, and accessing geo-restricted content. For privacy from app trackers, it is largely irrelevant β€” apps track via advertising IDs and device fingerprints, not IP addresses.

Recommended VPN providers with documented no-log policies and independent audits: Mullvad (audited by Cure53; accepts cash payment; no account required beyond a generated number), ProtonVPN (audited by SEC Consult; open-source apps), and IVPN (audited by Cure53). Avoid free VPN services β€” their business model is typically selling the traffic data they were hired to protect.

Secure Messaging: Signal vs. the Alternatives

Signal uses end-to-end encryption by default for all messages and calls, stores minimal metadata, and is open-source. Crucially, Signal has demonstrated in court filings that it cannot comply with broad subpoenas β€” in 2016, the DOJ subpoenaed Signal's parent organization (Open Whisper Systems) and the only data Signal could produce was the account creation date and last connection date. Nothing else was stored to produce.

iMessage is end-to-end encrypted between Apple devices but backs up to iCloud by default β€” and iCloud backups can be subpoenaed and include message content. WhatsApp uses Signal's encryption protocol but is owned by Meta and retains extensive metadata about who messages whom and when. For high-stakes private communication, Signal on a device with a strong passcode is the practical standard.

Practical Baseline β€” Mobile Privacy

Revoke background location from all non-navigation apps. Delete your Advertising ID (Android) or disable tracking requests (iOS). Review microphone and contacts permissions quarterly. Use Signal for sensitive communications. If you use a VPN, choose Mullvad or ProtonVPN β€” audited, no-log providers. These steps address the actual documented mechanisms by which mobile data reaches brokers and advertisers.

Key Terms
App Tracking Transparency (ATT)iOS 14.5+ system requiring apps to request explicit permission before tracking users across other apps and websites; reduced addressable iOS tracking by ~78% after launch.
Advertising IDA resettable device identifier (IDFA on iOS, GAID on Android) used to link user activity across apps for targeted advertising.
VPNVirtual Private Network; encrypts traffic between device and server, masking your IP from ISPs and local networks β€” but does not hide activity from the VPN provider or prevent app-level tracking.
End-to-End Encryption (E2EE)Encryption where only sender and recipient can read messages; even the service provider cannot access content. Signal implements this by default.

Lesson 4 Quiz

Mobile devices, apps, and location privacy
What did the 2018 Associated Press / Princeton investigation reveal about Google's "Location History" toggle?
Correct. "Web & App Activity" β€” enabled by default β€” continued logging location data from searches and app usage even when Location History was explicitly disabled. Google settled a related Arizona lawsuit for $85M in 2023.
Not quite. The investigation found that "Web & App Activity," a separate setting enabled by default, kept recording location data from searches and app use even after users turned off "Location History."
Why is revoking background location access from apps the most effective countermeasure against location data brokers?
Correct. The SafeGraph case illustrates the full chain: apps embed location-collecting SDKs β†’ broker buys the data β†’ sells to third parties. Cutting background location at the source breaks the entire chain.
Not quite. Location brokers like SafeGraph acquire data from app SDKs that silently collect background location. If apps cannot collect it, brokers have nothing to buy β€” cutting access at the source breaks the entire supply chain.
What is the primary limitation of using a VPN for privacy on a mobile device?
Correct. Mobile tracking primarily uses advertising IDs and device fingerprints β€” not IP addresses β€” so a VPN does not address the main tracking mechanisms. It helps with ISP visibility and public Wi-Fi but not app-to-broker data flows.
Not quite. A VPN masks your IP from ISPs and local networks, but mobile trackers primarily use advertising IDs and device fingerprints β€” identifiers a VPN does nothing to prevent.

Lab 4: Mobile Privacy Action Plan

Get a personalized app permission audit and mobile hardening checklist

Your Task

Tell the AI which phone you use (iOS or Android version), which apps you use most often, and whether you have any specific concerns (location tracking, messaging privacy, ISP visibility). Ask for a specific, ordered list of actions you can take today β€” starting with the highest-impact ones.

Start by saying: "I have an [iPhone iOS version / Android version]. My most-used apps are [list 4–6 apps]. I am most concerned about [location tracking / messaging / general tracking]. What should I change first?"
AI Lab Assistant
Mobile Privacy
Let me help you build a mobile privacy action plan based on your actual device and apps. Tell me: iOS or Android (and version if you know it), your most-used apps, and what concerns you most β€” location data, messaging security, ISP tracking, or something else. I will give you a prioritized list of specific changes, starting with the highest-impact ones that take the least time.

Module 6 Test

15 questions β€” score 80% or above to pass Β· Protecting Yourself Without Going Off-Grid
1. What does "real-time bidding" (RTB) mean in the context of online advertising privacy?
Correct. In RTB, your data is transmitted to all auction participants β€” not just the winner β€” which is why the Irish DPC found it likely violates GDPR.
Not quite. RTB is an automated auction taking ~100ms in which your data is broadcast to all bidders; all receive your data even if they do not win the ad placement.
2. A 2020 Trinity College Dublin study found that Brave browser sent how much identifying data to Brave Software compared to Chrome sending data to Google?
Correct. Professor Leith's study found Brave sent effectively zero identifying data to Brave Software, while Chrome sent device identifiers and visited URLs to Google.
Not quite. The study found Brave sent effectively zero identifying data to its maker β€” the sharpest distinction from Chrome among all browsers tested.
3. Why does the EFF's Panopticlick / Cover Your Tracks project find browser fingerprinting uniquely identifies approximately 1 in 286,777 browsers?
Correct. Hardware and software attributes that browsers report automatically β€” in combination β€” create a statistically near-unique signature that persists after cookie deletion.
Not quite. It is the combination of hardware/software attributes browsers automatically report β€” resolution, fonts, GPU, timezone β€” that makes each fingerprint statistically near-unique.
4. The 2020 Twitter account takeover affecting Barack Obama, Joe Biden, and Elon Musk was primarily enabled by which technique?
Correct. Attackers made phone calls impersonating Twitter IT staff, convincing employees with admin access to grant them account control β€” no malware required.
Not quite. The attack was purely social engineering β€” phone calls impersonating IT staff to employees with internal admin access. Technical defenses would not have stopped it.
5. Which 2FA method has proven most resistant to account takeover in documented enterprise deployments?
Correct. Google deployed security keys to all 85,000 employees in 2017 and reported zero successful phishing attacks on employee accounts in the following year, per KrebsOnSecurity.
Not quite. Hardware security keys have the strongest track record β€” after Google deployed them to 85,000 employees, phishing attacks on employee accounts effectively stopped.
6. According to the 2023 Verizon DBIR, what percentage of data breaches involved stolen credentials?
Correct β€” 86%. The dominant attack method remains credential stuffing using leaked username/password pairs from previous breaches.
Not quite. The 2023 Verizon DBIR reported 86% of breaches involved stolen credentials, primarily through credential stuffing attacks.
7. DuckDuckGo Email Protection does which of the following in addition to generating a forwarding alias?
Correct. DuckDuckGo Email Protection generates @duck.com aliases AND strips tracking pixels (tiny 1Γ—1 images used to detect email opens) before forwarding to your real inbox.
Not quite. DuckDuckGo Email Protection also removes tracking pixels β€” the tiny images embedded in emails to log when and where you open them β€” before delivering to your inbox.
8. Global Privacy Control (GPC) became legally binding for California businesses as a result of which specific enforcement action?
Correct. The Sephora $1.2M fine in 2022 was the first major enforcement specifically for ignoring GPC signals, establishing GPC as a legally valid opt-out mechanism under CCPA.
Not quite. California AG Rob Bonta's 2022 action against Sephora β€” $1.2M fine partly for ignoring GPC signals β€” established GPC as legally recognized under CCPA.
9. The 2022 SafeGraph / Vice Motherboard investigation revealed that reproductive health clinic visitor data was available to purchase for approximately what price?
Correct. SafeGraph was selling a nationwide dataset of Planned Parenthood visitors for ~$160. The data originated from apps that had collected background location via embedded SDKs.
Not quite. Vice Motherboard reported SafeGraph was selling a nationwide dataset identifying Planned Parenthood visitors for approximately $160 β€” aggregated from app SDKs collecting background location.
10. When Google's "Location History" was turned off in 2018, what continued to record users' location data?
Correct. "Web & App Activity" β€” enabled by default and described separately β€” continued logging location data from Google services even when Location History was explicitly disabled. Arizona settled the resulting lawsuit for $85M in 2023.
Not quite. "Web & App Activity" β€” a separate, default-on setting β€” kept recording location from Google services even after Location History was turned off. Google settled Arizona's lawsuit for $85M in 2023.
11. Which of the following correctly describes what a VPN does NOT protect against on a mobile device?
Correct. VPNs mask IP addresses but have no effect on advertising IDs or device fingerprints β€” the primary mechanisms used by mobile trackers and data brokers.
Not quite. A VPN does not affect advertising IDs or device fingerprints β€” the actual identifiers used in mobile app tracking. It only changes what your ISP and local network observers see.
12. Apple's App Tracking Transparency (ATT), launched in iOS 14.5 in April 2021, reduced the addressable iOS advertising tracking pool by approximately how much according to a 2022 Lotame study?
Correct. Lotame's 2022 study found ATT reduced the addressable iOS tracking population by roughly 78% β€” because most users declined tracking when explicitly asked.
Not quite. Lotame's 2022 study found ATT reduced the addressable iOS tracking pool by approximately 78% β€” demonstrating that most users decline tracking when explicitly asked.
13. What data was Signal able to produce when the DOJ subpoenaed it in 2016?
Correct. Signal's minimal data retention meant the only information it could legally provide was account creation date and last connection date β€” demonstrating its privacy architecture through a real legal test.
Not quite. Signal could only produce account creation date and last connection date. No messages, contacts, or call records existed on Signal's servers to hand over β€” demonstrating genuine minimal data retention.
14. Which category of opt-out does enabling Global Privacy Control (GPC) in your browser address?
Correct. GPC sends an automated opt-out signal to every website you visit β€” and after the Sephora enforcement, California businesses are legally required to honor it under CCPA.
Not quite. GPC automatically signals opt-out of data sale to every website β€” legally binding for California-regulated businesses since the 2022 Sephora enforcement established it under CCPA.
15. What is the key reason Mullvad VPN is specifically recommended over free VPN services by privacy researchers?
Correct. Free VPNs' business model is typically monetizing user traffic data β€” the opposite of privacy. Mullvad's independent audit, no-log policy, and anonymous account structure address all three concerns.
Not quite. Free VPN services typically sell user traffic data β€” directly undermining their stated purpose. Mullvad is recommended because of its independent Cure53 audit, verified no-log policy, and account-free structure.