Hostname
waynet.it
Last fetched
waynet.it resolves to 1 IPv4 address operated by AS24940 in DE. WHOIS lists registrar:telecom italia s.p.a. as the registrar.
Nutrition Label
Resolution chain
waynet.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 |
|---|---|---|---|---|
| 116.203.42.211 | 116.203.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- registrar:telecom italia s.p.a.
- Organization
- w.a.y. srl
- Contact emails
- —
Subdomains
1 observed subdomain of waynet.it.
| Subdomain |
|---|
| www.waynet.it |
Web-graph footprint
Distinct hostnames that link to or from waynet.it in the public web crawl.
37 sites link to this hostname.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for waynet.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.mt.messcube.it |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 156.54.120.134 |
| SPF_IP | 156.54.120.135 |
| SPF_IP | 156.54.89.244 |
| SPF_IP | 78.46.163.123 |
| SPF_MX | waynet.it |
Related pages
Pivot deeper into the graph from waynet.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "waynet.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.