Hostname
gemdocs.org
Last fetched
gemdocs.org resolves to 6 IPv4 addresses operated by MIKRONIKA in DE. WHOIS lists iana:1479 as the registrar.
Nutrition Label
Resolution chain
gemdocs.org resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.111.111.156 | 185.111.111.0/24 | AS212238 | MIKRONIKA | DE |
| 185.111.111.158 | 185.111.111.0/24 | AS212238 | MIKRONIKA | DE |
| 185.180.12.68 | 185.180.12.0/24 | AS60068 | TELE2LV-AS | AT |
| 185.24.11.19 | 185.24.11.0/24 | AS60068 | TELE2LV-AS | AT |
| 37.19.207.37 | 37.19.206.0/23 | AS60068 | TELE2LV-AS | US |
| 79.127.243.187 | 79.127.242.0/23 | AS60068 | TELE2LV-AS | US |
WHOIS identity
- Registrar
- iana:1479
- Organization
- see privacyguardian.org
- Contact emails
- —
Subdomains
1 observed subdomain of gemdocs.org.
| Subdomain |
|---|
| www.gemdocs.org |
Web-graph footprint
Distinct hostnames that link to or from gemdocs.org in the public web crawl.
14 sites link to this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from gemdocs.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gemdocs.org"})-[: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.