Hostname
www.connectcom.it
Last fetched
www.connectcom.it resolves to 1 IPv4 address operated by AS44776 in CH.
Nutrition Label
Resolution chain
www.connectcom.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 |
|---|---|---|---|---|
| 93.94.71.165 | 93.94.64.0/21 | AS44776 | — | CH |
WHOIS identity
No WHOIS records are currently associated with www.connectcom.it in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for www.connectcom.it.
| Mechanism | Target |
|---|---|
| SPF_A | www.connectcom.it |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf-de.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 146.4.106.66/29 |
| SPF_IP | 62.171.108.138/29 |
| SPF_IP | 93.94.64.66/32 |
| SPF_IP | 93.94.64.76/32 |
| SPF_MX | www.connectcom.it |
Related pages
Pivot deeper into the graph from www.connectcom.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.connectcom.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.