Hostname
edge2015.nextech.com
Last fetched
edge2015.nextech.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
edge2015.nextech.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.159.91.35 | 108.159.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 108.159.91.54 | 108.159.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 108.159.91.78 | 108.159.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 108.159.91.9 | 108.159.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.160.170.127 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.160.170.53 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.160.170.74 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.160.170.89 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from edge2015.nextech.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for edge2015.nextech.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 306056.spf04.hubspotemail.net |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf-us.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 52.225.128.88 |
Related pages
Pivot deeper into the graph from edge2015.nextech.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "edge2015.nextech.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.