Ethics & The Law · 1.2

⚖️ The Law & Authorization

The rules that keep you on the right side of a prison cell⏱ ~3 min

⚠ WarningRead this lesson carefully. Unauthorized access to a computer system is a serious crime in virtually every country — even if you don't damage anything, even if you 'just looked.' People go to prison for this. Everything in the rest of this module assumes you have explicit, written permission for any system you touch.

The Laws You Must Know Exist

RegionLawWhat It Criminalizes
🇺🇸 USAComputer Fraud and Abuse Act (CFAA)Accessing a computer 'without authorization' or exceeding authorized access
🇬🇧 UKComputer Misuse Act 1990Unauthorized access, unauthorized acts, and making/supplying hacking tools
🇪🇺 EUDirective 2013/40/EU + national lawsIllegal access, system interference, and data interference
🌍 Most nationsLocal cybercrime statutesUnauthorized access, damage, and data theft

The exact laws vary by country, but the core principle is universal: accessing a system you don't own and don't have permission to test is illegal. 'I was just curious' and 'I was trying to help' are not defenses.

What 'Authorization' Actually Means

Authorization isn't a verbal 'sure, go ahead.' Real authorization for security testing is a written, signed agreement that defines exactly what you're allowed to do. Without it, you have nothing.

The Rules of Engagement (RoE)

  1. 1.Scope — exactly which systems, IP addresses, and applications you may test (and which are off-limits)
  2. 2.Timeframe — the specific dates and hours testing is permitted
  3. 3.Permitted techniques — what's allowed (e.g., no denial-of-service, no social engineering unless specified)
  4. 4.Data handling — what you may access, and how you must protect anything sensitive you find
  5. 5.Contacts & escalation — who to call if something breaks or you find a critical, active breach
  6. 6.Get-out-of-jail letter — signed written authorization you can produce if challenged
🔒 SecurityNever test a system that isn't explicitly in your signed scope — not even to 'quickly check something.' Scope creep is one of the fastest ways an ethical engagement becomes a legal disaster. If it's not in writing, the answer is no.

Responsible Disclosure

If you ever find a vulnerability in a system you don't have a contract for — say, you stumble on a bug in a website you use — the ethical path is responsible disclosure: privately report it to the owner (many have a security@ email or a bug bounty program), give them reasonable time to fix it, and don't exploit it or make it public prematurely. Never demand payment — that can be construed as extortion.

🧠Quick Checkfirst try = +5 XP

A friend says 'just hack my school's site to show them it's insecure — it's fine, I gave you permission.' Is that legal?

0 XP🔥 0 days