Abuse-Email-API
A simple free API that allows you to extract abuse emails from IPs. also isnt worth 500 dollars :)
Requirements
- A Debian based OS
- The "whois" module installed
- Python3+
- flask
- json
Execution
To execute this program you simply need to do the following
ToshiIsIndeedBlack:~# python3 app.py
then you will simply need to make your way to http://serveriphere/?IP=8.8.8.8
and you will see a response like this
{
"code": 200,
"message": "success",
"organization name": [
"Level3Parent,LLC",
"GoogleLLC"
],
"emails": [
"[email protected]",
"[email protected]"
],
"phone_numbers": [
"+1-877-453-8353",
"+1-650-253-0000"
]
}
You may uses this as you please :) I'm currently using it for an auto reporter. Please give credits when using this.