Skip to content

Get Public IP with curl

Get Public IP with curl

curl -s proxy.mimvp.com/ip.php
curl -s myip.ipip.net
curl -s whatismyip.akamai.com
curl -s checkip.amazonaws.com
curl -s api.ipify.org
curl -s ipinfo.io/ip
curl -s icanhazip.com
curl -s ip233.cn
curl -s ip.guide
curl -s wtfismyip.com/text
curl -s jsonip.com |jq .ip

Speed Test

  • https://fast.com
  • https://speed.cloudflare.com
  • https://www.linode.com/speed-test
  • https://www.speedtest.net/
  • https://ping.chinaz.com
  • https://www.17ce.com
  • https://ip.skk.moe/
  • https://ip.sb/
  • https://ip.im/
  • https://fiber.google.com/speedtest/

Malicious IP checker

dig 8.8.8.8 @ipshield.dev +short
  • https://ipshield.dev/
  • https://github.com/xykt/IPQuality
  • https://www.ipqualityscore.com/ip-reputation-check
  • https://www.abuseipdb.com/
  • https://www.virustotal.com/gui/ip-address/
Feedback