Hostname
help2type.ch
Last fetched
help2type.ch resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in DE.
Nutrition Label
Resolution chain
help2type.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 |
|---|---|---|---|---|
| 134.209.255.150 | 134.209.240.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | DE |
| 216.24.57.1 | 216.24.57.0/24 | AS397273 | RENDER - Render | US |
WHOIS identity
No WHOIS records are currently associated with help2type.ch in WhisperGraph.
Subdomains
3 observed subdomains of help2type.ch.
Web-graph footprint
Distinct hostnames that link to or from help2type.ch in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for help2type.ch.
| Mechanism | Target |
|---|---|
| SPF_A | help2type.ch |
| SPF_INCLUDE | spf.webapps.net |
| SPF_MX | help2type.ch |
Related pages
Pivot deeper into the graph from help2type.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "help2type.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.