Hostname
tsinetwork.ca
Last fetched
tsinetwork.ca resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists registrar:internic.ca inc. as the registrar.
Nutrition Label
Resolution chain
tsinetwork.ca resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.33.252.40 | 13.33.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.252.59 | 13.33.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.252.77 | 13.33.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.252.91 | 13.33.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.66.122.36 | 18.66.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.122.42 | 18.66.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.122.90 | 18.66.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.122.92 | 18.66.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.168.178.115 | 3.168.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.178.17 | 3.168.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.178.2 | 3.168.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.178.71 | 3.168.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
WHOIS identity
- Registrar
- registrar:internic.ca inc.
- Organization
- the successful investor
- Contact emails
Subdomains
8 observed subdomains of tsinetwork.ca.
Web-graph footprint
Distinct hostnames that link to or from tsinetwork.ca in the public web crawl.
66 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for tsinetwork.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 46744889.spf05.hubspotemail.net |
| SPF_INCLUDE | _spf.smtp.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.smtp2go.com |
| SPF_IP | 67.192.220.18 |
| SPF_IP | 69.25.11.2 |
| SPF_IP | 72.32.25.177 |
| SPF_IP | 74.203.57.89/32 |
Related pages
Pivot deeper into the graph from tsinetwork.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tsinetwork.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.