Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
thomasmerz opened this issue Mar 25, 2022 · 1 comment · Fixed by #638
Closed

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

thomasmerz opened this issue Mar 25, 2022 · 1 comment · Fixed by #638
Assignees
Labels
false positive all false positive review requests

Comments

@thomasmerz
Copy link
Contributor

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:https://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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
false positive all false positive review requests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants