Hostname
annadecodorniu.com
Last fetched
annadecodorniu.com resolves to 1 IPv4 address operated by SOFTLAYER - IBM Cloud in US. WHOIS lists iana:76 as the registrar.
Nutrition Label
Resolution chain
annadecodorniu.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 169.50.151.10 | 169.50.128.0/18 | AS36351 | SOFTLAYER - IBM Cloud | US |
WHOIS identity
- Registrar
- iana:76
- Organization
- codorniu
- Contact emails
Subdomains
1 observed subdomain of annadecodorniu.com.
| Subdomain |
|---|
| www.annadecodorniu.com |
Web-graph footprint
Distinct hostnames that link to or from annadecodorniu.com in the public web crawl.
26 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for annadecodorniu.com.
| Mechanism | Target |
|---|---|
| SPF_A | annadecodorniu.com |
| SPF_A | dispatch-eu.ppe-hosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 144.76.153.120 |
| SPF_IP | 195.140.184.200 |
| SPF_IP | 195.140.184.201 |
| SPF_IP | 195.140.184.202 |
| SPF_IP | 195.140.184.203 |
| SPF_IP | 212.36.72.17/28 |
| SPF_IP | 213.27.144.214 |
| SPF_IP | 217.13.118.66 |
| SPF_MX | annadecodorniu.com |
Related pages
Pivot deeper into the graph from annadecodorniu.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "annadecodorniu.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.