Skip to content

Hostname

campercheck.net

Last fetched

campercheck.net resolves to 2 IPv4 addresses operated by AS20940 in DE. WHOIS lists iana:15 as the registrar.

Nutrition Label

WHISPER CANON · campercheck.netRouting diversity1.5/10Peering density8.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/campercheck.net

Resolution chain

campercheck.net resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

WHOIS identity

Registrar
iana:15
Organization
camperdays
Contact emails

Subdomains

19 observed subdomains of campercheck.net.

Threat posture

History

Related pages

Pivot deeper into the graph from campercheck.net.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "campercheck.net"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.