Topic 15 · Deep Dive

15.2 Basic Cybercrime, Privacy, and Copyright Laws

Three Pillars, Three Different Targets

Cybercrime law criminalizes conduct against systems: the US Computer Fraud and Abuse Act punishes unauthorized access and exceeding authorized access, while the Budapest Convention is the coordinating treaty that lets member states share evidence and extradite. Privacy law regulates the processing of personal data rather than the intrusion itself: the EU GDPR requires a legal basis, data minimization, and breach reporting; the California Consumer Privacy Act and its amendment (CPRA) give residents rights to know, delete, and opt out. Copyright law protects works including code: the WIPO Copyright Treaties set the international baseline, and the US DMCA adds notice-and-takedown for hosting providers plus anti-circumvention rules against defeating access controls such as DRM.

Jurisdiction Follows the Data, Not the Server

The GDPR's territorial mechanism is targeting and monitoring: if you offer goods to or observe people in the EU, the rules attach regardless of where your servers sit. US state breach-notification laws and the sector-specific HIPAA rules for health data attach by data type and resident status. One SaaS stack therefore often sits under several regimes at once, and the practical compliance posture is to implement the strictest common denominator -- usually minimization, documented processing records, and a rehearsed notification procedure.

Clocks and Takedowns Are the Real Mechanisms

Abstract obligations change little; deadlines change behavior. GDPR Article 33 requires notifying the supervisory authority without undue delay and, where feasible, within 72 hours of becoming aware of a personal-data breach, with Article 34 adding people-notification when risk to them is high; fines can reach 4% of global annual turnover. DMCA takedowns run on counter-notice timers measured in business days. Software licensing compliance -- for example GPL copyleft source-disclosure duties or commercial audit clauses -- is copyright at the organizational level, caught by license scanning rather than legislation.

Reading a Regime in Five Questions

When a new law lands, ask: whose data or systems does it cover; what trigger event starts a clock; who must be told, in what channel; what records must exist before the incident; and what is the penalty ceiling. Those five answers map almost any regime onto concrete engineering work: logging retention, contact lists, template notices, and a decision tree that survives a bad night.

Architecture Diagram

jurisdiction map cybercrime law unauthorized access privacy law personal data copyright law code and content compliance obligations GDPR 72-hour breach notice obligations follow the strictest regime
Three legal pillars converge on concrete obligations, with hard clocks like the GDPR 72-hour notice driving the engineering work.

Key Takeaways

« Back to Topic 15« 15.1 / 15.3 »