Skip to main content
Chapter 51 · Cybersecurity

Cybersecurity & Privacy, 1970–2026: Connected Everything, Secured Nothing

The Original Sin

The internet was built by people who knew each other.

Its founding protocols were designed for a network of academic and defense researchers where every participant was identifiable, accountable, and reachable by telephone. Security meant controlling physical access to a terminal. Authentication was a formality among colleagues. The protocols assumed good faith because, at the time, good faith was a reasonable assumption.

Then the network connected everyone. The same infrastructure now carries traffic between strangers, competitors, criminals, and hostile states, and it carries that traffic using protocols that still, at their foundation, assume the sender is who they claim to be.

Nearly everything in this chapter follows from that inheritance. The global cybersecurity industry now runs to roughly $200 billion annually, spent largely to bolt controls onto systems whose foundations were never designed to bear them.¹

This chapter traces how the problem developed—from curiosity-driven viruses to industrialized extortion, from perimeter defense to zero trust—because the AI transformation covered in the next chapter is best understood as the newest round of a very old contest.


2026 Snapshot — The Threat Landscape

Attack Volume

The AV-TEST Institute registers more than 450,000 new malware samples and potentially unwanted applications every day.² That number resists intuition, and the correct inference from it is not that there are half a million new attacks daily. It is that malware generation was automated long ago, and that signature-based detection—matching known-bad patterns—was defeated by that automation years before AI entered the picture.

Ransomware payments exceed a billion dollars annually, with total economic damage some multiple of that once downtime, recovery, and lost business are counted. Data breaches expose billions of records a year; the working assumption for any individual in a developed economy should be that their personal data has already been compromised somewhere.

State actors operate continuously. Russia, China, North Korea, and Iran maintain persistent capabilities, with distinct characteristic objectives: espionage, intellectual property theft, revenue generation, and regional disruption respectively.

Structural Vulnerabilities

Complexity is the root cause. Modern systems run to millions of lines of code, depend on thousands of third-party components, and change continuously. Defect density in production software is remarkably consistent across decades and languages, which means vulnerability count scales with size. Zero bugs is not an achievable target; it is a category error.

Connected devices now number in the tens of billions, and a large fraction ship insecure by default—hardcoded credentials, no update mechanism, no security support after sale. These devices frequently outlive their manufacturers.

The human element is present in the overwhelming majority of successful breaches. Phishing works, and it works against trained, intelligent, careful people, which is why treating it as a user-education problem has failed for thirty years.

Supply chains convert one compromise into thousands. This is now the highest-leverage attack pattern available.

Defensive Position

Spending rises annually and breaches continue, which is the observation that motivates the economics section below. The industry reports roughly 3.4 million unfilled positions globally, a gap that has persisted through years of rising salaries—strong evidence that the shortage is structural rather than a matter of compensation.³

Privacy

Running parallel to security, and losing more decisively. Data collection is the default rather than the exception. Location, purchase, browsing, and communication metadata are gathered continuously by parties most people could not name. GDPR and its imitators attempted to restore individual control; enforcement has been uneven and the underlying business model has adapted rather than changed.


Notable Players

Security vendors consolidated into platforms. CrowdStrike, Palo Alto Networks, Fortinet, Zscaler, and SentinelOne compete on endpoint, network, and cloud coverage, increasingly selling a suite rather than a product because customers cannot integrate dozens of tools.

Cloud providers became the largest security vendors almost incidentally. AWS, Azure, and Google Cloud operate under a shared responsibility model that is widely misunderstood by customers, and misconfiguration of cloud resources by customers—not compromise of the providers—accounts for a substantial share of cloud breaches.

Identity vendors including Okta and Microsoft's identity platform occupy the position that matters most in a zero-trust architecture, and are therefore themselves high-value targets. Compromising the identity provider compromises everything downstream.

Government agencies—CISA in the US, the NCSC in the UK, ANSSI in France, BSI in Germany—have shifted from advisory to operational roles, issuing binding directives for federal systems and coordinating disclosure.

Threat actors are now organized enterprises. Ransomware-as-a-service operations run affiliate programs, provide technical support, and negotiate professionally. Attributed state groups—the APT designations for Russian, Chinese, North Korean, and Iranian operations—maintain persistent access campaigns measured in years.


The History of Digital Insecurity

Curiosity, 1970–1990

The first self-replicating programs were experiments. Creeper in 1971 displayed a message. The Brain virus in 1986 included its authors' names and phone number, because they wanted to be contacted.

The Morris Worm in 1988 was the turning point—intended as a census of internet-connected machines, a bug in its replication logic caused it to reinfect hosts until they collapsed, taking down a significant fraction of the early internet. It established the pattern that would define the field: harm caused not by malice but by unanticipated behavior at scale.

Defense meant antivirus software matching known signatures, and the perimeter model: keep bad actors outside, trust everything inside.

Commercialization, 1990–2005

