Hostname
mer.eco
Last fetched
mer.eco resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:1052 as the registrar.
Nutrition Label
Resolution chain
mer.eco 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 |
|---|---|---|---|---|
| 104.20.20.66 | 104.20.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.66.157.13 | 172.66.144.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:1052
- Organization
- mer as
- Contact emails
- —
Subdomains
123 observed subdomains of mer.eco.
Showing 25 of 123. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mer.eco in the public web crawl.
54 sites link to this hostname.
26 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for mer.eco.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 4804389.spf04.hubspotemail.net |
| SPF_INCLUDE | _spf.atlassian.net |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | em313.mer.eco |
| SPF_INCLUDE | eu.zcsend.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_INCLUDE | spf.zoho.com |
| SPF_INCLUDE | zcsend.net |
| SPF_IP | 193.75.92.155/32 |
| SPF_IP | 193.75.92.156/32 |
| SPF_IP | 91.123.56.240/32 |
| SPF_IP | 91.123.56.241/32 |
Related pages
Pivot deeper into the graph from mer.eco.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mer.eco"})-[: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.