Skip to content

Hostname

email-2.com

Last fetched

email-2.com resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:1068 as the registrar.

Nutrition Label

WHISPER CANON · email-2.comRouting diversity5.6/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.0/10canon.whisper.security/host/email-2.com

Resolution chain

email-2.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.28.203.64100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
100.52.6.113100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
107.22.104.12107.22.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
18.204.255.6418.204.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
3.223.193.1883.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.197.18.7734.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.226.251.5734.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.153.190.10435.153.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
44.194.234.11644.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
54.172.148.2854.172.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.209.148.2054.208.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
98.90.229.6598.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:1068
Organization
jonathan bryant
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from email-2.com.

Cypher and MCP

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

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