Skip to content

Hostname

justinarchi.com

Last fetched

justinarchi.com resolves to 10 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:468 as the registrar.

Nutrition Label

WHISPER CANON · justinarchi.comRouting diversity5.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint5.6/10canon.whisper.security/host/justinarchi.com

Resolution chain

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

IPPrefixASNOperatorCountry
104.21.5.166104.21.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
16.15.187.11016.15.184.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.199.15216.15.192.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.217.15816.15.216.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
172.67.133.163172.67.128.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
52.216.58.22952.216.48.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.59.8552.216.48.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.43.16352.217.43.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.70.1952.217.70.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.234.1354.231.224.0/19AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:468
Organization
on behalf of justinarchi.com owner
Contact emails

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for justinarchi.com.

MechanismTarget
SPF_INCLUDE_spf.mx.cloudflare.net

Related pages

Pivot deeper into the graph from justinarchi.com.

Cypher and MCP

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

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