Hostname
aou.ct.it
Last fetched
aou.ct.it resolves to 2 IPv4 addresses operated by AS20746 in IT.
Nutrition Label
Resolution chain
aou.ct.it 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 |
|---|---|---|---|---|
| 77.238.2.40 | 77.238.2.0/24 | AS20746 | — | IT |
| 85.94.217.34 | 85.94.208.0/20 | AS12637 | — | IT |
WHOIS identity
No WHOIS records are currently associated with aou.ct.it in WhisperGraph.
Subdomains
4 observed subdomains of aou.ct.it.
Showing 3 of 4. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for aou.ct.it.
| Mechanism | Target |
|---|---|
| SPF_A | aou.ct.it |
| SPF_IP | 85.94.214.151 |
Related pages
Pivot deeper into the graph from aou.ct.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aou.ct.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.