Skip to content

Hostname

s3-docs.fd.io

Last fetched

s3-docs.fd.io resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in HK.

Nutrition Label

WHISPER CANON · s3-docs.fd.ioRouting diversity2.4/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/s3-docs.fd.io

Resolution chain

s3-docs.fd.io resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.35.186.11413.35.186.0/24AS16509AMAZON-02 - Amazon.com, Inc.HK
13.35.186.12613.35.186.0/24AS16509AMAZON-02 - Amazon.com, Inc.HK
13.35.186.7613.35.186.0/24AS16509AMAZON-02 - Amazon.com, Inc.HK
13.35.186.9513.35.186.0/24AS16509AMAZON-02 - Amazon.com, Inc.HK
3.165.136.313.165.136.0/24AS16509AMAZON-02 - Amazon.com, Inc.FR
3.165.136.513.165.136.0/24AS16509AMAZON-02 - Amazon.com, Inc.FR
3.165.136.73.165.136.0/24AS16509AMAZON-02 - Amazon.com, Inc.FR
3.165.136.833.165.136.0/24AS16509AMAZON-02 - Amazon.com, Inc.FR

WHOIS identity

No WHOIS records are currently associated with s3-docs.fd.io in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from s3-docs.fd.io in the public web crawl.

25 sites link to this hostname.

82 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from s3-docs.fd.io.

Cypher and MCP

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

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