Hostname
ns1.es
Last fetched
ns1.es resolves to 1 IPv4 address operated by AS6718 in RO.
Nutrition Label
Resolution chain
ns1.es 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.239.230.45 | 91.239.230.0/24 | AS6718 | — | RO |
WHOIS identity
No WHOIS records are currently associated with ns1.es in WhisperGraph.
Subdomains
2 observed subdomains of ns1.es.
| Subdomain |
|---|
| mail.ns1.es |
| www.ns1.es |
Threat posture
History
Mail and authentication
MX records
- ns1.es
SPF policy
3 SPF mechanisms authorising senders for ns1.es.
| Mechanism | Target |
|---|---|
| SPF_A | ns1.es |
| SPF_IP | 91.239.230.5 |
| SPF_MX | ns1.es |
Related pages
Pivot deeper into the graph from ns1.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ns1.es"})-[: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.