Skip to content

Hostname

safething.fr

Last fetched

safething.fr resolves to 16 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · safething.frRouting diversity5.6/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/safething.fr

Resolution chain

safething.fr resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.15.202.24416.15.200.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.207.8016.15.200.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.182.102.6916.182.96.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
16.182.103.14916.182.96.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.14.293.5.14.0/23AS14618AMAZON-AES - Amazon.com, Inc.US
3.5.3.323.5.3.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
52.216.241.1952.216.241.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.106.16352.217.104.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.117.25352.217.112.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.117.7752.217.112.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.198.24552.217.192.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.231.13352.217.224.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.97.25152.217.96.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.196.24554.231.192.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.223.2954.231.192.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.227.1354.231.224.0/19AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with safething.fr in WhisperGraph.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from safething.fr.

Cypher and MCP

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

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