Hostname
atica.bankinter.com
Last fetched
atica.bankinter.com resolves to 2 IPv4 addresses operated by ACACIONET in ES.
Nutrition Label
Resolution chain
atica.bankinter.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 |
|---|---|---|---|---|
| 195.235.26.59 | 195.235.26.0/24 | AS202997 | ACACIONET | ES |
| 195.235.30.114 | 195.235.30.0/24 | AS202997 | ACACIONET | ES |
WHOIS identity
No WHOIS records are currently associated with atica.bankinter.com in WhisperGraph.
Subdomains
1 observed subdomain of atica.bankinter.com.
| Subdomain |
|---|
| www.atica.bankinter.com |
Threat posture
History
Related pages
Pivot deeper into the graph from atica.bankinter.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "atica.bankinter.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.