Skip to content

Hostname

tynker.com

Last fetched

tynker.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · tynker.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/tynker.com

Resolution chain

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

IPPrefixASNOperatorCountry
35.164.66.21935.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
35.83.176.1735.80.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
44.230.53.7144.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.238.101.21144.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.238.17.24544.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
54.190.229.17354.190.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
54.190.248.1054.190.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
32.184.132.1332.184.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

Distinct hostnames that link to or from tynker.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for tynker.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEservers.mcsv.net
SPF_INCLUDEspf.mandrillapp.com

Related pages

Pivot deeper into the graph from tynker.com.

Cypher and MCP

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

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