Hostname
atico34.com
Last fetched
atico34.com resolves to 1 IPv4 address operated by AS34762 in ES. WHOIS lists iana:83 as the registrar.
Nutrition Label
Resolution chain
atico34.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 |
|---|---|---|---|---|
| 213.158.86.80 | 213.159.12.0/24 | AS34762 | — | ES |
WHOIS identity
- Registrar
- iana:83
- Organization
- grupo atico34, sl
- Contact emails
Subdomains
33 observed subdomains of atico34.com.
Showing 16 of 33. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from atico34.com in the public web crawl.
16 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for atico34.com.
| Mechanism | Target |
|---|---|
| SPF_A | atico34.com |
| SPF_INCLUDE | 146211943.spf05.hubspotemail.net |
| SPF_INCLUDE | _spf.freshsales.io |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.webempresa.eu |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 51.255.107.210 |
| SPF_IP | 51.77.246.151 |
| SPF_MX | atico34.com |
Related pages
Pivot deeper into the graph from atico34.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "atico34.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.