Help centre

Help & frequently asked questions

The IP Address Intelligence Checker brings together practical information about an IPv4 address, IPv6 address or domain. Use it to check your own connection, investigate a server or visitor, troubleshoot email delivery, or review network reputation.

IP information is an indicator, not proof of identity. Location, ownership and reputation data can change.

Detailed integration guide

Secure webhook actions manual

Compare the standard and advanced options, copy complete receiver examples, use the safe GET relay and solve common setup errors.

Open the webhook manual
Getting started

Who is it for?

  • Website and server owners reviewing unusual activity.
  • Email administrators checking PTR and blacklist signals.
  • Support teams troubleshooting access and connection issues.
  • Hosting companies, MSPs and IT professionals.
  • Businesses reviewing suspicious orders, registrations or logins.

How to use it

  1. Enter an IPv4 address, IPv6 address or supported domain.
  2. Press Check.
  3. Read the IP and Reputation sections first.
  4. Open Network and Technical details when you need more information.
IP information

Address and identity details

  • IPv4
    Uses four number groups, such as 192.0.2.25.
  • IPv6
    Uses the newer, longer format, such as 2001:db8::25. Some older reputation services do not support IPv6.
  • PTR record
    Reverse DNS that connects an IP address to a hostname. It is especially important for mail servers.
  • Forward-confirmed reverse DNS
    The PTR hostname resolves back to the same IP address.
  • IP type
    An estimate such as residential, mobile, business, datacentre, VPN/proxy, Tor or unknown.

Location terms

  • Estimated location
    Where the address appears to be actively used.
  • Registry country
    The country recorded for the registered network owner.

These countries can differ when infrastructure is hosted, leased, mobile or operated across borders.

Reputation

Reputation signals

  • Risk score
    Combines available blacklist, abuse and technical signals. A high score means review is advised, not that guilt is proven.
  • Threat listing
    A blacklist connected the address to suspicious or abusive activity.
  • Policy listing
    The address is not expected to perform a certain action directly, such as sending outbound email. This is not the same as a malicious detection.
  • Unknown listing
    A blacklist returned a code that cannot be classified safely without a local mapping.

AbuseIPDB

  • Guest and Free
    Receive a small useful summary when enabled by the administrator.
  • Pro
    Can use a personal API key for fuller checks.
  • Reporting
    Never available to Guest or Free users. It is enabled only for administrators and individually trusted Pro users.
Network and ownership

Network and ownership terms

  • ASN
    An Autonomous System Number identifies the network announcing an IP range.
  • Provider or organisation
    May be an ISP, hosting company, mobile carrier, cloud platform or business.
  • Network range
    The wider address block containing the checked IP. The registered organisation may differ from the current customer.
  • RDAP
    The modern structured protocol for registration, range and contact information.
  • WHOIS
    An older registration lookup system still used by some registries and tools.

Network ownership data should not be treated as the exact physical location of a person or server.

Website and HTTPS security

Website and HTTPS security check

This optional on-demand check reviews the public website connected to a domain. It does not run during every normal domain report.

  • HTTPS response
    Confirms whether the site answers over an encrypted HTTPS connection.
  • HTTP to HTTPS redirect
    Checks whether visitors using an old http:// link are redirected to HTTPS.
  • TLS certificate
    Shows the issuer, validity period, hostname match and remaining lifetime.
  • TLS protocol support
    Tests the protocol versions supported by the server where the PHP/OpenSSL build allows it.
  • Security headers
    Checks HSTS, Content Security Policy, frame protection, MIME sniffing protection, Referrer Policy and Permissions Policy.
  • Cookies
    Reviews cookies returned by the checked page for Secure, HttpOnly and SameSite attributes.
  • Mixed content
    Looks for obvious http:// resources inside the limited HTML sample.

