Skip to content

Hostname

dev.mindsway.co

Last fetched

dev.mindsway.co resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.

Nutrition Label

WHISPER CANON · dev.mindsway.coRouting diversity2.4/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/dev.mindsway.co

Resolution chain

dev.mindsway.co resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.64.207.11318.64.212.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
18.64.207.12518.64.212.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
18.64.207.518.64.212.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
18.64.207.7118.64.212.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
3.163.83.1263.163.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.163.83.133.163.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.163.83.223.163.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.163.83.643.163.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with dev.mindsway.co in WhisperGraph.

Subdomains

1 observed subdomain of dev.mindsway.co.

Threat posture

History

Related pages

Pivot deeper into the graph from dev.mindsway.co.

Cypher and MCP

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

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