Skip to content

Hostname

rflect.ch

Last fetched

rflect.ch resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.

Nutrition Label

WHISPER CANON · rflect.chRouting diversity1.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/rflect.ch

Resolution chain

rflect.ch resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
54.192.151.12854.192.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
54.192.151.3354.192.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
54.192.151.5354.192.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
54.192.151.9354.192.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN

WHOIS identity

No WHOIS records are currently associated with rflect.ch in WhisperGraph.

Subdomains

11 observed subdomains of rflect.ch.

Web-graph footprint

Distinct hostnames that link to or from rflect.ch in the public web crawl.

10 sites link to this hostname.

35 sites linked to from this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

2 SPF mechanisms authorising senders for rflect.ch.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEamazonses.com

Related pages

Pivot deeper into the graph from rflect.ch.

Cypher and MCP

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

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