Skip to content

Hostname

uat.inter-fast.fr

Last fetched

uat.inter-fast.fr resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.

Nutrition Label

WHISPER CANON · uat.inter-fast.frRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/uat.inter-fast.fr

Resolution chain

uat.inter-fast.fr resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.35.20.10113.35.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
13.35.20.10513.35.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
13.35.20.4413.35.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
13.35.20.8413.35.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
18.155.252.2818.155.252.0/23AS16509AMAZON-02 - Amazon.com, Inc.BR
18.155.252.6518.155.252.0/23AS16509AMAZON-02 - Amazon.com, Inc.BR
18.155.252.818.155.252.0/23AS16509AMAZON-02 - Amazon.com, Inc.BR
18.155.252.8218.155.252.0/23AS16509AMAZON-02 - Amazon.com, Inc.BR

WHOIS identity

No WHOIS records are currently associated with uat.inter-fast.fr in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from uat.inter-fast.fr.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "uat.inter-fast.fr"})-[: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.