Connecting the internet to commerce gave attackers a revenue motive, and the field professionalized accordingly. Email worms—Melissa in 1999, ILOVEYOU in 2000—spread through address books at a speed that made human response irrelevant. Code Red and SQL Slammer demonstrated that a worm exploiting a single unpatched service could saturate the internet in minutes.

Defense added firewalls, intrusion detection, and dedicated security operations. The Computer Fraud and Abuse Act and sectoral privacy legislation created legal frameworks that have aged poorly.

Weaponization, 2005–2015

Two developments defined this period.

Criminal activity industrialized. Markets for stolen credentials, exploit kits, and access-as-a-service emerged, creating specialization—one group finds access, another monetizes it—which made the whole enterprise more efficient and much harder to disrupt.

And states entered openly. Stuxnet, discovered in 2010, targeted Iranian uranium enrichment centrifuges and caused physical destruction through purely digital means.⁴ Its significance was categorical: it demonstrated that code could break machinery, that a state would use that capability, and—because the malware eventually escaped its intended environment—that cyberweapons do not stay where they are aimed.

Large breaches became routine. The 2015 compromise of the US Office of Personnel Management exposed security clearance files on more than 20 million people, including background investigation data that is permanently valuable to a foreign intelligence service and cannot be reissued like a credit card.

Extortion, 2015–Present

Ransomware turned compromise into a reliable business.

WannaCry in May 2017 spread to more than 230,000 computers across 150 countries, disrupting hospitals mid-treatment.⁵ It exploited a vulnerability that had been developed as an offensive tool by a national intelligence agency, leaked, and then weaponized by a different state actor—a sequence that should inform every debate about whether governments should stockpile vulnerabilities rather than disclose them.

NotPetya followed a month later, causing over $10 billion in damage.⁶ It presented as ransomware and was actually a destructive wiper with no recovery mechanism, targeted at Ukraine and spread indiscriminately to multinationals whose only error was operating there.

SolarWinds, disclosed in December 2020, compromised a widely used network management product and thereby reached more than 18,000 customer organizations including multiple US federal agencies.⁷ It is the definitive supply-chain attack: the target was not any one organization but the trust relationship all of them had with a vendor.

Colonial Pipeline in May 2021 halted fuel distribution across the US East Coast after a ransomware attack, with a $4.4 million ransom paid.⁸ Notably, the pipeline's operational systems were not compromised—the company shut them down preemptively because its billing systems were encrypted and it could not determine what it was safe to run.


The Persistent Problems

Complexity Makes Vulnerability Inevitable

Software scale, interdependence, and change velocity combine to guarantee defects. A system with a million lines of code, drawing on a thousand external dependencies, updated weekly, will contain exploitable vulnerabilities regardless of the care taken. The realistic objective is not elimination but reduction of exploitable surface, speed of detection, and limitation of blast radius.

The Economics Are Backwards

Asymmetry favors the attacker structurally. The defender must protect every path; the attacker needs one. That asymmetry is not correctable by effort.

Externalities are the deeper problem. A breached company bears its own remediation and reputational costs, and does not bear the costs imposed on the people whose data was exposed. Because the party choosing the security investment is not the party bearing most of the loss, the rational level of investment is systematically below the socially optimal one.

This is a market failure with a well-understood shape, and it is why the field has not improved despite enormous spending. Software liability is nearly nonexistent; a vendor shipping a defect that causes millions in downstream loss typically owes nothing under a license agreement disclaiming all warranties. No other engineering discipline operates this way, and the absence of liability is the single largest structural cause of insecure software.

The Human Factor Is Not a Training Problem

The overwhelming majority of successful attacks involve a person doing something reasonable-seeming. Thirty years of security awareness training has not solved this, and the reason is that phishing exploits the ordinary functioning of trust rather than a deficit of knowledge. Well-trained security professionals fall for well-constructed pretexts.

The productive response has been architectural rather than educational: phishing-resistant authentication that does not depend on the user detecting the attack, and least-privilege design that limits what a compromised account can reach.

Legacy Systems Cannot Be Fixed

Critical infrastructure runs on decades-old code that cannot be patched because it cannot be taken offline, cannot be tested, and in many cases cannot be understood—its authors are retired and its documentation is gone. This is not negligence; it is the accumulated cost of building critical systems in an era before anyone anticipated that they would be networked.


Privacy: The Parallel Problem

Privacy eroded through a business model rather than an attack.

Services offered at no monetary cost are funded by data collection and attention resale. The exchange is real but was never meaningfully consented to, because the terms are unreadable, the alternatives are absent, and the consequences are invisible at the moment of choice. A distinct data broker industry then aggregates and resells information about people who have never heard of the companies holding it.

The regulatory response has been substantial in ambition and mixed in effect. GDPR took effect in May 2018, establishing consent requirements, data subject rights, and penalties that have cumulatively exceeded €4 billion.⁹ It changed corporate behavior meaningfully and also produced the consent-banner regime, which technically complies with the law while functionally training a generation of users to click through privacy decisions without reading them.

California's CCPA followed with opt-out rights. The US still has no comprehensive federal privacy law, leaving a patchwork of state and sectoral rules.

