Hostname
abctic.dev.sagared.es
Last fetched
abctic.dev.sagared.es resolves to 2 IPv4 addresses operated by IONOS-AS - IONOS SE in ES.
Nutrition Label
Resolution chain
abctic.dev.sagared.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 |
|---|---|---|---|---|
| 82.223.217.63 | 82.223.0.0/16 | AS8560 | IONOS-AS - IONOS SE | ES |
| 85.50.106.144 | 85.50.104.0/22 | AS12479 | UNI2-AS - Orange Espagne SA | ES |
WHOIS identity
No WHOIS records are currently associated with abctic.dev.sagared.es in WhisperGraph.
Subdomains
1 observed subdomain of abctic.dev.sagared.es.
| Subdomain |
|---|
| www.abctic.dev.sagared.es |
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for abctic.dev.sagared.es.
| Mechanism | Target |
|---|---|
| SPF_A | abctic.dev.sagared.es |
| SPF_IP | 85.50.106.144 |
| SPF_MX | abctic.dev.sagared.es |
Related pages
Pivot deeper into the graph from abctic.dev.sagared.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "abctic.dev.sagared.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.