Skip to content

Hostname

www.tech-stack.com

Last fetched

www.tech-stack.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.

Nutrition Label

WHISPER CANON · www.tech-stack.comRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/www.tech-stack.com

Resolution chain

www.tech-stack.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.66.147.1918.66.144.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.66.147.5218.66.144.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.66.147.7718.66.144.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.66.147.7818.66.144.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
3.169.5.103.169.4.0/22AS16509AMAZON-02 - Amazon.com, Inc.JP
3.169.5.1113.169.4.0/22AS16509AMAZON-02 - Amazon.com, Inc.JP
3.169.5.1143.169.4.0/22AS16509AMAZON-02 - Amazon.com, Inc.JP
3.169.5.1193.169.4.0/22AS16509AMAZON-02 - Amazon.com, Inc.JP
3.175.34.353.175.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.175.34.603.175.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.175.34.763.175.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.175.34.783.175.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with www.tech-stack.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from www.tech-stack.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "www.tech-stack.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.