Hostname
astoi.it
Last fetched
astoi.it resolves to 1 IPv4 address operated by AS31034 in IT. WHOIS lists registrar:net up s.r.l. as the registrar.
Nutrition Label
Resolution chain
astoi.it 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 |
|---|---|---|---|---|
| 31.14.134.82 | 31.14.128.0/20 | AS31034 | — | IT |
WHOIS identity
- Registrar
- registrar:net up s.r.l.
- Organization
- astoi associazione tour operator italiani
- Contact emails
- —
Subdomains
2 observed subdomains of astoi.it.
| Subdomain |
|---|
| www.astoi.it |
| www2.astoi.it |
Web-graph footprint
Distinct hostnames that link to or from astoi.it in the public web crawl.
12 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for astoi.it.
| Mechanism | Target |
|---|---|
| SPF_A | astoi.it |
| SPF_INCLUDE | _spf.ilger.com |
| SPF_IP | 208.91.114.151/32 |
| SPF_IP | 5.196.15.229 |
| SPF_IP | 64.99.180.1/24 |
| SPF_IP | 85.158.143.250 |
| SPF_IP | 93.57.79.211 |
| SPF_MX | astoi.it |
Related pages
Pivot deeper into the graph from astoi.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "astoi.it"})-[: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.