> For the complete documentation index, see [llms.txt](https://lance-kenji.gitbook.io/me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lance-kenji.gitbook.io/me/osint-industries-ctf-writeups/osint-industries-ctf-writeups.md).

# OSINT Industries CTF - Writeups

Welcome to my collection of writeups for the OSINT Industries CTF challenges.

This GitBook documents my thought process, tools, techniques, and methodologies used to solve various Open-Source Intelligence (OSINT) challenges. The goal is not just to show the final answer, but to explain how and why each step was taken — so others can learn and apply the same approaches in real-world investigations or future CTFs.

CTF Link: <https://ctf.osint.industries/challenges>

### 📌 What You’ll Find Here

* Step-by-step OSINT investigations
* Tool usage (search engines, social platforms, metadata tools, archives, etc.)
* Reasoning behind each pivot and lead
* Screenshots, references, and validation methods
* Lessons learned and alternative approaches (when applicable)

### 🎯 Purpose of This Writeup Collection

* 🧠 Improve my OSINT and investigative skills
* 📚 Serve as a personal knowledge base and reference
* 🤝 Help other learners understand OSINT workflows
* 🏁 Document CTF progress and problem-solving strategies

These writeups are meant to be educational and transparent, not just solution dumps.

### ⚠️ Disclaimer

All challenges and data discussed here are part of legal, authorized CTF exercises.

No real-world harassment, doxxing, or illegal investigation techniques are encouraged or supported.

Use OSINT responsibly and ethically.

### 🛠 Tools Commonly Used

Some tools and techniques you may see across the writeups:

* Google Dorking & advanced search operators
* Social media and username enumeration
* Reverse image search
* Metadata analysis
* Archive services (Wayback, caches, mirrors)
* Public records and open databases

### 📂 Structure

Each challenge usually includes:

* Challenge overview
* Initial assumptions
* Investigation process
* Key findings
* Final flag / answer
* Notes & takeaways

### 🚀 Final Notes

If you’re learning OSINT, doing CTFs, or just curious about how digital investigations work — I hope this helps you in some way.\
\
Feel free to explore, learn, and adapt these techniques to your own challenges.\
\
Happy hunting 🕶️🔍

## 🧑‍💻 Socials

TikTok: [https://tiktok.com/@mis4nthrop1a](http://tiktok.com/@mis4nthrop1a)

YouTube: <https://www.youtube.com/@mis4nthrop1a>

LinkedIn: [https://linkedin.com/in/lancekenjiparce/](http://linkedin.com/in/lancekenjiparce/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lance-kenji.gitbook.io/me/osint-industries-ctf-writeups/osint-industries-ctf-writeups.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
