Cyberlium

Threat › Module 8 › Lesson 1

BeginnerModule 8Lesson 1/5

OSINT Hygiene

OSINT collection hygiene literacy — scope, attribution, rate limits, source labeling — on `$TI_LAB` collection notes only.

15 min+40 XP3 quiz
Module progress1 of 5

Visual · t33_osint_hygiene

OSINT hygiene = named collection discipline rows. $TI_LAB. Original Cyberlium.

Opening

TI collection starts with scope — name OSINT hygiene rows on YOUR lab notes before harvesting stranger assets or stalking targets.

OSINT hygiene literacy names: written collection scope category, source attribution and timestamp category, rate-limit/respect robots literacy stub, separate fact vs assessment category, PII minimization category, and storage/redaction for `$TI_LAB` notes. Analyst drafts OSINT hygiene checklist on `$TI_LAB` — ten items applied to fictional collection scenario stub — without mass-scraping stranger corporations, without doxxing individuals, without OSINT as pretext for unauthorized access. Cyberlium links Topic 12 self-OSINT ethics to TI collection — YOUR notes only. Refused: corp mass-enum, stalking, dark-web marketplace browsing how-tos. Lab row: OSINT hygiene checklist ten items on lab collection stub.

1. Named hygiene rules

Scope, attribution, rate limits, fact vs assessment, PII minimization — five anchors.

Collection stub uses fictional targets — not live individuals or unauthorized corps.

Command guide

Try these commands — Named hygiene rules

═══ TOOLS & WEBSITES ═══ Browse / read these (authorized learning only — stay in YOUR lab / program scope)

CISA OSINT — https://www.cisa.gov/topics/cyber-threats-and-advisories FIRST — https://www.first.org/ MITRE ATT&CK — https://attack.mitre.org/

═══ INSTALL ═══

Linux (Debian/Ubuntu):

Command — copy this

sudo apt install curl

macOS: Built-in

Windows: Built-in (PowerShell: Invoke-WebRequest)

═══ LINUX / macOS ═══

Command — copy this

export TI_LAB=${TI_LAB:-$HOME/cyberlium-lab/t33-ti}
cat > "$TI_LAB/collection/osint-hygiene-checklist.md" <<'EOF'
# OSINT Collection Hygiene — YOUR analyst policy
- [ ] Use dedicated research VM/browser profile (not corp SSO)
- [ ] Document source URL + collection timestamp in notes
- [ ] Respect robots.txt / Terms of Service / rate limits
- [ ] No interaction with targets (no login attempts, no port scans without auth)
- [ ] Sanitize before share: remove unrelated third-party PII
- [ ] Separate facts from assessment; label confidence
- [ ] Store raw captures in YOUR lab folder with access controls
Public OSINT only — never scrape private/leaked databases
EOF

Command — copy this

grep '\[ \]' "$TI_LAB/collection/osint-hygiene-checklist.md"
curl -sS https://www.cisa.gov/ | head -5

Primary tools to practice this lesson: grep, curl. Reference sites: CISA OSINT (https://www.cisa.gov/topics/cyber-threats-and-advisories); FIRST (https://www.first.org/); MITRE ATT&CK (https://attack.mitre.org/). Run every command in the box — install first, then the usage lines — only on YOUR lab / program scope.

2. Storage discipline

Notes chmod 600; label TLP on collection stub rows.

Link feed handling from Module 6 TLP literacy.

3. Refused

No corp mass-enum; no doxxing; no marketplace browsing cookbooks.

Hygiene supports lawful collection design — not stalking or unauthorized access.

4. What you ship: OSINT hygiene checklist

Ten hygiene items on lab collection stub + NEVER corp mass-enum line.

5. What you record before the next lesson

OSINT hygiene checklist path.

6. Wrong vs right: criminal markets vs YOUR lab IOCs

Worked failure — same MSF word, opposite target. Right never needs a café Wi-Fi or classmate laptop.

  • Wrong

    Mass-scrape stranger corporation subdomains as 'TI collection lab.'

  • Right

    OSINT hygiene checklist from `$TI_LAB` collection stub. Next: Darkweb Named.

Mission: OSINT hygiene checklist

1) Name five hygiene rules. 2) Ten-item checklist on lab stub. 3) TLP/storage stub UTC. 4) Write NEVER corp mass-enum line.

Stuck? Ask Cyberlium AI Mentor

Ask Mentor: “Fact vs assessment — literacy split?”

Knowledge Check

1

APPLY: OSINT hygiene on Cyberlium uses:

Multiple choice

Knowledge Check

2

APPLY: True or False: Mass-scraping stranger corps is collection lab.

True or False

Knowledge Check

3

APPLY: Hygiene includes:

Multiple choice

← Previous

Answer all 3 knowledge checks to continue. (0/3 answered)