Open Source Intelligence (OSINT) Resources for Reconnaissance

A curated list of OSINT resources for reconnaissance in the cyberspace.

This post is divided in the following sections:

ASN

Domains

Screenshots

Secrets

Search functionality of popular platforms can be leveraged to identify useful information such as secret keys left in source code, API documentation and structure as well as internal hostnames.

Github dorks

Github allows searches using regular expressions. This is extremely helpful as it allows anyone apply surgical strings to look for secrets exposed in public projects. The following list includes potentially interesting search strings:

/<property\sname=\"password\"\svalue=\"[^$"#.].*/
tags: #reconnaissance