Hostname
www.echointec.com
Last fetched
www.echointec.com resolves to 1 IPv4 address operated by AS9371 in JP.
Nutrition Label
Resolution chain
www.echointec.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 219.94.208.202 | 219.94.128.0/17 | AS9371 | — | JP |
WHOIS identity
No WHOIS records are currently associated with www.echointec.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for www.echointec.com.
| Mechanism | Target |
|---|---|
| SPF_A | www316b.sakura.ne.jp |
| SPF_IP | 133.242.222.231 |
| SPF_IP | 133.242.222.232 |
| SPF_IP | 133.242.74.5 |
| SPF_IP | 133.242.74.6 |
| SPF_IP | 153.126.251.34 |
| SPF_IP | 160.16.108.191 |
| SPF_IP | 160.16.242.113/32 |
| SPF_IP | 160.16.94.159 |
| SPF_IP | 219.94.155.146 |
| SPF_MX | www.echointec.com |
Related pages
Pivot deeper into the graph from www.echointec.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.echointec.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.