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
Resolution chain
netprot.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 134.213.154.41 | 134.213.0.0/16 | AS15395 | RACKSPACE-LON - Rackspace Ltd. | GB |
| 23.193.172.50 | 23.193.172.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | MX |
| 23.193.172.51 | 23.193.172.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | MX |
WHOIS identity
- Registrar
- iana:69
- Organization
- chase templeton
- Contact emails
Subdomains
1 observed subdomain of netprot.com.
| Subdomain |
|---|
| www.netprot.com |
Threat posture
History
Related pages
Pivot deeper into the graph from netprot.com.
- IP · 134.213.154.41
- ASN · AS15395RACKSPACE-LON - Rackspace Ltd.
- Registrar · iana:69
- Country · GB
- Email · domains@evolvit.co.uk
- TLD · .com
- Browse hostnames · ne…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.