Hostname
tuango.ca
Last fetched
tuango.ca resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists registrar:rebel.ca corp. as the registrar.
Nutrition Label
Resolution chain
tuango.ca resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.167.37.126 | 3.167.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.37.4 | 3.167.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.37.44 | 3.167.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.37.95 | 3.167.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 96.45.82.115 | 96.45.82.0/24 | AS16552 | DIGICERT - Tiggee LLC | US |
| 96.45.82.162 | 96.45.82.0/24 | AS16552 | DIGICERT - Tiggee LLC | US |
| 96.45.83.11 | 96.45.83.0/24 | AS16552 | DIGICERT - Tiggee LLC | US |
| 96.45.83.218 | 96.45.83.0/24 | AS16552 | DIGICERT - Tiggee LLC | US |
WHOIS identity
- Registrar
- registrar:rebel.ca corp.
- Organization
- jerome guidollet
- Contact emails
Subdomains
65 observed subdomains of tuango.ca.
Showing 25 of 65. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from tuango.ca in the public web crawl.
114 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for tuango.ca.
| Mechanism | Target |
|---|---|
| SPF_A | ec2-54-226-24-110.compute-1.amazonaws.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.smtp.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | reservit.com |
| SPF_INCLUDE | shops.shopify.com |
| SPF_INCLUDE | spf.mandrillapp.com |
Related pages
Pivot deeper into the graph from tuango.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tuango.ca"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.