Hostname
tri-anim.com
Last fetched
tri-anim.com resolves to 8 IPv4 addresses operated by AKAMAI-ASN1 in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
tri-anim.com 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 |
|---|---|---|---|---|
| 23.205.106.79 | 23.205.106.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.205.106.81 | 23.205.106.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.212.249.132 | 23.212.249.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.212.249.137 | 23.212.249.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.40.18.50 | 23.40.18.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.40.18.53 | 23.40.18.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.53.11.165 | 23.53.11.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.53.11.177 | 23.53.11.0/24 | AS20940 | AKAMAI-ASN1 | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- bound tree medical
- Contact emails
Subdomains
5 observed subdomains of tri-anim.com.
Web-graph footprint
Distinct hostnames that link to or from tri-anim.com in the public web crawl.
104 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for tri-anim.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.249.190.14 |
| SPF_IP | 104.249.190.18 |
Related pages
Pivot deeper into the graph from tri-anim.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tri-anim.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.