Hostname
neo1.com
Last fetched
neo1.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
neo1.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.226.238.100 | 13.226.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.238.55 | 13.226.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.238.56 | 13.226.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.238.66 | 13.226.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.40.114 | 3.168.40.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.40.61 | 3.168.40.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.40.73 | 3.168.40.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.40.86 | 3.168.40.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.152.28 | 99.84.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.84.152.31 | 99.84.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.84.152.42 | 99.84.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.84.152.90 | 99.84.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:468
- Organization
- r. wilcox
- Contact emails
- pjandot@kds.com
- support@ew3.com
- 0075bb12-ee23-4f50-b710-02e9f0500565@identity-protect.org
- 77e68332-441c-4a40-a09c-6c257bad5982@identity-protect.org
- 7af2d357-4e6a-4ee7-86e7-2d89def2b71b@identity-protect.org
- b8a7409c-bee7-4902-b0a5-4d154e4ed790@identity-protect.org
- e27c42a6-805f-4b5e-b09e-12f21df1112c@identity-protect.org
- ebe25845-ed57-42d3-9bc2-462a776d7f71@identity-protect.org
- ec30d92b-9179-461d-ae1e-1a1e22a867cd@identity-protect.org
- owner-1157123@neo1.com.whoisprivacyservice.org
- owner-2440190@neo1.com.whoisprivacyservice.org
- owner-419843@neo1.com.whoisprivacyservice.org
- owner-8911966@neo1.com.whoisprivacyservice.org
Subdomains
37 observed subdomains of neo1.com.
Showing 25 of 37. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from neo1.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for neo1.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | email.freshdesk.com |
Related pages
Pivot deeper into the graph from neo1.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "neo1.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.