Hi,
Some of our domains are flagged as malware in Radar, and the Cloudflare Malware / Family resolvers 1.1.1.2 and 1.1.1.3 just resolve them to an IP of 0.0.0.0. How can we get these domains unflagged and removed from the blacklist?
The actual domains for our services are all subdomains of tenconcierge.net. Looks like this whole domain is flagged by Cloudflare.
For example, one of the subdomains resolves to the following via 1.1.1.1
~ $ nslookup api.tenconcierge.net 1.1.1.1
Server: 1.1.1.1
Address: 1.1.1.1#53
Non-authoritative answer:
Name: api.tenconcierge.net
Address: 216.137.44.16
Name: api.tenconcierge.net
Address: 216.137.44.103
Name: api.tenconcierge.net
Address: 216.137.44.118
Name: api.tenconcierge.net
Address: 216.137.44.129
and to the following using 1.1.1.2
~ $ nslookup api.tenconcierge.net 1.1.1.2
Server: 1.1.1.2
Address: 1.1.1.2#53
Non-authoritative answer:
Name: api.tenconcierge.net
Address: 0.0.0.0
Name: api.tenconcierge.net
Address: ::
Any help would be appreciated.