Safety and scope

  • Only public HTTP and HTTPS destinations on standard web ports are contacted.
  • Private, local and reserved IP ranges are blocked.
  • Redirects, response size and connection time are limited.
  • Fresh checks have a per-plan rolling daily allowance. Cached results do not use that allowance.
  • Only administrators can bypass the cache before it expires.
  • Results are cached and can change after the check was made.
Saved and shared reports

Saved, shared and downloadable reports

  • Stored snapshot
    A report uses the saved result from the time of the check. Opening a share link does not perform another live lookup.
  • Private share link
    Create an expiring link that can be revoked from the dashboard.
  • Password protection
    Add an optional password before sharing sensitive investigation notes.
  • PDF, CSV and JSON
    Download a human-readable PDF or structured data from the saved snapshot.
  • Branding
    Pro users can add a company name and logo to printable and shared reports.

Important

IP, DNS, reputation, website and certificate data can change. Always consider the report creation date before relying on a saved snapshot.

Custom IP action buttons

Custom IP action buttons

A custom action sends the IP shown in a report to your own HTTPS endpoint after you confirm the request.

  • Manual by design
    Nothing is sent until you press the button and confirm the destination.
  • No automatic retry
    A potentially destructive action, such as blocking an IP, is never repeated automatically.
  • Safer authentication
    Use a bearer token or dedicated request header. Avoid secrets in URLs because URLs can appear in logs and history.
  • Protected destination
    HTTPS is required. Private, local and reserved destinations are blocked for normal users. Redirects are not followed.
  • Controlled request
    Ports, DNS resolution, certificate verification, timeouts and response size are restricted.

Before using a block button

  1. Test the receiving endpoint with a harmless address.
  2. Make the receiving system validate its own authorisation token.
  3. Log the unique delivery ID on the receiving side.
  4. Require an allowlisted action name or route rather than accepting arbitrary commands.
Automatic monitoring webhooks

Automatic monitoring webhooks

A webhook sends selected monitoring changes to your own HTTPS endpoint. It uses a fixed JSON payload and cannot run custom PHP, JavaScript or templates.

  • Verified before arming
    Your endpoint must return the one-time challenge plus an HMAC proof created with the signing secret. A simple echo response is not enough.
  • Signed delivery
    Every request includes a timestamp, unique delivery ID and HMAC-SHA256 signature.
  • Replay and duplicate protection
    The delivery ID is also sent as an idempotency key. Reject old timestamps and ignore IDs already processed.
  • Controlled retries
    Only temporary network failures, rate limits and server errors are retried. Permanent client errors are not repeatedly sent.
  • Minimal payload
    Webhooks contain the monitored item, selected changes and safe summary fields. They never contain the account email address, password, API key or stored authentication secret.

Complete the endpoint test

  1. Verify the signed test request using the normal delivery steps below.
  2. Read the challenge value from the JSON body.
  3. Create an HMAC-SHA256 digest of webhook.test.<challenge> with the signing secret.
  4. Return JSON containing challenge and proof, or use the X-IPIC-Challenge and X-IPIC-Challenge-Proof headers.

Verify each delivery

  1. Read the raw request body exactly as received.
  2. Combine X-IPIC-Timestamp, a full stop and the raw body.
  3. Create an HMAC-SHA256 digest with your signing secret.
  4. Compare it with X-IPIC-Signature-256 using a timing-safe comparison.
  5. Reject timestamps outside a short acceptance window.
  6. Ignore a repeated X-IPIC-Delivery or Idempotency-Key.

Keep a webhook paused until its receiver has been tested and its own authorisation rules are active.

Investigation cases

Investigation cases group IP addresses, domains, reports, monitoring changes, notes and actions into one controlled record. Each case has a numbered register entry, clear status and priority, an evidence timeline, a required resolution for resolved or closed cases, and a permanent audit trail showing who changed what, when and from where.

Open investigations

Technical information

DNS record types

  • A
    Points a hostname to an IPv4 address.
  • AAAA
    Points a hostname to an IPv6 address.
  • MX
    Identifies the mail servers that receive email for a domain.
  • NS
    Identifies the authoritative name servers.
  • PTR
    Provides reverse DNS from an IP address to a hostname.
  • TXT
    Stores text policies, ownership verification and other machine-readable information.

