Hostname
key-one.it
Last fetched
key-one.it has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:register s.p.a. as the registrar.
Nutrition Label
Resolution chain
key-one.it has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:register s.p.a.
- Organization
- key-one srl
- Contact emails
- —
Subdomains
117 observed subdomains of key-one.it.
Showing 25 of 117. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from key-one.it in the public web crawl.
109 sites link to this hostname.
113 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
19 SPF mechanisms authorising senders for key-one.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | eu.zcsend.net |
| SPF_INCLUDE | musvc.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.webapps.net |
| SPF_IP | 136.144.237.69 |
| SPF_IP | 136.144.239.92/32 |
| SPF_IP | 136.144.240.252/32 |
| SPF_IP | 136.144.242.183/32 |
| SPF_IP | 136.144.248.173/32 |
| SPF_IP | 136.144.253.234/32 |
| SPF_IP | 136.144.253.243/32 |
| SPF_IP | 151.236.57.37/32 |
| SPF_IP | 151.236.57.79/32 |
| SPF_IP | 151.236.58.222/32 |
| SPF_IP | 217.112.89.168/32 |
| SPF_IP | 217.112.93.30/32 |
| SPF_IP | 31.193.131.105/32 |
| SPF_IP | 92.48.104.5/32 |
| SPF_IP | 93.47.152.2/32 |
Related pages
Pivot deeper into the graph from key-one.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "key-one.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.