Hostname
netrics.ch
Last fetched
netrics.ch resolves to 2 IPv4 addresses operated by MCPL-AS in US.
Nutrition Label
Resolution chain
netrics.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 |
|---|---|---|---|---|
| 199.60.103.148 | 199.60.103.0/24 | AS209242 | MCPL-AS | US |
| 199.60.103.48 | 199.60.103.0/24 | AS209242 | MCPL-AS | US |
WHOIS identity
- Registrar
- —
- Organization
- beat caduff
- Contact emails
- —
Subdomains
239 observed subdomains of netrics.ch.
Showing 25 of 239. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from netrics.ch in the public web crawl.
91 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for netrics.ch.
| Mechanism | Target |
|---|---|
| SPF_A | netrics.ch |
| SPF_INCLUDE | 2951747.spf04.hubspotemail.net |
| SPF_INCLUDE | _spf.atlassian.net |
| SPF_INCLUDE | _spf.rexx-suite.com |
| SPF_INCLUDE | spf.mail.netrics.ch |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.voipgateway.org |
| SPF_INCLUDE | spf.zh.netrics.ch |
| SPF_IP | 147.160.167.14/32 |
| SPF_IP | 147.160.167.15/32 |
| SPF_IP | 212.103.71.210/32 |
| SPF_IP | 212.71.111.45/32 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 52.49.201.246/32 |
| SPF_IP | 52.49.235.189/32 |
Related pages
Pivot deeper into the graph from netrics.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "netrics.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.