Email and domain security

  • SPF
    Identifies which mail servers are permitted to send email for the domain.
  • SPF include and redirect chain
    Follows referenced SPF policies such as include: and redirect=, with loop and depth limits. This maps dependencies but is not a complete SPF pass/fail evaluation.
  • DMARC
    Tells receiving mail systems how to handle messages that fail SPF or DKIM checks and can specify where reports should be sent.
  • CAA
    Can restrict which certificate authorities may issue TLS certificates for the domain.
  • DNSKEY
    Shows that a DNSSEC public key is published. The complete chain of trust still needs separate validation.
  • CNAME
    Makes one hostname an alias of another hostname.
  • SOA
    Contains the main administrative and timing information for the DNS zone.

Why TXT is off by default

TXT data can be large and is not required for every check. Access is controlled by plan and can be overridden per user.

Caching and speed

  • Normal reports
    Recent results are cached to reduce repeated DNS, registry, location and reputation requests.
  • Related domains
    Local observations are read from this installation. Optional external enrichment only runs on demand and has a separate cache.
Plans and licences

Guest provides a quick trial. Free adds an account and higher limits. Light is a lower-cost paid option with more detail and saved history. Pro is the full investigation plan.

FeatureGuestFreeLightPro
Checks per hour3525100
Checks per day10251502000
Monthly cap252501,50020,000
Annual cap505003,50050,000
Basic reputation summary Included Included Included Included
Full reputation details Not included Not included Not included Included
DNSBL rows246All enabled
Registry contact details Not included Not included Included Included
TXT records Not included Not included Not included Not included
Saved report history Not included Not included Included Included
Advanced domain intelligence Not included Not included Included Included
Domain IPs analysed11412
Related domains / reverse IP Not included Not included Included Included
Related domains shown
Website and HTTPS security Not included Not included Included Included
Fresh website checks / day25100
Shareable reports and PDF Not included Not included Included Included
Active shared reports550
Custom IP action buttons Not included Not included Included Included
Custom actions15
Signed monitoring webhooks Not included Not included Not included Included
Webhook endpoints15
IP/domain monitoring Not included Not included Included Included
Monitored items320
Export tools Not included Not included Not included Included
Own AbuseIPDB key Not included Not included Not included Included
Abuse reportingNeverNeverNeverAdmin approval
AdvertisingMay be shownMay be shownMay be shownMay be shown
Purchase optionsBuy LightBuy Pro

Guest

Checks per hour
3
Checks per day
10
Monthly cap
25
Annual cap
50
Basic reputation summary
Included
Full reputation details
Not included
DNSBL rows
2
Registry contact details
Not included
TXT records
Not included
Saved report history
Not included
Advanced domain intelligence
Not included
Domain IPs analysed
1
Related domains / reverse IP
Not included
Related domains shown
Website and HTTPS security
Not included
Fresh website checks / day
Shareable reports and PDF
Not included
Active shared reports
Custom IP action buttons
Not included
Custom actions
Signed monitoring webhooks
Not included
Webhook endpoints
IP/domain monitoring
Not included
Monitored items
Export tools
Not included
Own AbuseIPDB key
Not included
Abuse reporting
Never
Advertising
May be shown

Free

Checks per hour
5
Checks per day
25
Monthly cap
250
Annual cap
500
Basic reputation summary
Included
Full reputation details
Not included
DNSBL rows
4
Registry contact details
Not included
TXT records
Not included
Saved report history
Not included
Advanced domain intelligence
Not included
Domain IPs analysed
1
Related domains / reverse IP
Not included
Related domains shown
Website and HTTPS security
Not included
Fresh website checks / day
Shareable reports and PDF
Not included
Active shared reports
Custom IP action buttons
Not included
Custom actions
Signed monitoring webhooks
Not included
Webhook endpoints
IP/domain monitoring
Not included
Monitored items
Export tools
Not included
Own AbuseIPDB key
Not included
Abuse reporting
Never
Advertising
May be shown

