Skip to content

Hostname

dataplug.cc

Last fetched

dataplug.cc resolves to 2 IPv4 addresses operated by NAMECHEAP-NET - Namecheap, Inc. in US.

Nutrition Label

WHISPER CANON · dataplug.ccRouting diversity2.4/10Peering density4.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/dataplug.cc

Resolution chain

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

IPPrefixASNOperatorCountry
63.250.38.9063.250.38.0/24AS22612NAMECHEAP-NET - Namecheap, Inc.US
67.223.118.4567.223.118.0/24AS22612NAMECHEAP-NET - Namecheap, Inc.US

WHOIS identity

No WHOIS records are currently associated with dataplug.cc in WhisperGraph.

Subdomains

1 observed subdomain of dataplug.cc.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for dataplug.cc.

MechanismTarget
SPF_Adataplug.cc
SPF_INCLUDEspf.web-hosting.com
SPF_IP198.187.31.20
SPF_IP63.250.38.80
SPF_MXdataplug.cc

Related pages

Pivot deeper into the graph from dataplug.cc.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "dataplug.cc"})-[: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.