Goverment data in #OSINT

8 types of government open databases that many countries have and that will be useful to investigate.

Each link is just an example. In the last tweet I will tell how to find government resources for a particular country.

(1/10) 🧵🧵🧵
Business Registries

On these sites you can find out by person's name the companies that belong to him, addresses, phone numbers, occupation, etc (data set varies by country).

Ex (Czech Republic): or.justice.cz/ias/ui/rejstri…

(2/10) 🧵🧵🧵
Cadastral maps

Such maps show the boundaries of the land plot, information about its owners (individual, legal entity, state) and cadastral number (for which you can find additional information about target in other sources).

Ex (Finland): asiointi.maanmittauslaitos.fi/karttapaikka/

(3/10)🧵🧵🧵
Court records

On such sites, you can find records of various situations in a person's life that required court intervention (criminal offenses, administrative violations, financial disputes, etc.).

Ex (Netherlands): uitspraken.rechtspraak.nl
(4/10) 🧵🧵🧵
License registries

Professional license databases may contain detailed information about a person's education and work experience. And in some cases there are photos and contact information.

Ex (USA): wvbom.wv.gov/public/search/

(5/10) 🧵🧵🧵
Registers of debtors

And this type of resource will help find the person's part of the address, the type of debt (alimony, loans, taxes), and sometimes the amount owed.

Some countries also have registries of seized property.

Ex (Russia): fssp.gov.ru/iss/ip/
(6/10) 🧵🧵🧵
Voter Records Databases

Sometimes voting data is published (or is accidentally leaked). It contains person's full name, date of birth, and address (or the address of the nearest polling station)

Ex (USA, possible not official): voterrecords.com

(7/10) 🧵🧵🧵
Civil/Vital records

Such databases contain brief records of births, deaths, marriages, and divorces.

They can be found in archives, but more often than not data from 50 years ago (or even older) are in the public domain.

Ex (USA): archives.gov/research/vital…

(8/10) 🧵🧵🧵
Services for checking documents for authenticity

Investigators sometimes have to deal with images of documents (passports, driver's licenses). This type of services check their authenticity (and sometimes provide extra information).

Ex (Ukraine): wanted.mvs.gov.ua/passport/

9/10
All of the links above are just examples, that will help you find your personal additional sources of information. More than 600 links to #osint resources specific to different countries can be found here:

cipher387.github.io/osintmap/

(10/10) 🧵🧵🧵
@threader compile
@threadreaderapp unroll
@threadrip unroll
@PingThread unroll
@threadreaders unroll
@TurnipSocial save
@readwiseio save thread
@tresselapp save thread
@rattibha unroll
@getnaked_bot unroll

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Cyber Detective🇺🇦

Cyber Detective🇺🇦 Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @cyb_detective

Jul 26
Gathering information about a person by FIRST NAME and LAST NAME

general approach to the search process;
basic automation techniques;
examples of tools.

🧵🧵🧵 (1/15)

#osint #socmint
🧵(2/15)

Let's start with the easiest and fastest option. Use NAMINT from @seint_pl.

It will generate possible name variants and links to search for them in various search engines (+ possible emails and document search + social media accounts)

seintpl.github.io/NAMINT/
🧵(3/15)

If the options suggested by NAMINT do not bring results (or your goal is to collect the MAXIMUM info), then you need a list of all possible nicknames based on the first and last name.
Here's a guide on how to do it from @Sox0j:

github.com/soxoj/username…
Read 16 tweets
Jul 17
Reverse Image Search Guide #osint

- reverse images search engines and advanced search operators;
- photo processing tools for a more successful search;
- face photo search;
- automation.

(1/16) 🧵🧵🧵
The tool I recommend you start your search with is Yandex Images.

Not only does it search very well for similar images, but it also recognizes the text on them and identifies the location if it is an image of a famous landmark.

(2/16)🧵
Until recently, Yandex Images allowed you to enter search operators directly, but now this no longer works. But you can add them to the URL parameters.

For example, to search only on facebook, add &text=site%3Afacebook.com to the link

(as in the picture)

(3/16)🧵
Read 17 tweets
Jul 14
CCTV cameras in #OSINT

- how to search for cameras (including vulnerable cameras)
- how to save streams from cameras
- how to analyze video

🧵🧵🧵(1/15)
You can search for cameras using Google Custom Search Engine, which brings together the ten largest aggregators of camera streams (Webcamtaxi, Insecam, Geocam etc).

Just enter the city name or address.

cipher387.github.io/webcamcse/

🧵🧵🧵 (2/15)
A lot of camera streams can be found by searching on @YouTube. Enter the name of the city/street and add to it:

"live streaming"
"live webcam"
"live hd cam"
"earthcam live."
"walking stream"

etc

🧵🧵🧵 (3/15)
Read 17 tweets
Jul 10
10 online tools to make working with the Linux command line faster and more efficient

(1/12)

🧵🧵🧵

#linux #bash #cli
There are hundreds of thousands of ready-made #bash command combination examples on Stackoverflow, AskUbuntu, Stackexchange etc.

Explainshell.com figure out exactly what a particular command combination does in details.

(2/12)

🧵🧵
If a command fails to execute, you can use the shellcheck.net tool to find out exactly where in the line there is an error.

(3/12)

🧵🧵
Read 13 tweets
Jul 6
Secret Regex List

List of regular expressions to search for API keys and other juicy info.

Useful when searching in public code repositories as well as when researching files on the computer/server that is your target.

github.com/h33tlit/secret…

#regex #api

🧵
You can check how the regular expressions in the list above work on the grep.app.

This tool searches code from over a half million public repositories on #GitHub.

🧵
If you want to search for API keys in files on the computer/server, any of the many grep utilities can be used.

Their list with a brief description can be found in this repository:

github.com/cipher387/awes…

#regex #grep #osint

🧵
Read 4 tweets
Jul 5
XARGS 🧵

When I post a link to a #osint #cli tools, people ask me: "Why bother with the command line when you can do the same thing with online tools?"

№1 reason is the ability to automate the research of a LIST of domains, emails, phone numbers or other objects.

⬇️
This can be done using the XARGS utility, which is installed by default on Linux/MacOS (and can be installed on Windows).

I will show you how to use it using the BlackBird tool, which searches for profiles in 113 social networks by nickname.

github.com/p1ngul1n0/blac…

⬇️
1. Create file nicknames.txt and put some nicknames in it.

2. Run command:

cat nicknames.txt | xargs -L1 python3 blackbird․py -u

3. Wait for the script to finish and make sure the results folder contains the json files for each nickname.

⬇️
Read 7 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(