Hostname
navalagamella.com
Last fetched
navalagamella.com resolves to 2 IPv4 addresses operated by AS16276 in ES. WHOIS lists iana:379 as the registrar.
Nutrition Label
Resolution chain
navalagamella.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 |
|---|---|---|---|---|
| 51.38.28.204 | 51.38.0.0/16 | AS16276 | — | ES |
| 82.98.140.91 | 82.98.128.0/18 | AS42612 | — | ES |
WHOIS identity
- Registrar
- iana:379
- Organization
- aldaba antiqua,
- Contact emails
Subdomains
1 observed subdomain of navalagamella.com.
| Subdomain |
|---|
| www.navalagamella.com |
Web-graph footprint
Distinct hostnames that link to or from navalagamella.com in the public web crawl.
6 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for navalagamella.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.serviciodecorreo.es |
Related pages
Pivot deeper into the graph from navalagamella.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "navalagamella.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.