Skip to content

Hostname

evite-test.pledgeling.com

Last fetched

evite-test.pledgeling.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · evite-test.pledgeling.comRouting diversity4.2/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/evite-test.pledgeling.com

Resolution chain

evite-test.pledgeling.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.22.41.92100.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
44.230.233.6944.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
52.11.164.7652.10.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
52.11.169.7552.10.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
52.38.126.17852.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.38.241.21352.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
54.245.151.554.245.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
54.70.243.3754.70.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with evite-test.pledgeling.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from evite-test.pledgeling.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "evite-test.pledgeling.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 20

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