Skip to content

Hostname

path-cms.twyne.io

Last fetched

path-cms.twyne.io resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · path-cms.twyne.ioRouting diversity5.0/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/path-cms.twyne.io

Resolution chain

path-cms.twyne.io resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.30.28.198100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
100.48.160.188100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
100.50.56.66100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
18.210.33.25418.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
23.20.17.6423.20.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
23.21.18.21123.20.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
35.168.255.23335.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
44.194.174.9244.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.214.114.14044.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.206.82.17452.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
54.165.190.6454.164.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.173.137.7454.172.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with path-cms.twyne.io in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from path-cms.twyne.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "path-cms.twyne.io"})-[: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.