Hostname
comedia.it
Last fetched
comedia.it resolves to 2 IPv4 addresses operated by AS5602 in IT. WHOIS lists registrar:messagenet s.p.a. as the registrar.
Nutrition Label
Resolution chain
comedia.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.93.255.45 | 77.93.224.0/19 | AS5602 | — | IT |
| 77.93.255.46 | 77.93.224.0/19 | AS5602 | — | IT |
WHOIS identity
- Registrar
- registrar:messagenet s.p.a.
- Organization
- comedia
- Contact emails
- —
Subdomains
74 observed subdomains of comedia.it.
Showing 25 of 74. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from comedia.it in the public web crawl.
3 sites 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 comedia.it.
| Mechanism | Target |
|---|---|
| SPF_A | kolab.comedia.it |
| SPF_A | moist.comedia.it |
| SPF_A | willis.comedia.it |
| SPF_IP | 188.14.206.104/29 |
| SPF_IP | 217.171.37.48/28 |
| SPF_IP | 77.93.254.180/30 |
| SPF_IP | 77.93.255.32/28 |
| SPF_MX | comedia.it |
Related pages
Pivot deeper into the graph from comedia.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "comedia.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.