Hostname
xetnet.com
Last fetched
xetnet.com resolves to 1 IPv4 address operated by AS49282 in FI. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
xetnet.com 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 |
|---|---|---|---|---|
| 95.175.122.195 | 95.175.96.0/19 | AS49282 | — | FI |
WHOIS identity
- Registrar
- iana:303
- Organization
- xetnet hostmaster
- Contact emails
Subdomains
875 observed subdomains of xetnet.com.
Showing 25 of 875. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from xetnet.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for xetnet.com.
| Mechanism | Target |
|---|---|
| SPF_A | mx1.spamscan.xetnet.com |
| SPF_A | mx2.spamscan.xetnet.com |
| SPF_A | srvr07.xetpoint.com |
| SPF_A | zimbra01.xetnet.com |
| SPF_IP | 185.55.85.104/32 |
| SPF_IP | 185.55.85.72/32 |
| SPF_IP | 62.106.45.0/24 |
| SPF_IP | 95.175.122.0/24 |
| SPF_MX | xetnet.com |
Related pages
Pivot deeper into the graph from xetnet.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "xetnet.com"})-[: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.