Hostname
ecostand.co
Last fetched
ecostand.co resolves to 2 IPv4 addresses operated by AS39566 in PL. WHOIS lists iana:1519 as the registrar.
Nutrition Label
Resolution chain
ecostand.co 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 |
|---|---|---|---|---|
| 193.93.88.53 | 193.93.88.0/22 | AS39566 | — | PL |
| 91.211.222.147 | 91.211.220.0/22 | AS39566 | — | PL |
WHOIS identity
- Registrar
- iana:1519
- Organization
- it-creative michal trzepizur
- Contact emails
- —
Subdomains
8 observed subdomains of ecostand.co.
Threat posture
History
Mail and authentication
MX records
- ecostand.co
SPF policy
8 SPF mechanisms authorising senders for ecostand.co.
| Mechanism | Target |
|---|---|
| SPF_A | ecostand.co |
| SPF_IP | 193.93.88.53 |
| SPF_IP | 91.211.220.33 |
| SPF_IP | 91.211.220.48 |
| SPF_IP | 91.211.222.147 |
| SPF_IP | 91.211.222.20 |
| SPF_IP | 91.211.222.224 |
| SPF_MX | ecostand.co |
Related pages
Pivot deeper into the graph from ecostand.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ecostand.co"})-[: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.