Hostname
gescher.app
Last fetched
gescher.app resolves to 2 IPv4 addresses operated by AS3320 in DE. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
gescher.app 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 |
|---|---|---|---|---|
| 62.153.122.122 | 62.153.0.0/16 | AS3320 | — | DE |
| 62.153.122.200 | 62.153.0.0/16 | AS3320 | — | DE |
WHOIS identity
- Registrar
- iana:81
- Organization
- —
- Contact emails
Subdomains
2 observed subdomains of gescher.app.
| Subdomain |
|---|
| wildcard.gescher.app |
| www.gescher.app |
Web-graph footprint
Distinct hostnames that link to or from gescher.app in the public web crawl.
7 sites link to this hostname.
8 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for gescher.app.
| Mechanism | Target |
|---|---|
| SPF_MX | gescher.app |
Related pages
Pivot deeper into the graph from gescher.app.
- IP · 62.153.122.122
- ASN · AS3320
- Registrar · iana:81
- Country · DE
- Email · 0cf129efddc5bcb8e3b2fcad58ade3c5-7916601@contact.gandi.net
- TLD · .app
- Browse hostnames · ge…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gescher.app"})-[: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.