Skip to content

Hostname

teamwheel.dev

Last fetched

teamwheel.dev resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:895 as the registrar.

Nutrition Label

WHISPER CANON · teamwheel.devRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint8.3/10canon.whisper.security/host/teamwheel.dev

Resolution chain

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

IPPrefixASNOperatorCountry
18.164.96.11018.164.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.164.96.6018.164.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.164.96.6418.164.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.164.96.6918.164.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.67.250.2318.67.248.0/22AS16509AMAZON-02 - Amazon.com, Inc.IE
18.67.250.4618.67.248.0/22AS16509AMAZON-02 - Amazon.com, Inc.IE
18.67.250.5118.67.248.0/22AS16509AMAZON-02 - Amazon.com, Inc.IE
18.67.250.7718.67.248.0/22AS16509AMAZON-02 - Amazon.com, Inc.IE
54.192.55.12754.192.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
54.192.55.3854.192.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
54.192.55.5154.192.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
54.192.55.754.192.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:895
Organization
contact privacy inc. customer 7151571251
Contact emails

Subdomains

1 observed subdomain of teamwheel.dev.

Threat posture

History

Related pages

Pivot deeper into the graph from teamwheel.dev.

Cypher and MCP

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

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