Hostname
aci.it
Last fetched
aci.it resolves to 1 IPv4 address operated by AS42515 in IT. WHOIS lists registrar:aci informatica s.p.a. as the registrar.
Nutrition Label
Resolution chain
aci.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 |
|---|---|---|---|---|
| 77.73.61.34 | 77.73.56.0/21 | AS42515 | — | IT |
WHOIS identity
- Registrar
- registrar:aci informatica s.p.a.
- Organization
- aci informatica s.p.a.
- Contact emails
- —
Subdomains
286 observed subdomains of aci.it.
Showing 25 of 286. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from aci.it in the public web crawl.
2,796 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for aci.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 148.139.1.2/32 |
| SPF_IP | 52.30.130.201/32 |
| SPF_IP | 54.229.2.165/32 |
| SPF_IP | 77.73.57.5 |
| SPF_IP | 77.73.57.57 |
| SPF_IP | 77.73.57.58 |
| SPF_IP | 77.73.57.6 |
| SPF_IP | 77.73.60.16 |
| SPF_IP | 77.73.60.17 |
| SPF_IP | 77.73.61.107 |
Related pages
Pivot deeper into the graph from aci.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aci.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.