Family Personal DevelopmentLearning Center • Cybersecurity
SAFE CONCEPT APPLICATION • FICTIONAL LAB

Cyber Investigation Lab: How Access Happens

Use one guided lab to trace how devices, data, networks, people, and access decisions connect. Everything technical on this page is fictional or simulated.

🧭 Follow the Lab Path

The sequence now moves from trust and ethical scope to hardware, bits, networks, Linux practice, packet analysis, people, and defense.

🔐 Permission First

Use fictional data, safe simulations, and systems you are clearly authorized to explore.

Important Boundary

Cybersecurity knowledge can protect or harm. This site focuses on awareness, ethical testing, safe practice environments, and defense. Public information is not automatic permission to target a real person.

1

Trust Is a Security Decision

An unfamiliar button can hide a destination and rely on curiosity, urgency, or trust.
Trust & links

⚠️ Click This Suspicious Button

This harmless FamilyPD simulation shows what happens when someone clicks an unfamiliar button before verifying where it leads.

Click this suspicious button

Why This Matters

Opening a webpage allows its scripts to run within browser security boundaries. A malicious page may imitate a login, request permissions, trigger a download prompt, redirect elsewhere, collect entered information, or attempt to exploit an unpatched browser.

The safest habit: pause, preview the destination, verify the source, and treat unexpected login or permission requests as warning signs.
2

How a Cyber Operation Can Unfold

The order can overlap, repeat, or change as new information appears.
Ethical scope
Context matters: Sometimes a target or goal is known first. Other times reconnaissance reveals which systems, accounts, or people may become targets. Ethical testing begins with authorization and scope before any technical action.

Define what is authorized, which systems are included, what actions are allowed, when testing may occur, and how findings will be reported.

An attacker may begin with a person, organization, account, system, or outcome. The target can also change after reconnaissance uncovers new opportunities.

Gather public or authorized information about people, technologies, domains, services, relationships, and routines. OSINT belongs here.

Identify reachable hosts, open ports, services, versions, accounts, or configurations in an approved environment. An open port is a clue—not proof of a vulnerability.

A foothold may come from phishing, stolen credentials, exposed remote access, a vulnerable service, or another weakness. The simulations here use fake data and isolated systems.

Real attackers may seek higher privileges, persistence, additional systems, or valuable data. Defenders watch identity, endpoint, network, and log activity for these signs.

Possible goals include theft, disruption, fraud, spying, extortion, or manipulation. Defenders protect confidentiality, integrity, and availability.

Teams contain the issue, preserve evidence, remove the cause, restore operations, communicate appropriately, and improve controls.

Path Check

Completed: 0 / 3

Collecting public usernames and company information fits where?

What comes before authorized security testing?

Does every incident follow one perfect sequence?

3

Inside the Computer

Select a component to connect hardware with security.
Hardware

Select a component

Each part supports the larger system and creates different reliability, privacy, or security considerations.

4

Bits, Bytes & Number Systems

Computers represent text, images, instructions, and network values using patterns of bits.
Data foundations

Bit

A bit is one binary digit: 0 or 1. It represents an off/on or false/true state.

Byte

Eight bits commonly form one byte. Bytes help represent characters, colors, instructions, and stored data.

Why hexadecimal?

Hexadecimal shortens binary values so analysts can read them faster. It appears in memory, packet bytes, MAC addresses, hashes, and web colors such as #173B63.

Try a color wheel
5

Networks, Ports & Services

Learn how devices connect and how services listen at numbered endpoints.
Network foundations
What the scan is really showing: The fictional hacker machine sends preset requests toward the fictional target. In a real authorized assessment, responses are interpreted as bits arranged into packet fields. IP addresses help identify endpoints, ports suggest which services are listening, and packet captures show how the conversation unfolds over time.
Why this comes before scanning: A scan is easier to understand after you know that IP addresses identify devices and ports identify service endpoints. Learn the concepts here, then apply them in the Linux lab.

Select a port

A port identifies a service endpoint. Defenders ask whether that service is necessary, patched, authenticated, encrypted, limited, and logged.

6

Linux Command, Target & Packet Lab

Use commands against a fictional target, inspect preset scan results, and follow simulated packets.
Safe application
Authorized practice only: Everything below is simulated. The page does not read your real IP address, scan your network, or capture live traffic. Never scan or intercept a real system without clear permission.

Linux Terminal

Practice local Linux commands first, then interact with the fictional target at 10.10.10.20. Every response is preset; no real network request occurs.

Suggested command path: Run ip addr to identify the hacker machine, ping 10.10.10.20 to test simulated reachability, nmap 10.10.10.20 to view fictional ports, nmap -sV 10.10.10.20 to view preset service details, and curl http://10.10.10.20 to request a fictional web page.
hacker@lab:~ — fictional local simulation
Try ip addr to identify the simulated IP address, then inspect storage, memory, routes, and processes.
$

Simulated identity

whoami returns hacker. hostname returns hacker.

Simulated IP address

ip addr shows 10.10.10.25/24. This is fictional—not the visitor’s real address.

Target system

The fictional target is 10.10.10.20. Commands return preset educational results only.

7

People, Reconnaissance & Social Engineering

Technical clues and human behavior often connect.
Human factors

🕵🏽 Tony Stark OSINT Challenge

Explore the real fictional practice environment, then use the answer-check cards.

Open OSINT exploration

🎭 Social Engineering

Identify urgency, authority, impersonation, and credential-harvesting warning signs.

Open the simulation

🧪 Authorized Range

Follow the complete CYBER.ORG Range walkthrough using Kali, Windows, SEToolkit, and fake credentials.

Open the Range guide
8

Defense Connects Everything

Reduce exposure, detect unusual activity, respond, and improve.
Defense

Fix known vulnerabilities in operating systems, browsers, firmware, applications, and network devices.

Use unique accounts, strong authentication, MFA, least privilege, and regular access reviews.

Disable unnecessary services, close unused ports, remove unsupported software, and segment networks.

Maintain tested backups, recovery procedures, logs, and communication plans so incidents do not become permanent failures.

Where These Ideas Can Lead

Continue learning, compare career preparation options, explore high-school CTE, or review the Nevada Partners program.
Continue

References

  1. Cybersecurity and Infrastructure Security Agency. (n.d.). Recognize and report phishing. https://www.cisa.gov/secure-our-world/recognize-and-report-phishing
  2. CYBER.ORG. (n.d.). CYBER.ORG Range. https://cyber.org/range
  3. MITRE. (n.d.). MITRE ATT&CK. https://attack.mitre.org/
  4. National Institute of Standards and Technology. (2008). Technical guide to information security testing and assessment (NIST SP 800-115). https://csrc.nist.gov/pubs/sp/800/115/final
  5. Internet Assigned Numbers Authority. (n.d.). Service name and transport protocol port number registry. https://www.iana.org/assignments/service-names-port-numbers/