# Passwords

## Overview

Data breaches with usernames and passwords happen quite often and those databases usually make their way to the internet. We can leverage this by parsing those breaches for the domain name of the our target company and see if anyone was caught in one of these breaches.&#x20;

Password reuse is a very common thing, so the chances that someone is still using the same breached password or a variation of it somewhere else are high.

## Hunting Breached Credentials

{% hint style="warning" %}
Methodology > tools
{% endhint %}

### Dehashed

[Dehashed](https://dehashed.com/) can be used to find credentials in data breach dumps. There is the ability to search by email, username, IP address, Phone number, Password , Full Name(if unique enough), etc.

This is useful because it allows us to relate other accounts that belong to the same person to each other. The more data points the better. Finding passwords for personal accounts is useful because passwords are constantly reused.

There is also the option to try and crack the hash or look the hash up on[ Hashes.com](https://hashes.com/en/decrypt/hash)

#### Other Resources

These tools can help tie emails, passwords, accounts, usernames, IP addresses, etc together giving more information for the the report. Collect as much data as you can

{% embed url="<https://haveibeenpwned.com/>" %}

{% embed url="<https://weleakinfo.io/>" %}

{% embed url="<https://leakcheck.io/>" %}

{% embed url="<https://snusbase.com/>" %}

{% embed url="<https://scylla.sh/>" %}
email:<shark@tesla.com> OR password: 907DaDe814
{% endembed %}


---

# 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://pnpt.adot8.com/osint-fundamentals/passwords.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.
