Hostname
go2ol.ch
Last fetched
go2ol.ch resolves to 2 IPv4 addresses operated by AS21069 in CH.
Nutrition Label
Resolution chain
go2ol.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 |
|---|---|---|---|---|
| 46.231.207.215 | 46.231.240.0/23 | AS21069 | — | CH |
| 62.12.140.47 | 62.14.4.0/24 | AS15623 | — | CH |
WHOIS identity
No WHOIS records are currently associated with go2ol.ch in WhisperGraph.
Subdomains
5 observed subdomains of go2ol.ch.
Web-graph footprint
Distinct hostnames that link to or from go2ol.ch in the public web crawl.
17 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for go2ol.ch.
| Mechanism | Target |
|---|---|
| SPF_A | go2ol.ch |
| SPF_A | web09.supsign.tech |
| SPF_IP | 46.231.207.215 |
| SPF_MX | go2ol.ch |
Related pages
Pivot deeper into the graph from go2ol.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "go2ol.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.