Ultimate-Hosts-Blacklist / Ultimate.Hosts.Blacklist

The Ultimate Unified Hosts file for protecting your network, computer, smartphones and Wi-Fi devices against millions of bad web sites. Protect your children and family from gaining access to bad web sites and protect your devices and pc from being infected with Malware or Ransomware.
MIT License
1.23k stars 156 forks source link

[FALSE-POSITIVE] (www.)ip-api.com #637

Closed thomasmerz closed 2 years ago

thomasmerz commented 2 years ago

Describe the subjects (domains) ip-api.com www.ip-api.com

More Information Because of this blocklist entry, someone isn't able to gather ASN infos for a given IP or domain 😞

# https://github.com/trimstray/the-book-of-secret-knowledge#shell-functions-toc
function getASN () {
    local _ip="$1";
    local _curl_base="curl --request GET";
    local _timeout="15";
    _asn=$($_curl_base -ks -m "$_timeout" "http://ip-api.com/line/${_ip}?fields=as");
    _state=$(echo $?);
    if [[ -z "$_ip" ]] || [[ "$_ip" == "null" ]] || [[ "$_state" -ne 0 ]]; then
        echo -en "Unsuccessful ASN gathering.\\n";
    else
        echo -en "$_ip > $_asn\\n";
    fi
}

Have you requested removal from other sources? Yes: https://github.com/issues?q=is%3Aopen+is%3Aissue+author%3Athomasmerz+archived%3Afalse+ip-api.com+ https://github.com/pulls?q=is%3Aopen+is%3Apr+author%3Athomasmerz+archived%3Afalse+ip-api.com+

It has been also removed from other major blocklists: https://blocklist-tools.developerdan.com/entries/search?q=ip-api.com

WARNING: Please search in our infrastructure before submitting it.

grafik

Additional context None.

spirillen commented 2 years ago

This domain is used in many apps to track your were about https://mypdns.org/my-privacy-dns/matrix/-/issues/967390