Privacy technology exists and is unevenly adopted. End-to-end encryption is now default in major messaging platforms, which is the single largest privacy improvement of the period. Anonymization, by contrast, has largely failed—repeated demonstrations have shown that supposedly de-identified datasets can be re-identified by correlation with other data. Privacy-preserving computation is genuinely promising and not yet practical at scale.


The AI Transition Begins

AI has already entered both sides of the contest.

Defensively, machine learning handles the volume problem. A large organization generates billions of security events daily, and no human team can triage them. Anomaly detection establishes behavioral baselines and flags deviation, catching novel attacks that signature matching misses by construction.

Offensively, the immediate gains are in social engineering. AI-generated phishing is grammatically perfect, personalized at scale, and free of the tells users were trained to notice. Voice cloning enables telephone impersonation. The same tools that find vulnerabilities to patch find vulnerabilities to exploit—there is no technical difference between the two activities, only intent.

Zero trust emerged as the architectural response to the collapse of the perimeter model.¹⁰ Its principle—never trust, always verify—assumes breach rather than attempting to prevent it, and limits what any compromised credential can reach. Adoption has been slower than vendor forecasts predicted, as adoption always is, because it requires rearchitecting rather than purchasing.

Which side AI ultimately favors is genuinely unresolved, and the next chapter takes up the question in detail.


Second-Order Impacts

Cyber insurance became a de facto regulator. Insurers now impose security requirements as underwriting conditions, achieving through contract what legislation could not. They have also begun excluding state-attributed attacks, which is where the model strains—NotPetya litigation turned on whether a Russian attack on Ukraine constituted an act of war for exclusion purposes.

Ransomware payment created a moral trap. Paying funds the next attack; not paying may end an organization and, in healthcare, harm patients. No individual actor can resolve this, which is the signature of a problem requiring collective rules rather than individual virtue.

Offensive stockpiling has repeatedly backfired. Vulnerabilities retained for intelligence use have leaked and been used against the retaining country's own citizens and allies. WannaCry is the clearest case.

Security became a barrier to entry. Compliance burden favors large incumbents that can absorb it, contributing to consolidation in every regulated industry.


Conclusion

The internet's founding assumption—that participants can be trusted—was correct when made and has been wrong for roughly thirty years. Everything since has been retrofit.

The structural problems are not mysterious. Complexity guarantees defects. Asymmetry favors attackers. Externalities mean that whoever chooses the security level is not whoever bears the loss. Legacy systems cannot be repaired. And the human element is not a training deficiency but a property of how trust works.

What is notable is that none of these is primarily a technology problem, and the interventions with the best track record have not been technical either. Encryption became default because platforms decided it should be. Cloud migration improved the security posture of most organizations that had been running their own infrastructure badly. Cyber insurance imposed standards that regulation had not.

The one intervention with the largest expected effect has not been tried: making software vendors liable for defects, as every other engineering discipline is. That is a legislative choice, available at any time, and it remains unmade because the industry that would bear the cost is effective at explaining why it should not.

AI now enters this contest on both sides simultaneously. The next chapter examines what changes when attack and defense both operate faster than the humans nominally in charge of them.


Endnotes — Chapter 51

  1. The global cybersecurity market is approximately $200 billion annually (2024), projected above $500 billion by 2030, including products, services, and managed security.
  2. The AV-TEST Institute registers more than 450,000 new malware samples and potentially unwanted applications daily—a figure reflecting automated generation rather than distinct attack campaigns.
  3. ISC² estimates approximately 3.4 million unfilled cybersecurity positions globally (2023). The gap has persisted through sustained salary growth, indicating a structural rather than compensation-driven shortage.
  4. Stuxnet, discovered in 2010, targeted Iranian nuclear enrichment centrifuges and is the first known cyberweapon to cause physical destruction; widely attributed to a joint US-Israeli operation. It subsequently spread beyond its intended targets.
  5. WannaCry (May 2017) affected more than 230,000 computers across 150 countries, exploiting the EternalBlue vulnerability developed by the NSA and subsequently leaked; attributed to North Korea.
  6. NotPetya (June 2017) caused more than $10 billion in global damage. Presented as ransomware, it was a destructive wiper with no recovery mechanism; attributed to Russia and targeted at Ukraine, with worldwide collateral effect.
  7. The SolarWinds compromise (disclosed December 2020) affected more than 18,000 customer organizations including US federal agencies, by compromising a trusted software update mechanism; attributed to Russia.
  8. The Colonial Pipeline ransomware attack (May 2021) shut down major US East Coast fuel distribution; the DarkSide group was responsible and a $4.4 million ransom was paid. Operational systems were not compromised; the shutdown was precautionary.
  9. GDPR took effect in May 2018; cumulative fines have exceeded €4 billion through 2024. Its consent requirements produced widespread behavioral compliance alongside the consent-banner regime that undermines its intent.
  10. Zero trust architecture—"never trust, always verify"—replaces perimeter defense with continuous authentication and micro-segmentation. NIST Special Publication 800-207 provides the reference framework.