Hostname
es-card.com
Last fetched
es-card.com resolves to 1 IPv4 address operated by AS210850 in GE. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
es-card.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 |
|---|---|---|---|---|
| 91.223.53.10 | 91.223.53.0/24 | AS210850 | — | GE |
WHOIS identity
- Registrar
- iana:303
- Organization
- leander de laporte
- Contact emails
Subdomains
2 observed subdomains of es-card.com.
| Subdomain |
|---|
| mail.es-card.com |
| www.es-card.com |
Threat posture
History
Mail and authentication
MX records
- es-card.com
SPF policy
3 SPF mechanisms authorising senders for es-card.com.
| Mechanism | Target |
|---|---|
| SPF_A | es-card.com |
| SPF_IP | 91.223.53.10 |
| SPF_MX | es-card.com |
Related pages
Pivot deeper into the graph from es-card.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "es-card.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.