Skip to content

Hostname

70fifth.com

Last fetched

70fifth.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:3827 as the registrar.

Nutrition Label

WHISPER CANON · 70fifth.comRouting diversity4.5/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.whisper.security/host/70fifth.com

Resolution chain

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

IPPrefixASNOperatorCountry
3.5.129.2463.5.129.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.130.1583.5.130.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.133.2293.5.133.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.133.653.5.133.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.102.24052.219.102.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.110.23252.219.108.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.232.10452.219.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.98.16852.219.98.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:3827
Organization
sepshomes
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from 70fifth.com.

Cypher and MCP

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

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