# OSINT Social Media

## Twitter

### Searching from Twitter

* Filter search with latest people videos photos
* we can use quotes just like in google "sentence I am looking for"
* We can use `from:username`
* `to:username`
* `@username`
* `from:username since:YYY-MM-DD until:YYYY-MM-DD`
* `to:username since:YYY-MM-DD until:YYYY-MM-DD`
* `"sentence I am looking for" since:YYY-MM-DD until:YYYY-MM-DD`
* `from:username keyword`
* `geocode:xx.xxxx, -xx,xxx, xxkm` Identify tweets coming from a specific area
* We can also use [Twitter Advanced Search](https://twitter.com/search-advanced)

### Searching Twitter using web tools

* [Social Bearing](https://socialbearing.com/)
* [Twitonomy](https://www.twitonomy.com/)
* [Sleeping Time](http://sleepingtime.org/)
* [Mentionmapp](https://mentionmapp.com/)
* [Tweetbeaver](https://tweetbeaver.com/)
* [Spoonbill.io](http://spoonbill.io/)
* [Tinfoleak](https://tinfoleak.com/)

### Tweetdeck

* [Tweetdeck](https://tweetdeck.twitter.com)
* We can add columns and add a home page for instance
* We can add a column to track a specific user
* We can make search with search operators and add it as a column

## Facebook

* Difficult to keep up because facebook changes all the time.
* We can search for `photos of firstname lastname` we will get photos of those who tagged the user we are interested in
* We can use tools
  * [Sowdust Github](https://sowdust.github.io/fb-search/)
  * [IntelligenceX Facebook Search](https://intelx.io/tools?tab=facebook)

## Instagram

* Check who they are following
* Do not underestimate Google "username site: instagram.com"
* [Wopita](https://wopita.com/)
* [Code of a Ninja](https://codeofaninja.com/tools/find-instagram-user-id/)
* [InstaDP](https://www.instadp.com/)
* [ImgInn](https://imginn.com/)

## Snapchat

* [Snapchat Maps](https://map.snapchat.com)

## Reddit

* we can use the reddit search
* We can search with google "username site:reddit.com"

## LinkedIn

* Check the contact info
* Do reverse image search
* Check recommendations received and given
* If we find people we can use it to make email address using a pattern we might have previously found
* Check the about section of a profile
* Check the career as well

## TikTok

* Search for a username tiktok.com/@username
* Google


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://csbygb.gitbook.io/pentips/osint/social-media.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
