Skip to content

Hostname

dns-spain.com

Last fetched

dns-spain.com resolves to 1 IPv4 address operated by AS16276 in ES. WHOIS lists iana:140 as the registrar.

Nutrition Label

WHISPER CANON · dns-spain.comRouting diversity1.5/10Peering density9.8/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/dns-spain.com

Resolution chain

dns-spain.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
176.31.9.67176.31.0.0/16AS16276ES

WHOIS identity

Registrar
iana:140
Organization
jose antonio donat fombuena
Contact emails

Subdomains

26 observed subdomains of dns-spain.com.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for dns-spain.com.

MechanismTarget
SPF_Adns-spain.com
SPF_IP176.31.9.67
SPF_IP46.231.127.105
SPF_IP82.98.157.136
SPF_MXdns-spain.com

Related pages

Pivot deeper into the graph from dns-spain.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "dns-spain.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.