Hostname
envisiongo.com
Last fetched
envisiongo.com resolves to 13 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
envisiongo.com resolves to 13 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 16.58.16.67 | 16.58.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 16.58.51.134 | 16.58.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.119.216.103 | 18.116.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.189.52.96 | 18.189.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.220.100.211 | 18.220.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.130.208.44 | 3.130.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.134.137.81 | 3.132.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.141.87.124 | 3.136.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.151.30.140 | 3.144.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.18.140.154 | 3.16.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.21.198.137 | 3.20.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.23.209.90 | 3.20.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 16.59.130.209 | 16.59.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- anthony spotorno
- Contact emails
Subdomains
22 observed subdomains of envisiongo.com.
Showing 20 of 22. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from envisiongo.com in the public web crawl.
49 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for envisiongo.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | sendgrid.net |
Related pages
Pivot deeper into the graph from envisiongo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "envisiongo.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.