█
LastWrite
  • > Curriculum
  • > Pricing
  • > For Educators
  • > About
  • > Contact
Log InGet Started

Questions, concerns, bug reports, or suggestions? We read every message, write to us at [email protected].

More ways to reach us →
LastWrite

Structured computer science lessons for aspiring developers and security professionals.

[email protected]

(201) 785-7951

Mon–Fri, 9 AM–5 PM EST

Learn

  • Curriculum
  • Pricing

Company

  • About
  • For Educators & Schools
  • Contact Us

Legal

  • Terms of Service
  • Privacy Policy
© 2026 LastWrite. All rights reserved.
Curriculum/Cybersecurity/Threat Intelligence/Open Source Intelligence (OSINT)
45 minIntermediate

Open Source Intelligence (OSINT)

After this lesson, you will be able to: Use OSINT collection, for both defensive recon and red team prep.

OSINT (Open Source Intelligence) is the systematic gathering of publicly available info. Red teams use it to map your attack surface; blue teams use it to anticipate threats.

Prerequisites:Indicators of Compromise

OSINT sources

Search engines (Google, Bing, DuckDuckGo). Social media (LinkedIn for org charts, Twitter for breach announcements). Code (GitHub for leaked secrets). Web archives (Wayback Machine). Domain/cert (crt.sh, censys, shodan). Job postings (tech stack disclosure).

💡 The OSINT Framework

osintframework.com is a categorized tree of every free OSINT tool. Bookmark it. Whenever you start an investigation, walk that tree.

Useful Google dorks

Search operators that turn Google into an OSINT engine:

tsx
site:targetcompany.com filetype:pdf # all PDFs on their site
site:targetcompany.com "confidential" # leaked docs
site:linkedin.com/in "Engineering" "TargetCo" # employee list
site:github.com "TARGETCO" password # leaked secrets
site:pastebin.com "@targetcompany.com" # leaked emails

Defensive OSINT

Run the same queries against YOUR org. What's public? What did employees post on LinkedIn? Are there secrets on GitHub? This is your attack surface.

Sign in and purchase access to unlock this lesson.

Sign in to purchase
←Indicators of Compromise
Back to Threat Intelligence
Threat Hunting→