Skip to content

Hostname

fitchallenge.io

Last fetched

fitchallenge.io resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · fitchallenge.ioRouting diversity3.0/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.whisper.security/host/fitchallenge.io

Resolution chain

fitchallenge.io resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.64.155.12318.64.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.64.155.318.64.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.64.155.3318.64.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.64.155.8518.64.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.171.185.293.171.184.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
3.171.185.493.171.184.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
3.171.185.633.171.184.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
3.171.185.943.171.184.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
3.175.207.313.175.206.0/23AS16509AMAZON-02 - Amazon.com, Inc.HK
3.175.207.723.175.206.0/23AS16509AMAZON-02 - Amazon.com, Inc.HK
3.175.207.893.175.206.0/23AS16509AMAZON-02 - Amazon.com, Inc.HK
3.175.207.983.175.206.0/23AS16509AMAZON-02 - Amazon.com, Inc.HK

WHOIS identity

Registrar
iana:146
Organization
domains by proxy,
Contact emails

Subdomains

7 observed subdomains of fitchallenge.io.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for fitchallenge.io.

MechanismTarget
SPF_INCLUDE_spf.firebasemail.com
SPF_INCLUDEzohocloud.ca

Related pages

Pivot deeper into the graph from fitchallenge.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "fitchallenge.io"})-[: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.