Hostname
nets.ch
Last fetched
nets.ch resolves to 2 IPv4 addresses operated by TELEZUG WWZ Telekom AG TELEZUG in CH.
Nutrition Label
Resolution chain
nets.ch resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 151.248.236.146 | 151.248.128.0/17 | AS8821 | TELEZUG WWZ Telekom AG TELEZUG | CH |
| 151.248.236.148 | 151.248.128.0/17 | AS8821 | TELEZUG WWZ Telekom AG TELEZUG | CH |
WHOIS identity
- Registrar
- —
- Organization
- leu erich
- Contact emails
- —
Subdomains
20 observed subdomains of nets.ch.
Web-graph footprint
Distinct hostnames that link to or from nets.ch in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for nets.ch.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.ess.de.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.nets.ch |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from nets.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nets.ch"})-[: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.