Hostname
cesargranados.es
Last fetched
cesargranados.es resolves to 2 IPv4 addresses operated by SINGLEHOP-LLC - Internap Holding LLC in NL.
Nutrition Label
Resolution chain
cesargranados.es 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 |
|---|---|---|---|---|
| 107.6.184.199 | 107.6.184.0/22 | AS32475 | SINGLEHOP-LLC - Internap Holding LLC | NL |
| 65.181.113.242 | 65.181.113.0/24 | AS209341 | WHG-FRA - WHG Hosting Services Ltd | DE |
WHOIS identity
No WHOIS records are currently associated with cesargranados.es in WhisperGraph.
Subdomains
1 observed subdomain of cesargranados.es.
| Subdomain |
|---|
| www.cesargranados.es |
Web-graph footprint
Distinct hostnames that link to or from cesargranados.es in the public web crawl.
7 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
- cesargranados.es
SPF policy
6 SPF mechanisms authorising senders for cesargranados.es.
| Mechanism | Target |
|---|---|
| SPF_A | cesargranados.es |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | spf.mysecurecloudhost.com |
| SPF_IP | 107.6.173.38 |
| SPF_IP | 65.181.113.241 |
| SPF_MX | cesargranados.es |
Related pages
Pivot deeper into the graph from cesargranados.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cesargranados.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.