Hostname
netpoint.live
Last fetched
netpoint.live resolves to 2 IPv4 addresses operated by AS263966 in BR. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
netpoint.live resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 190.89.2.156 | 190.89.2.0/24 | AS263966 | — | BR |
| 34.174.45.64 | 34.174.0.0/17 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
77 observed subdomains of netpoint.live.
Showing 25 of 77. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from netpoint.live in the public web crawl.
39 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for netpoint.live.
| Mechanism | Target |
|---|---|
| SPF_A | relayaws.netpoint.com.br |
| SPF_INCLUDE | _spf.rdstation.com.br |
| SPF_INCLUDE | sendgrid.net |
| SPF_IP | 177.93.110.228 |
| SPF_IP | 190.89.2.152 |
| SPF_IP | 34.206.98.233 |
| SPF_IP | 52.55.117.39 |
Related pages
Pivot deeper into the graph from netpoint.live.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "netpoint.live"})-[: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.