Skip to content

Hostname

movewalk.tidvis.se

Last fetched

movewalk.tidvis.se resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SE.

Nutrition Label

WHISPER CANON · movewalk.tidvis.seRouting diversity3.5/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/movewalk.tidvis.se

Resolution chain

movewalk.tidvis.se resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.53.91.11613.53.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.SE
13.60.108.13413.60.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SE
13.61.39.22113.60.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SE
51.20.237.17351.20.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.SE
51.20.27.6651.20.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.SE
51.21.240.6751.21.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.SE

WHOIS identity

No WHOIS records are currently associated with movewalk.tidvis.se in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from movewalk.tidvis.se in the public web crawl.

14 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from movewalk.tidvis.se.

Cypher and MCP

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

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