Hostname
server01.it
Last fetched
server01.it resolves to 1 IPv4 address operated by AS16276 in DE. WHOIS lists registrar:ovh as the registrar.
Nutrition Label
Resolution chain
server01.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 |
|---|---|---|---|---|
| 141.95.107.107 | 141.95.0.0/17 | AS16276 | — | DE |
WHOIS identity
- Registrar
- registrar:ovh
- Organization
- l`omino dei computer di paolo asperti
- Contact emails
- —
Subdomains
45 observed subdomains of server01.it.
Showing 25 of 45. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for server01.it.
| Mechanism | Target |
|---|---|
| SPF_IP | 137.74.169.63 |
| SPF_IP | 2a01:4f9:c012:1267:0:0:0:1 |
| SPF_IP | 51.254.98.252 |
| SPF_IP | 65.21.104.18 |
Related pages
Pivot deeper into the graph from server01.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "server01.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.