Hostname
datatriangle.com
Last fetched
datatriangle.com resolves to 2 IPv4 addresses operated by ZEN-ECN - Zenlayer Inc in TW.
Nutrition Label
Resolution chain
datatriangle.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 192.169.120.162 | 192.169.120.0/22 | AS21859 | ZEN-ECN - Zenlayer Inc | TW |
| 195.181.166.158 | 195.181.166.0/24 | AS60068 | CDN77 _ | SE |
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 datatriangle.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for datatriangle.com.
| Mechanism | Target |
|---|---|
| SPF_A | datatriangle.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 64.91.226.184 |
| SPF_IP | 64.91.226.199 |
| SPF_IP | 64.91.228.127 |
| SPF_IP | 72.32.115.21/32 |
| SPF_MX | datatriangle.com |
Related pages
Pivot deeper into the graph from datatriangle.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "datatriangle.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.