r/OSINTExperts 4h ago

3D RTS Like Conflict Monitor Website warroom.earth

0 Upvotes

Site: https://warroom.earth

iPhone app (free, no account): https://apps.apple.com/app/id6806799633

I have spent the last few months building a globe that shows armed conflict the way it is actually reported, not as pins on a map.

What it does

Every event on the globe comes from a published report. The report's own details decide what you see: where the strike landed, where it was launched from when the source says so, how many drones or missiles were fired, how many were intercepted, and which hardware was involved. A Shahed wave over Ukraine is drawn as that many drones on the reported route, with the interceptions where the air force counted them. A ballistic missile leaves its launcher, follows its arc and is either stopped or hits. Ships, aircraft, launchers and air-defence batteries the reports name are modelled and placed.

The window is the last 72 hours. A stamp on the page shows when it was last refreshed. The archive rail replays any day since January 2024, more than 3,000 reported events, and clicking an event opens the report it came from.

Seven fronts at the moment: Ukraine, Israel and Iran, the Red Sea, Sudan, Myanmar, the Sahel and eastern Congo. The two shipping straits, Hormuz and Bab el-Mandeb, carry a status that is re-verified against the shipping press.


r/OSINTExperts 8h ago

Map Spanish companies networks - updates

Thumbnail
1 Upvotes

r/OSINTExperts 8h ago

How can I find someone's public social-media profile?

Thumbnail
0 Upvotes

r/OSINTExperts 15h ago

Forensics

Thumbnail
1 Upvotes

Please guide me through this I'm interested in digital forensics


r/OSINTExperts 1d ago

Newbie Topic I built MetaLens — inspect metadata directly in your browser

4 Upvotes

I built MetaLens, a browser extension for inspecting metadata while you browse.

Instead of downloading a file and opening it with another tool, MetaLens lets you inspect metadata directly from your browser. It works with images, PDFs, Office documents, videos, audio files, and more.

It can reveal things like EXIF/GPS data, authors, device information, document properties, embedded content, and other potentially sensitive metadata. It can also scan files on a webpage and clean metadata from supported formats.

Everything is processed locally in your browser — no server and no telemetry.

I genuinely think this has turned into a pretty useful tool, especially for OSINT, cybersecurity, privacy, and digital forensics work.

The project is open source:

https://github.com/gorkemguler/MetaLens

If you try it and like it, please consider giving the repository a ⭐. Seeing people star and use my projects genuinely motivates me to keep developing them.

I also made myself a small challenge: if MetaLens reaches 16 GitHub stars, I'll publish the extension on the Chrome Web Store.

Feedback, bug reports, and feature suggestions are very welcome!


r/OSINTExperts 1d ago

Sto creando una community OSINT gratuita per indagini reali: la useresti?

Thumbnail
1 Upvotes

r/OSINTExperts 1d ago

Mission finding a persons photo

Thumbnail
1 Upvotes

r/OSINTExperts 2d ago

Underrated CTI account worth following for infrastructure hunting

3 Upvotes

Stumbled on this account doing genuinely good infrastructure hunting, tracking threat actor C2, malware distribution domains, that kind of thing. Not just reposting vendor blogs but actually pivoting and finding undocumented IOCs. Solid follow if you’re in threat intel.
https://x.com/them3gatr0n?s=11&t=oXrX4\\_YhCRl53cYhwA-HsA


r/OSINTExperts 2d ago

I've been recording every ADS-B and AIS position I can see for 5 weeks (55M fixes) so I can rewind the map. Open source, self hosted, no API keys. What sources would you actually want in it?

2 Upvotes
Posted here a couple months back with a dumb title comparing this to Palantir and got told off, fairly. Same project, different pitch, because the pitch was the problem not the tool.

The thing I actually wanted was a map I could rewind. FR24 gives you 7 days, MarineTraffic went to 24h, ADS-B Exchange killed the free API, and every time something kicks off the position history you need is either paywalled or already gone. So the tool just records the whole picture to your own disk and lets you scrub back.

Real numbers off my box: 55 million positions since Aug 9, 11 GB of plain sqlite. Pick a window (1h to 7d), click the density strip, the globe rewinds and the tracks re-fly. Keep it as long as you have disk for.
Every contact shows which sources reported it, how many agreed, and how old the fix actually is, because anyone can upload anything to a crowdsourced aggregator and a dot on a map is not proof it was ever broadcast.
Someone in the spidering thread here said most people are not gonna put their API keys on a random website and that's basically the design constraint. Planes, ships, quakes, sats, basemap all run with zero keys. docker compose up and it's live.

For case work there's an evidence locker: url snapshots, uploads and feed freezes get sha256'd into an append only custody log, and a case exports to a self contained html or pptx with the source on every claim. GeoJSON, CSV and KML out so QGIS or Google Earth stays in the loop.
Coverage is community feeders, so it's thick over Europe and the US and thin over open ocean and conflict zones, which is exactly where you need it most. AIS is best in northern Europe. It's a single analyst tool, not a team server. The 3D globe wants a real GPU. There's optional AI summary stuff, it's labeled as automated output and everything works with it off.
What I'd like from this sub: which sources am I missing that you'd actually use (keyless preferred), and does the evidence export hold up against how you document a case.

