Hostname
barnadas.com
Last fetched
barnadas.com resolves to 2 IPv4 addresses operated by AS-VULTR - The Constant Company, LLC in FR. WHOIS lists iana:76 as the registrar.
Nutrition Label
Resolution chain
barnadas.com 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 |
|---|---|---|---|---|
| 217.69.11.222 | 217.69.0.0/20 | AS20473 | AS-VULTR - The Constant Company, LLC | FR |
| 82.223.66.97 | 82.223.0.0/16 | AS8560 | IONOS-AS This is the joint network for IONOS, Fasthosts, Arsys, 1&1 Mail and Media and 1&1 Telecom. Formerly known as 1&1 Internet SE. | ES |
WHOIS identity
- Registrar
- iana:76
- Organization
- galeria jordi barnadas
- Contact emails
Subdomains
1 observed subdomain of barnadas.com.
| Subdomain |
|---|
| www.barnadas.com |
Web-graph footprint
Distinct hostnames that link to or from barnadas.com in the public web crawl.
37 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for barnadas.com.
| Mechanism | Target |
|---|---|
| SPF_A | barnadas.com |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | _spf.serviciodecorreo.es |
| SPF_MX | barnadas.com |
Related pages
Pivot deeper into the graph from barnadas.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "barnadas.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.