Skip to content

Hostname

status.rewind.com

Last fetched

status.rewind.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.

Nutrition Label

WHISPER CANON · status.rewind.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/status.rewind.com

Resolution chain

status.rewind.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
143.204.23.115143.204.20.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
143.204.23.15143.204.20.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
143.204.23.38143.204.20.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
143.204.23.47143.204.20.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
18.165.116.4318.165.116.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.165.116.6618.165.116.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.165.116.8818.165.116.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.165.116.9118.165.116.0/23AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with status.rewind.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from status.rewind.com in the public web crawl.

7 sites link to this hostname.

Sample outbound links

Threat posture

History

Related pages

Pivot deeper into the graph from status.rewind.com.

Cypher and MCP

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

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