Skip to content

Hostname

help2type.ch

Last fetched

help2type.ch resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in DE.

Nutrition Label

WHISPER CANON · help2type.chRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/help2type.ch

Resolution chain

help2type.ch resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
134.209.255.150134.209.240.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCDE
216.24.57.1216.24.57.0/24AS397273RENDER - RenderUS

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.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for help2type.ch.

MechanismTarget
SPF_Ahelp2type.ch
SPF_INCLUDEspf.webapps.net
SPF_MXhelp2type.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.