Skip to content

Commit

Permalink
Add Dynadot
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyjkemp authored Sep 4, 2020
1 parent 2c03eef commit d931d94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions matchers/whois_matchers.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
// Try to keep this sorted alphabetically by providerID
var whoisMatchers = []matcher{
{OnlineForm{"Cloudflare", "https://www.cloudflare.com/abuse/form"}, whoisContains("[email protected]")},
{OnlineForm{"Dynadot", "https://www.dynadot.com/report_abuse.html"}, whoisContains("[email protected]")},
{OnlineForm{"GoDaddy", "https://supportcenter.godaddy.com/AbuseReport"}, whoisContains("[email protected]")},
{OnlineForm{"Namecheap", "https://support.namecheap.com/index.php?/Tickets/Submit"}, whoisContains("[email protected]")},
{OnlineForm{"Namesilo", "https://www.namesilo.com/report_abuse.php or https://new.namesilo.com/phishing_report.php"}, whoisContains("[email protected]")},
Expand Down

0 comments on commit d931d94

Please sign in to comment.