Skip to content
View examineip's full-sized avatar

Block or report examineip

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
examineip/README.md

Hi, this is ExamineIP 👋

Free IP, DNS and network tools, with plain-English guides that explain what the results mean. No signup, no ads, and lookups aren't stored.

🔍 IP & privacy What Is My IP · VPN Leak Test · IP Reputation · Bulk IP Lookup · Port Scanner · Privacy Exposure Score

🌐 Network diagnostics DNS Checker · WHOIS Lookup · Ping Test · Speed Test · Subnet Calculator · Email Header Analyzer

🛠️ Utilities Encoding & hashing · Password tools

📚 Learn Guides · Scam Test · Data-broker opt-out directory · Books


How the tools are built

  • Every result comes from a real query or measurement — nothing is guessed or padded.
  • Each tool says what it can't tell you, not just what it can.
  • Where a check needs a server (IP lookup, blacklist check, port scan), the result is returned and not kept.

Open source here

  • dnsbl-check — a DNS blacklist checker that doesn't report refused queries as listings, timeouts as clean, or dead lists at all.
  • doh-compare — asks Google and Cloudflare the same DNS question over DoH and tells real differences from quoting, ordering and GeoDNS noise.
  • webrtc-leak-check — WebRTC IP leak detection without the false alarms: ignores mDNS and private addresses, compares per IP family. Live demo
  • rdap-lookup — readable WHOIS for domains and IPs over RDAP; tells "not registered" apart from "this TLD has no RDAP".
  • email-auth-headers — explains SPF, DKIM and DMARC from raw email headers without flagging legitimate newsletters as suspicious.
  • password-tools — honest strength estimates, crypto-random generators with the EFF wordlist, and a private Have I Been Pwned check.
  • subnet-calc — IPv4 subnet arithmetic with /0, /31, /32 and mask edge cases done properly, tested against Python's ipaddress.

Every repo has an offline test suite running in CI, and each tool is live, free and signup-free on the site.

📫 contact@examineip.com

Popular repositories Loading

  1. dnsbl-check dnsbl-check Public

    DNS blacklist (DNSBL) + Tor exit checker for IPv4 that doesn't report refused queries as listings, timeouts as clean, or dead lists. PHP library, CLI and HTTP endpoint.

    PHP

  2. examineip examineip Public

    Free IP, DNS and network tools with plain-English guides

  3. subnet-calc subnet-calc Public

    IPv4 subnet arithmetic with /0, /31, /32 and mask edge cases done properly. One dependency-free JS file, tested against Python's ipaddress.

    JavaScript

  4. doh-compare doh-compare Public

    Compare DNS answers from Google and Cloudflare over DNS-over-HTTPS - and tell real differences from quoting, ordering and GeoDNS noise.

    JavaScript

  5. webrtc-leak-check webrtc-leak-check Public

    WebRTC IP leak detection without false alarms: ignores mDNS and private addresses, compares with your HTTP address per IP family.

    JavaScript

  6. rdap-lookup rdap-lookup Public

    Readable WHOIS for domains and IP addresses over RDAP: tells 'not registered' from 'no RDAP', explains status codes, flags new and expiring domains.

    JavaScript