Week 01 · lesson
Permission Is Part of the System
You find an unfamiliar device on a network. You know how to inspect it. You might even know exactly which commands would reveal what is running.
That still does not answer the first cybersecurity question.
Are you authorized to touch it?
Technical skill does not create permission. In defensive security, authorization is part of the engineering problem. A test that produces useful information can still be the wrong action if the target, method, or evidence collection falls outside the approved scope.
Authorization and scope are different
Authorization answers whether you are allowed to perform security work at all.
Scope defines the boundaries of that permission.
Imagine that a teacher gives you a fictional phishing email and asks you to identify suspicious clues. You are authorized to inspect the supplied message. That does not automatically authorize you to visit every URL in it, contact the sender, test a real account, scan a public IP address, or search another student's device.
The exercise has a boundary.
A professional authorization statement should make that boundary visible. At minimum, it should identify:
- the system, file, account, sample, or environment that is approved
- the actions that are allowed
- actions that are explicitly excluded
- the time or exercise window
- what evidence may be collected
- where the evidence may be stored or shared
- who can answer questions when the scope is unclear
Read the boundary like an engineer
Consider this fictional statement:
Students may inspect the three supplied email samples and their displayed headers during the Week 1 exercise. Students may record sender information, visible URLs, timestamps, and suspicious indicators in the course worksheet. Students may not open external links, contact senders, test credentials, scan domains, or inspect any account or device not supplied as part of the exercise.
Now test it.
| Action | Inside scope? | Why? |
|---|---|---|
| Read the displayed sender address | Yes | The supplied message is an approved sample. |
| Copy the visible domain into the worksheet | Yes | Recording visible indicators is explicitly allowed. |
| Open the suspicious URL to see what happens | No | External interaction is explicitly excluded. |
| Search a classmate's inbox for similar messages | No | The classmate's account is not an approved target. |
| Ask the teacher whether a provided attachment may be inspected | Yes | Clarifying scope is always safer than assuming permission. |
Notice what is happening here. You are not deciding whether an action is technically dangerous. You are deciding whether it is authorized.
Those are different questions.
The ambiguity test
Real instructions are not always perfect. That is where judgment matters.
Suppose the scope says:
Analyze the provided website configuration for security weaknesses.
Can you run a vulnerability scanner against the live website?
You do not have enough information.
The phrase "analyze the configuration" might mean inspect a supplied configuration file. It might mean interact with an isolated practice server. It does not clearly authorize active scanning of a live system.
The correct move is not to choose the least destructive scan. The correct move is to stop and clarify the boundary.
A useful rule for this course is:
If the target, action, or evidence source is ambiguous, treat it as outside scope until the ambiguity is resolved.
Build an authorization card
You are going to define the boundary for a fictional robotics-lab security exercise.
Scenario
A robotics team has received three fictional account-security alerts. One is legitimate, one is a simulated phishing message, and one contains insufficient information to classify confidently. The teacher has provided screenshots of the messages and a text export containing the visible sender, subject, timestamp, and displayed links.
Your job is to analyze the supplied evidence and recommend safe next actions.
Create an Authorization Card with these fields:
| Field | Your statement |
|---|---|
| Approved assets or samples | |
| Allowed actions | |
| Prohibited actions | |
| Evidence you may record | |
| Evidence you must not collect | |
| Escalation point when unsure |
Do not write "anything the teacher gives us" or "no hacking." Those phrases are too vague to enforce.
Your card should be precise enough that another student could read it and determine whether a proposed action is inside or outside the exercise.
Stress-test your own scope
Now evaluate these actions against the authorization card you wrote:
- Zoom in on a supplied screenshot to inspect the displayed URL.
- Search the real domain registration for the displayed domain.
- Enter a fake password into the displayed login page.
- Compare two supplied sender addresses.
- Save the fictional message screenshot in your course folder.
- Forward the sample to a personal email account for later analysis.
For each action, write one of:
- authorized
- not authorized
- unclear, ask before proceeding
Then cite the exact part of your authorization card that supports the decision.
If your card cannot answer several of these questions, revise the card. That is not failure. It means your first boundary was underspecified.
What professionals get wrong
A common beginner mistake is to substitute intention for permission:
"I was only trying to help."
Another is to substitute restraint for permission:
"I only ran one command."
Neither statement establishes authorization.
A third mistake is scope drift. The investigation begins with one approved artifact, then curiosity expands the work into adjacent systems. The student checks a related domain, then a real account, then another device because each step feels connected to the original task.
That chain is exactly why scope needs to be written down before the investigation grows.
Your evidence for Lesson 1
Submit your completed Authorization Card and a short scope decision log for the six stress-test actions.
Finish with this sentence in your own words:
The action I would be most tempted to assume is allowed is ________. It still requires clarification because ________.
That last answer matters. Good defensive security is not just knowing what you can do. It is recognizing the moment when you should not do it yet.
decision flow
Authorization, Ethics, and Evidence: Defensive Evidence Flow
Authorize
Confirm the classroom boundary and permitted evidence.
Observe
Inspect a provided artifact or isolated system state.
Assess
Connect evidence to risk, limitation, and control.
Defend
Document a safeguard and how it would be safely verified.
Read this concept flow as plain text
- Authorize. Confirm the classroom boundary and permitted evidence.
- Observe. Inspect a provided artifact or isolated system state.
- Assess. Connect evidence to risk, limitation, and control.
- Defend. Document a safeguard and how it would be safely verified.