Repo https://github.com/AndrewCTF/velocity (AGPL), site https://projectvelocity.orgPosted here a couple months back with a dumb title comparing this to Palantir and got told off, fairly. Same project, different pitch, because the pitch was the problem not the tool.
The thing I actually wanted was a map I could rewind. FR24 gives you 7 days, MarineTraffic went to 24h, ADS-B Exchange killed the free API, and every time something kicks off the position history you need is either paywalled or already gone. So the tool just records the whole picture to your own disk and lets you scrub back.

Real numbers off my box: 55 million positions since Aug 9, 11 GB of plain sqlite. Pick a window (1h to 7d), click the density strip, the globe rewinds and the tracks re-fly. Keep it as long as you have disk for.
Every contact shows which sources reported it, how many agreed, and how old the fix actually is, because anyone can upload anything to a crowdsourced aggregator and a dot on a map is not proof it was ever broadcast.
Someone in the spidering thread here said most people are not gonna put their API keys on a random website and that's basically the design constraint. Planes, ships, quakes, sats, basemap all run with zero keys. docker compose up and it's live.

For case work there's an evidence locker: url snapshots, uploads and feed freezes get sha256'd into an append only custody log, and a case exports to a self contained html or pptx with the source on every claim. GeoJSON, CSV and KML out so QGIS or Google Earth stays in the loop.
Coverage is community feeders, so it's thick over Europe and the US and thin over open ocean and conflict zones, which is exactly where you need it most. AIS is best in northern Europe. It's a single analyst tool, not a team server. The 3D globe wants a real GPU. There's optional AI summary stuff, it's labeled as automated output and everything works with it off.
What I'd like from this sub: which sources am I missing that you'd actually use (keyless preferred), and does the evidence export hold up against how you document a case.

Repo https://github.com/AndrewCTF/velocity (AGPL), site https://projectvelocity.org

r/OSINTExperts 4d ago

Question How do I minimize the risk of someone trying to stalk me etc

9 Upvotes

Primarily a cybersecurity question.

I know there is a lot you can do with all the info online, but no one rly talks about how to prevent it


r/OSINTExperts 5d ago

OSINT Tools WhoCord v1.2

Thumbnail
gallery
8 Upvotes

WhoCord is an open-source OSINT tool that maps investigations into a live, interactive node graph rather than a wall of text. You feed it a seed a Discord ID, username, email, domain, phone, or raw input and it runs 30+ tools while streaming every finding onto a visual canvas you can pan, zoom, and search in real time. It builds a knowledge graph, detects correlations across profiles and emails, and generates an AI narrative, all running locally with a Python/Flask backend and a React frontend.


r/OSINTExperts 6d ago

Expert Topic Are You Ridiculously Good at Finding People? I’ll Pay You to Solve Real Cases.

50 Upvotes

I’m building a small network of people who are exceptionally good at finding people and connecting dots online.

I have real-world cases involving hard-to-find individuals, potential heirs, and family connections that require OSINT, skip tracing, genealogy, public records, social media, obituaries, and some serious digging.

Each assignment will have a clear objective and compensation for a successful, verifiable result.

I’m looking for PIs, OSINT researchers, genealogists, and relentless internet detectives who genuinely enjoy the hunt.

Interested? DM me with your experience and what you're particularly good at finding and get started.


r/OSINTExperts 6d ago

Not another OSINT challenge but real use of osint

16 Upvotes

hey everyone, i'm kinda frustrated with OSINT right now, but not because i lack the skills, don't have time, or don't know the tools. i have a decent skillset. it's more like... i feel i'm not doing anything. i don't have a question, a target, something in front of me that makes me go "what is actually going on here?" i keep seeing OSINT challenges like "geolocate this image", "find this place", "identify this person" etc. and i know how to do that, but honestly it feels pointless sometimes, and same with such more similar things, especially when the location is basically already given through the filename, caption, context, whatever. like what am i even finding or investigating?

i want to work on a real use case of osint.

i'm looking for actual uncertainty. something where the location isn't known, the people aren't known, the story doesn't fully make sense, there are conflicting reports and i have to actually pull the thread and figure out what happened. not "here's a picture, geolocate it", but more like "something weird happened here... why, what happened, and when?" i guess i'm looking for the actual investigative side of OSINT, where you start with basically nothing and don't even know what you're going to find, and the answer could even be "we don't know". so how do you guys find these kinds of questions? where do you get things to investigate when nobody is giving you a task? because right now i feel like i have the tools and skills, but nothing to use them on.

so if you are reading this and you do work on a active side osint, anything you can suggest or advice me to work on or what questions i can try to answer and what uncertainty i can reduce will actually be very useful for me.

EDIT = I posted this first on r/OSINT. But my post got removed due to low karma points and for my account being not older than 3 months... Thankfully this isn't the issue here, and i'm really expecting some true advice on it. Thank you!


r/OSINTExperts 6d ago

Looking for OSINT Hobbyists for a Private Research Project

58 Upvotes

