Hostname
denver7.com
Last fetched
denver7.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IT. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
denver7.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 |
|---|---|---|---|---|
| 108.157.194.100 | 108.157.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 108.157.194.14 | 108.157.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 108.157.194.17 | 108.157.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 108.157.194.51 | 108.157.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 18.239.36.55 | 18.239.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.36.86 | 18.239.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.36.89 | 18.239.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.36.92 | 18.239.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 52.222.214.114 | 52.222.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.214.55 | 52.222.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.214.8 | 52.222.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.214.97 | 52.222.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:292
- Organization
- the e. w. scripps
- Contact emails
Subdomains
2 observed subdomains of denver7.com.
| Subdomain |
|---|
| support.denver7.com |
| www.denver7.com |
Web-graph footprint
Distinct hostnames that link to or from denver7.com in the public web crawl.
4,384 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for denver7.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{ir}.%{v}.%{d}.spf.has.pphosted.com |
Related pages
Pivot deeper into the graph from denver7.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "denver7.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.