diff --git a/matchers/whois_matchers.go b/matchers/whois_matchers.go index 7144f4b..5b3ad92 100644 --- a/matchers/whois_matchers.go +++ b/matchers/whois_matchers.go @@ -13,6 +13,7 @@ var whoisMatchers = []matcher{ {OnlineForm{"Cloudflare", "https://www.cloudflare.com/abuse/form"}, whoisContains("abuse@cloudflare.com")}, {OnlineForm{"Dynadot", "https://www.dynadot.com/report_abuse.html"}, whoisContains("abuse@dynadot.com")}, {OnlineForm{"GoDaddy", "https://supportcenter.godaddy.com/AbuseReport"}, whoisContains("abuse@godaddy.com")}, + {AbuseEmail{"GoDaddy", "abuse@hostinger.com"}, whoisContains("netname: HOSTING-SERVERS")}, {OnlineForm{"Namecheap", "https://support.namecheap.com/index.php?/Tickets/Submit"}, whoisContains("abuse@namecheap.com")}, {OnlineForm{"Namesilo", "https://www.namesilo.com/report_abuse.php or https://new.namesilo.com/phishing_report.php"}, whoisContains("abuse@namesilo.com")}, {AbuseEmail{"OrangeWebsite", "abuse-dept@orangewebsite.com"}, whoisContains("abuse@orangewebsite.com")},