IT Notebook

Hardware · Software · Network · Security · Cyber
OSI-Driven 5-Plane Audit Gamified Quiz
OSI Diagnostic Ladder
5-Plane Hardening Matrix
Hardware
A
Software
C
Network
G
Security
T
Cyber
Ae

A — Hardware Plane

SMART Status: Check all drives for reallocated sectors. Replace if > 0.
RAID Sync: Verify RAID array health and rebuild status.
mdadm --detail /dev/md0
PSU/Fan Health: Check hardware sensors, fan RPM, temperature thresholds.
Evidence: Screenshot of RAID/SMART dashboard with timestamp.

C — Software Plane

Patches: OS and application patches must be < 30 days old.
Local Admins: Remove all unauthorized local admin accounts.
Windows: wmic qfe list
Linux: apt list --upgradable · dnf check-update
Evidence: Patch compliance report with datestamps.

G — Network Plane

VLAN Segmentation: Verify all ports on correct VLANs.
show vlan brief
Default-Deny: Firewall baseline = deny all; allow specific.
NTP Sync: All core devices synchronized. Offset < 100ms.
ntpq -p
Evidence: Netflow/syslog exports; NTP offset logs.

T — Security Plane

MFA: Enforced on all admin and remote access. Test login flow.
3-2-1 Backups: 3 copies, 2 media types, 1 offline/immutable.
Test Restore: Perform a real restore from offline backup.
Privileged Access: Review and justify all admin accounts.
Evidence: Restore completion log; access review signoff.

Ae — Cyber Plane

EDR Active: Verify agent heartbeat on all endpoints.
Vuln Scan: Run scan < 7 days. Use Nessus/OpenVAS.
Attack Path: Crown-jewel assets mapped with attack graph.
CVE Priorities: Critical/High CVEs assigned owners and deadlines.
Evidence: Scan report with CVE priorities and owner assignments.
Phase 1: Diagnose (Fix It)
L1: Link lights · reseat cable · test with known-good
L2: show mac address-table · verify VLAN/trunk
L3: ping gateway · traceroute · show ip route
L4: nc -vz IP PORT · TCP 3-way handshake
L5: Session timeouts · keepalive settings · session tables
L6: openssl s_client -connect IP:443 · TLS version/cipher
L7: curl -v https://URL · HTTP 200 · auth validation
Phase 2: Harden (Secure It)
A — Hardware: SMART health · RAID sync · PSU/fan
C — Software: Patches < 30d · remove local admins · apt list --upgradable
G — Network: VLAN seg · default-deny · NTP sync · ntpq -p
T — Security: MFA enforced · 3-2-1 backups (1 offline/immutable)
Ae — Cyber: EDR active · vuln scan < 7d · attack path mapped
Phase 3: Incident (Contain It)
5 MIN Contain: Isolate asset — unplug NIC or disable switch port
10 MIN Preserve: RAM dump · copy logs · sha256sum critical binaries
15 MIN Triage: Identify IOC (IP, domain, hash) · EDR kill-chain stage
60 MIN Remediate: Wipe/reimage · rotate all credentials used on host
24 HR Validate: Reconnect · monitor 24hrs · verify no beaconing
48 HR Retire: Root cause doc · update detections (Sigma/Splunk rule)
Phase 4: Daily Health (Prevent It)
Every Morning (5 min): Dashboard clean · backup success · auth anomalies (>50 failed from single IP) · NTP sync
Every Friday (15 min): Patch status for internet-facing assets · test one random restore · review firewall change requests
Monthly (30 min): Full vulnerability scan · audit local admins · verify MFA coverage · update runbooks
Quarterly (1 hr): Tabletop incident exercise · backup restore drill · review and rotate service account credentials

Evidence Collection Kit

ScreenshotsTimestamped PNG
Command Outputscript / tee to file
Log Exportssyslog / JSON / CEF
Hash Verificationsha256sum > hashes.txt
Chain of CustodySigned form + timestamps

Top 15 Ports to Know

PortServiceWhy It Matters
22SSHRemote admin; key-based auth required
53DNSResolution; DNS tunneling vector
80/443HTTP/SWeb apps; TLS termination
123NTPTime sync; NTP amplification risk
389/636LDAP/SDirectory auth; plain-text risk on 389
445SMBFile sharing; EternalBlue target
3389RDPRemote desktop; brute-force target
3306MySQLDatabase; never expose to internet
5432PostgreSQLDatabase; restrict to app servers
8080HTTP AltProxy/dev servers; often unmonitored
8443HTTPS AltManagement consoles; check auth
27017MongoDBNoSQL; default no-auth risk

Subnetting Quick Reference

  • /24 = 256 hosts (254 usable) — standard LAN
  • /25 = 128 hosts (126 usable) — split LAN
  • /26 = 64 hosts (62 usable) — small VLAN
  • /27 = 32 hosts (30 usable) — department segment
  • /28 = 16 hosts (14 usable) — point-to-point or micro-seg
  • /29 = 8 hosts (6 usable) — small link or VPN pool
  • /30 = 4 hosts (2 usable) — point-to-point link
  • /32 = 1 host — loopback or host route
Execution Rule
Always start at L1 and climb up.
Never skip layers. L1 problem masquerades as L7 symptom.
Flash Cards
How to Use
Tap a card to reveal the answer. Repeat until instant recall.

Knowledge Check

15 questions across all OSI layers and 5 planes. Timed. Streak bonus for consecutive correct answers.

Q 1/15
Streak 0
Time 0:00
LAYER 3 — NETWORK
Question text here
Explanation
0%
Score
0
Correct
0
Wrong
0
Best Streak