In the era of digitalization, information has become the most valuable resource. Every day, people and organizations leave a gigantic amount of digital footprints on the internet: from posts on social networks and public registries to open databases and metadata in uploaded files.

The collection, systematization, and analysis of this information lie at the core of the discipline that has come to be known as OSINT (Open Source Intelligence) — open source intelligence.

Today, OSINT is not just a tool for intelligence agencies. It is a basic skill for investigative journalists, economic security specialists, lawyers, and analysts.

The main principle of OSINT: legality and accessibility

The key difference between OSINT and hacking or industrial espionage is that all analyzed information is in open access. An OSINT specialist does not hack servers or steal passwords. Their strength lies in the ability to find connections where an ordinary user sees only scattered facts.

If information is published on the web, is in a state registry, indexed by a search engine, or accidentally placed in public access due to negligence — its collection and analysis are absolutely legal.

Basic methods of finding information

Most internet users utilize less than 10% of search engines' capabilities. Professional search is built on the use of special search operators (Google Dorks) and specialized services.

1. Search operators (Google Dorks)

With simple commands in the search bar, you can narrow down the search results and find hidden files or pages:
  • `site:example.com` — search for information only on a specific site.
  • `filetype:pdf` (or `doc`, `xls`) — search for documents of a specific format. For example, the query `site:gov.ru filetype:xlsx "закупки"` will find all Excel spreadsheets mentioning purchases ("закупки") on government sites.
  • `inurl:admin` — search for pages containing the word admin in their address (often helps to find forgotten authorization panels).
  • `"exact phrase"` — search for text in quotes in strict accordance.
  • 2. Cache and web archives

    If a site owner deleted a page or article, it does not mean it has disappeared forever.
  • Wayback Machine (archive.org): A global internet archive that makes "snapshots" of millions of websites. Here you can see what the site you are interested in looked like 5 or 10 years ago, and read deleted materials.
  • Cached copy Google/Yandex: Search engines store previous versions of pages in their cache. If an article was deleted recently, it can often be read in the search engine's cache.
  • 3. Metadata analysis (EXIF data)

    Every photo taken on a smartphone or camera contains metadata: device model, shooting parameters, and, most importantly, GPS coordinates of the shooting location (if this feature is not disabled in the privacy settings).

    Similarly, Word or PDF documents store information about the file creator, save date, and program version. The analysis of this hidden data (file forensics) often allows establishing the author of a document or the location of a person.

    Why does business need this?

    In the commercial sector, OSINT is most often applied as part of the Due Diligence procedure (comprehensive background check of contractors and candidates before concluding major deals or hiring):

    1. Risk assessment: Allows identifying connections of the company's management with criminals, participation in litigation, the presence of debts, and signs of shell companies.
    2. Reputation check: Analyzing employee reviews, press mentions, and social media allows understanding the real picture of affairs in the company before you sign a contract.
    3. Fraud protection: Timely information gathering helps avoid cooperation with fictitious structures that are created to siphon budget funds or evade taxes.

    Conclusion

    OSINT is not magic, but systematic analytical work. Our project "Digital Footprint" was created to show how open data can be used to unravel complex schemes, verify information for authenticity, and find the truth in the ocean of digital noise.

    In future articles, we will analyze in detail the practical steps for verifying legal entities in the Russian Federation and methods for protecting one's own data on the network.