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)
If you need to search for available cameras not in a particular city, but in the whole region, it is more convenient to use interactive maps:

earthcam.com/mapsearch/
webcamtaxi.com/en/map.html
worldcams.tv/map/
windy.com/-Webcams/webca…

🧵🧵🧵(4/15)
A huge number of cameras are not available online directly, but they can be vulnerable to hacking using standard schemes (the simplest ex. is using a default password and login).

One way to find such cameras is to use special Google Dorks.

github.com/cipher387/Dork…

🧵🧵🧵(5/15)
It is also worth mentioning the possibility of searching for vulnerable surveillance cameras with Shodan ("hacker" search engine). Hundreds of articles have been written on this topic. Here is one of them:

null-byte.wonderhowto.com/how-to/find-vu…

🧵🧵🧵(6/15)
The main drawback of CCTV cameras is that most of them are only available in real time.

But if you are lucky, you can find archives of recordings on YouTube (when searching, you need to add the exact date or just the month and year to the name of the city)

🧵🧵🧵(7/15)
Also, if you want to find archival records, it's worth looking at small town sites/neighborhood sites. Cameras from there often do not show up in the global aggregators + there is sometimes a history of recordings.

(+ you can requests webcam videos by email)

🧵🧵🧵 (8/15)
There are many tools for downloading webcam streams (including currently active ones) from YouTube.

For example, a simple #Python script "YouTube Screen Capture", which allows you to download a stream in pieces and then merge them.

github.com/mrwnwttk/youtu…

🧵🧵🧵(9/15)
Stream Downloader

And this #python tool allows you to download streams not only from YouTube, but from a variety of sites. It is more complex and supports dozens of settings.

github.com/lunnlew/stream…

🧵🧵🧵(10/15)
Screenshot - Full Page Screen Capture

If you don't want to use command line tools, you can simply record a video of part of the screen using a very easy-to-use browser extension.

chrome.google.com/webstore/detai…

🧵🧵🧵 (11/15)
Once you have saved the video from the camera, you need to view it frame by frame You can do this with numerous online video editors.

veed.io
kapwing.com
kizoa.com

(free functionality is enough to analyze)

🧵🧵🧵(12/15)
If you are analyzing footage from cameras that are posted on YouTube, the same tools that are used for #osint other YouTube videos (like FrameByFrame etc) are useful. There's a separate thread about them:



🧵🧵🧵(13/15)
Every year the images on the CCTV cameras are getting better and in 2022 you can find images of faces on the video, which will be useful in further investigations. There's a thread about that, too.



🧵🧵🧵 (14/15)
Very often it happens that researching webcams does not allow you to gather enough information about certain place on a certain date. But there are many other ways to get video and photos by geolocation! Read more in the thread:



🧵🧵🧵(15/15)
@threader compile
@threadreaderapp unroll
@threadrip unroll
@PingThread unroll
@threadreaders unroll
@TurnipSocial save
@readwiseio save thread
@tresselapp save thread
@rattibha unroll
@getnaked_bot unroll
If you activate Traffic mode on Bing maps, you can see traffic cameras available in real time. In some countries (e.g. USA) they are literally on every corner!

Thanks for tip @SEINT_pl

#osint #geoint #webcams

• • •

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 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
Jul 3
osint.ngrok.io

New search engine from @dancho_danchev developed especially for #osint specialists!
It has many filters and advanced search operators that can help you analyse the information you find more quickly and effectively.
I will talk more about them in this🧵
It's possible to filter results by filetype, language, domain, author, keywords and protocol (https or http) and also sort by date.

🧵
All the filters mentioned in the previous tweet are available not only for searching web pages, but also for searching pictures.

🧵
Read 7 tweets
Jun 26
Why do so many people think a hacker is a man with glasses, a ridiculous jumper, disheveled hair and crazy eyes?

It's all this movie's fault:

Hackers - Wizards of the Electronic Age (1985)



🧵⬇️
All of the interviews were recorded at a tech conference (Sausalito, CA, 1984).

It was the world's very first film about hackers to be shown on TV. Editors of film Stewart Brand and Kevin Kelley) were inspired by Steven Levy's book "Hackers - Heroes of the Computer Revolution"
It is worth noting that many of the young people involved in the film have had brilliant careers, become very famous people and some of them have Twitter accounts:

Bill Budge @BillB
Lee Felsenstein @lfelsenstein
Andy Hertzfeld @andyhertzfeld
Susan Kare @SusanKare

🧵⬇️
Read 5 tweets
Jun 1
If you are interested in developing #osint tools (or #osint in general), I recommend you to subscribe to github.com/soxoj. He is one of the #opensource developers who have made huge contributions to the #osint community.

In this thread🧵 I'll talk about his main projects.
🧵(1/8) Maigret

One of the world's most versatile tools for searching social media accounts by username:

- support more than 2500+ sites;
- profiles pages parsing;
- extraction of personal info.

github.com/soxoj/maigret

#osint #socmint
🧵(2/8)

There are also addition features for the Maigret tool:

Maigret Maltego Transformation github.com/soxoj/maigret-…

Maigret Telegram Bot t.me/maigret_osint_…
github.com/soxoj/maigret-…

Instructions for integrating Maigret into third-party tools
github.com/soxoj/maigret-…
Read 14 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!

:(