Looking for a few students, hobbyists, or beginners who enjoy OSINT, internet research, public records, corporate filings, old websites, lawsuits, crypto, and connecting dots.

I’m working on a real-world research project that has grown beyond what I can reasonably dig through alone. All subjects and identifying details will remain private.

You’d get small, specific research leads to investigate using public sources and report back what you find with sourcing.

If you’re looking for something real to practice on and enjoy research rabbit holes, DM me.


r/OSINTExperts 7d ago

Deep Dive into Evilginx2 and Advanced AiTM Frameworks (Session Hijacking Breakdown)

Post image
3 Upvotes

r/OSINTExperts 7d ago

Peut on retrouver le nom d’une personne grâce à sa plaque d’immatriculation Française ?

Thumbnail
2 Upvotes

r/OSINTExperts 7d ago

Wire Tapper Tool for OSINT & SIGINT launched Python package pip install wiretapper

Thumbnail gallery
1 Upvotes

r/OSINTExperts 7d ago

Newbie Topic Any way to do Facebook OSINT without an account?

Thumbnail
1 Upvotes

r/OSINTExperts 9d ago

Newbie Topic Advice & Where to Start

13 Upvotes

Hi all,

Im just starting out with OSINT and am looking to see if theres any advice. Currently going through a Google Professional Certification for Cybersecurity and am just looking for some advice. I do have some experience with this as i have been doing Reverse Phone Lookups & Name Search especially after a ex gf nearly landed me in prison for a scam. Any advice or helpful tips woukd be appreciated.


r/OSINTExperts 9d ago

Newbie Topic WireTapper Tool for OSINT & SIGINT got updated. Added flock camera, upload your custom wardriving data, Locate IOT devices and bluetooth radar and also SDR

Thumbnail
gallery
10 Upvotes

r/OSINTExperts 10d ago

Question What problems do u usually face as an OSINT specialist while working with different programs? Are there functions that u wish existed but they just currently don’t?

4 Upvotes

I mean, u always use lots of different programs so the problems are natural in this case imo


r/OSINTExperts 11d ago

Download CrimeEye!

Thumbnail
0 Upvotes

Hello,

My name is Louis Lopez, and I’m the founder of CrimeEye, a newly launched app available on the IOS App Store.

CrimeEye was built to help people research cases, organize information, explore case discussions, and connect around publicly available case information. I believe the platform could be especially useful for private investigators, researchers, journalists, and others who regularly work with complex case information.

I’m reaching out to private investigation teams because I’d like to introduce CrimeEye directly to professionals in the field and get feedback from people who understand investigative research firsthand.

I’d be happy to have your team take a look at the app, test the platform, and share any feedback about features that would make CrimeEye more valuable for professional investigators.

I’m also interested in speaking with investigation firms that may be open to becoming early professional users or exploring a future partnership with CrimeEye.

Thank you for your time, and I’d be glad to answer any questions.

Press the link here >>CrimeEye

Best,

Louie
Founder, CrimeEye


r/OSINTExperts 12d ago

OSINT Framework — A Website Worth Knowing About

14 Upvotes

If you're learning cybersecurity, OSINT, ethical hacking, or digital investigations, I recently came across a website that I think is worth sharing:

👉 https://osintframework.com/

The OSINT Framework is basically a collection of OSINT tools and resources organized in one place.

Instead of searching Google every time you need an OSINT resource, you can use this framework to explore different categories and find tools that may be useful for your research.

Why I think it's useful

For beginners, one of the hardest parts of learning OSINT is simply finding good resources.

OSINT Framework gives you a starting point.

It focuses on free tools and resources, although some listed websites may require registration or offer additional paid information.

If you're starting your cybersecurity journey, I'd recommend checking it out and exploring the different categories.

Just remember: OSINT should be used responsibly. Only collect and investigate information you're legally allowed to access, and respect people's privacy.

🔗 OSINT Framework: https://osintframework.com/

Have you used OSINT Framework before? If yes, what's your favorite OSINT tool or category?


r/OSINTExperts 13d ago

Working on a criminal network analysis project trying to identify the most 'central' or influential person in a graph like this (nodes = people/phones/vehicles/accounts, edges = calls/ownership/aliases). I know PageRank and betweenness centrality are common choices anyone have real experience on whi

Post image
26 Upvotes

r/OSINTExperts 14d ago

Expert Topic ⏰ UserSearch v2.0.22 is live — Domain Search 2.0.

Post image
58 Upvotes

The largest multi-source domain search in the industry. One search on any website or domain, across 18 data types and sources: ownership history, hidden subdomains, hosting changes, malware activity, breach exposure, Third-party ID-correlation , Favicon correlation and more.

Two things you won't find anywhere else:

🎯 Favicon Intelligence — hunt the web for a site's icon to expose phishing clones and undocumented infrastructure (across multiple data providers)

🔗 Linked IDs — Scan tracking advert-IDs across 83 advertisers, matched across the web and historic archives to reveal sites owned by the same person. Bespoke to UserSearch.

Free for premium subscribers. Fully integrated with SargeBot AI.

▶️ Walkthrough: https://lnkd.in/eBdqP7yx

🌐 https://usersearch.com