Skip to content

Hostname

vger.app

Last fetched

vger.app resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR. WHOIS lists iana:1861 as the registrar.

Nutrition Label

WHISPER CANON · vger.appRouting diversity2.4/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/vger.app

Resolution chain

vger.app resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.155.21.12418.155.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
18.155.21.1718.155.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
18.155.21.3318.155.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
18.155.21.9118.155.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
18.164.13.11318.164.12.0/23AS16509AMAZON-02 - Amazon.com, Inc.PE
18.164.13.12618.164.12.0/23AS16509AMAZON-02 - Amazon.com, Inc.PE
18.164.13.7218.164.12.0/23AS16509AMAZON-02 - Amazon.com, Inc.PE
18.164.13.818.164.12.0/23AS16509AMAZON-02 - Amazon.com, Inc.PE

WHOIS identity

Registrar
iana:1861
Organization
contact privacy inc. customer 7151571251
Contact emails

Subdomains

2 observed subdomains of vger.app.

Web-graph footprint

Distinct hostnames that link to or from vger.app in the public web crawl.

117 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for vger.app.

MechanismTarget
SPF_INCLUDE_spf.porkbun.com
SPF_MXvger.app

Related pages

Pivot deeper into the graph from vger.app.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "vger.app"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.