Light

Checks per hour
25
Checks per day
150
Monthly cap
1,500
Annual cap
3,500
Basic reputation summary
Included
Full reputation details
Not included
DNSBL rows
6
Registry contact details
Included
TXT records
Not included
Saved report history
Included
Advanced domain intelligence
Included
Domain IPs analysed
4
Related domains / reverse IP
Included
Related domains shown
Website and HTTPS security
Included
Fresh website checks / day
25
Shareable reports and PDF
Included
Active shared reports
5
Custom IP action buttons
Included
Custom actions
1
Signed monitoring webhooks
Not included
Webhook endpoints
1
IP/domain monitoring
Included
Monitored items
3
Export tools
Not included
Own AbuseIPDB key
Not included
Abuse reporting
Never
Advertising
May be shown
Buy Light

Pro

Checks per hour
100
Checks per day
2000
Monthly cap
20,000
Annual cap
50,000
Basic reputation summary
Included
Full reputation details
Included
DNSBL rows
All enabled
Registry contact details
Included
TXT records
Not included
Saved report history
Included
Advanced domain intelligence
Included
Domain IPs analysed
12
Related domains / reverse IP
Included
Related domains shown
Website and HTTPS security
Included
Fresh website checks / day
100
Shareable reports and PDF
Included
Active shared reports
50
Custom IP action buttons
Included
Custom actions
5
Signed monitoring webhooks
Included
Webhook endpoints
5
IP/domain monitoring
Included
Monitored items
20
Export tools
Included
Own AbuseIPDB key
Included
Abuse reporting
Admin approval
Advertising
May be shown
Buy Pro

Paid licences

Free, Light and Pro use the same login. Purchase the chosen licence, enter it in the dashboard and the extra features unlock after validation. Licences are checked immediately and then automatically, normally daily.

Monitoring and alerts

Monitoring overview

  • Watchlist
    Light and Pro users can save IP addresses and domains for scheduled checks.
  • Meaningful changes
    The system records differences rather than emailing after every routine check.
  • Retries
    Failed checks are retried using the administrator’s retry setting.

Possible alert types

  • PTR, estimated location or registry location changes.
  • ASN, provider or network-range changes.
  • DNSBL, AbuseIPDB, risk-level or IP-type changes.
  • Domain A, AAAA, MX and NS changes.
  • SPF, DMARC, DNSKEY, CAA or primary-IP changes.

History and comparison

Detected changes are shown as a timeline. Users can compare two successful snapshots, while retention follows the administrator’s settings.

Accounts and security

Account security

  • Password recovery
    Use the Forgot password link. Reset links are time-limited and single use.
  • Two-factor authentication
    Scan the QR code with an app such as 2FAS, verify the generated six-digit code and save the one-time recovery codes.
  • Recovery codes
    Shown once only. Each can be used once and a newly generated set invalidates the old set.

Responsible use

An IP address does not prove who performed an action. Shared networks, VPNs, mobile carriers and reassignment can affect results. Use the report together with logs and your own evidence.

Common questions

Why do other sites show a different country?

Services use different databases and definitions. One may show the registered owner country while another estimates the server location. The checker keeps both concepts separate.

Why is a residential IP listed?

It may be a policy listing rather than a malicious detection.

Why is there no PTR?

The operator may not have configured reverse DNS or may not allow the customer to set it.

Can I check private addresses?

Private addresses such as 192.168.x.x and 10.x.x.x are not publicly routed and cannot produce a meaningful public report.

Creator and independence notice

This solution is created by PlugTheHole.com. Unless explicitly stated otherwise, it is independent and is not affiliated with, endorsed by, sponsored by, or officially connected to WHMCS, AbuseIPDB, Spamhaus, MaxMind, IPinfo or any other third-party platform or service mentioned. All trademarks belong to their respective owners.