Hostname
documentamadrid.com
Last fetched
documentamadrid.com resolves to 2 IPv4 addresses operated by AS200165 in ES. WHOIS lists iana:140 as the registrar.
Nutrition Label
Resolution chain
documentamadrid.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 |
|---|---|---|---|---|
| 154.58.16.118 | 154.58.16.0/24 | AS200165 | — | ES |
| 190.123.0.87 | 190.123.0.0/24 | AS200165 | — | ES |
WHOIS identity
- Registrar
- iana:140
- Organization
- daniel sanchez jimenez
- Contact emails
Subdomains
5 observed subdomains of documentamadrid.com.
Web-graph footprint
Distinct hostnames that link to or from documentamadrid.com in the public web crawl.
281 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for documentamadrid.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.hornetsecurity.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | teenvio.com |
| SPF_IP | 195.53.119.133 |
| SPF_REDIRECT | documentamadrid.com.spf.hornetdmarc.com |
Related pages
Pivot deeper into the graph from documentamadrid.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "documentamadrid.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.