https://github.com/bradleyjkemp/abwhose
The simplest way to find how to report abusive domains
https://github.com/bradleyjkemp/abwhose
abuse-reporting blueteam phishing whois
Last synced: 7 months ago
JSON representation
The simplest way to find how to report abusive domains
- Host: GitHub
- URL: https://github.com/bradleyjkemp/abwhose
- Owner: bradleyjkemp
- License: mit
- Created: 2020-02-16T17:05:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T19:57:23.000Z (over 2 years ago)
- Last Synced: 2025-03-18T06:11:23.499Z (7 months ago)
- Topics: abuse-reporting, blueteam, phishing, whois
- Language: Go
- Homepage: https://phish.report
- Size: 30.3 KB
- Stars: 56
- Watchers: 4
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**[UPDATE] Prefer to use a web UI? You can now use [phish.report](https://phish.report) for even easier phishing reporting**
# abwhose [](https://github.com/bradleyjkemp/abwhose/releases/latest)
The simplest way to find the *correct* place to report a domain for abuse.
```bash
$ abwhose phishing-mcphishface.comReport abuse to domain registrar:
Email: abuse@theregistrar.com
Report abuse to host:
HostPhish: Submit this form - https://wehostphish.biz/dev/null.php
```Never again send an abuse report via email only to get a response days later saying:
> Sorry, we only take abuse reports through this online form: https://reallyslow.com/new-reportInstead use `abwhose` and always send your abuse reports to the correct place the first time.
### Installation
```bash
brew install bradleyjkemp/formulae/abwhose
```### Pre-filling abuse email reports
`abwhose` can automatically open your email client pre-filled with a template of your choice.
To use this feature just:
1. Create an email template file somewhere on your filesystem (see below for an example).
1. Set the environment variable `ABWHOSE_MAILTO_TEMPLATE` to the path to you template file.An example template you could use is:
```
mailto:{{.recipient}}?subject=Phishing site: {{.domain}}&body=To whom it may concern,Please take down this phishing site: {{.domain}}
Thanks
```