Skip to content

Hostname

websocket.comunica-dev.in

Last fetched

websocket.comunica-dev.in resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · websocket.comunica-dev.inRouting diversity5.4/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/websocket.comunica-dev.in

Resolution chain

websocket.comunica-dev.in resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.31.223.12100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
100.51.72.92100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
13.223.116.7413.216.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
3.214.177.2453.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.235.211.1243.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.192.78.13034.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.228.139.7634.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
52.22.186.18552.20.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
52.22.39.18452.20.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.147.57.4454.144.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.158.18.10054.156.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.166.29.23854.166.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with websocket.comunica-dev.in in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from websocket.comunica-dev.in.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "websocket.comunica-dev.in"})-[: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.