Hostname
eco.3es.com
Last fetched
eco.3es.com resolves to 1 IPv4 address operated by WEBNX - WebNX, Inc. in US.
Nutrition Label
Resolution chain
eco.3es.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 |
|---|---|---|---|---|
| 64.140.171.202 | 64.140.168.0/21 | AS18450 | WEBNX - WebNX, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with eco.3es.com in WhisperGraph.
Subdomains
2 observed subdomains of eco.3es.com.
| Subdomain |
|---|
| mail.eco.3es.com |
| www.eco.3es.com |
Threat posture
History
Mail and authentication
MX records
- eco.3es.com
- northstar.3es.com
SPF policy
9 SPF mechanisms authorising senders for eco.3es.com.
| Mechanism | Target |
|---|---|
| SPF_A | eco.3es.com |
| SPF_INCLUDE | _spf.3es.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 208.66.73.2 |
| SPF_IP | 64.140.171.200 |
| SPF_IP | 64.140.171.202 |
| SPF_IP | 68.71.130.147 |
| SPF_IP | 81.17.28.35 |
| SPF_MX | eco.3es.com |
Related pages
Pivot deeper into the graph from eco.3es.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eco.3es.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.