Skip to content

Hostname

vadella.app

Last fetched

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

Nutrition Label

WHISPER CANON · vadella.appRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency6.7/10Resolver footprint4.6/10canon.whisper.security/host/vadella.app

Resolution chain

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

IPPrefixASNOperatorCountry
18.244.18.11918.244.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
18.244.18.2818.244.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
18.244.18.8718.244.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
18.244.18.918.244.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
3.168.86.253.168.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.86.693.168.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.86.73.168.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.86.843.168.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:440
Organization
domains by proxy,
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from vadella.app.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "vadella.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.