An open API service indexing awesome lists of open source software.

https://github.com/0xedward/fisherman

a fisherman catches phishes - a tool to look up reputation of email addresses
https://github.com/0xedward/fisherman

email infosec phishing python security security-tools threat-intelligence

Last synced: about 2 months ago
JSON representation

a fisherman catches phishes - a tool to look up reputation of email addresses

Awesome Lists containing this project

README

        

# Fisherman

A python3 tool for looking up an email address's reputation on [EmailRep](https://emailrep.io) and [Apility](https://apility.io/) without the need for API keys.

[![asciicast](https://asciinema.org/a/gxM8pX1R26sjePuXvtMrmRNEX.svg)](https://asciinema.org/a/gxM8pX1R26sjePuXvtMrmRNEX?loop=1&cols=95&rows=45)

## Installation
`pip install fisherman`

## Quick Start
```sh
# Query email address on all services for email reputation and output if email is suspicious
fisherman [email protected]

# Query email address on all services and output json responses from services
fisherman [email protected] -v
```

## Usage
```sh
usage: fisherman [-h] [-v] email

A tool to catch phishes

Lookup email reputation:
------------------------------
fisherman [email protected]

positional arguments:
email Email you want to check the reputation of

optional arguments:
-h, --help show this help message and exit
-v, --verbose View detailed results from each service queried
```

## Disclaimer
This tool was hacked together in a few hours after one of my email addresses was flooded with fishy emails, so there are no unit tests and items on the todo list will be completed on a personal need basis.

## Credits
The fisherman ASCII art is from [ascii-art.de](http://www.ascii-art.de/ascii/def/fishing.txt)