Skip to content

Hostname

netprot.com

Last fetched

netprot.com resolves to 3 IPv4 addresses operated by RACKSPACE-LON - Rackspace Ltd. in GB. WHOIS lists iana:69 as the registrar.

Nutrition Label

WHISPER CANON · netprot.comRouting diversity2.4/10Peering density8.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.9/10canon.whisper.security/host/netprot.com

Resolution chain

netprot.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
134.213.154.41134.213.0.0/16AS15395RACKSPACE-LON - Rackspace Ltd.GB
23.193.172.5023.193.172.0/24AS20940AKAMAI-ASN1 - Akamai International B.V.MX
23.193.172.5123.193.172.0/24AS20940AKAMAI-ASN1 - Akamai International B.V.MX

WHOIS identity

Registrar
iana:69
Organization
chase templeton
Contact emails

Subdomains

1 observed subdomain of netprot.com.

Threat posture

History

Related pages

Pivot deeper into the graph from netprot.com.

Cypher and MCP

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

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