Hostname
khangoch.de
Last fetched
khangoch.de resolves to 2 IPv4 addresses operated by AS25459 in NL.
Nutrition Label
Resolution chain
khangoch.de 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 |
|---|---|---|---|---|
| 83.172.129.47 | 83.172.128.0/22 | AS25459 | — | NL |
| 83.172.188.121 | 83.172.188.0/23 | AS25459 | — | NL |
WHOIS identity
No WHOIS records are currently associated with khangoch.de in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from khangoch.de in the public web crawl.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for khangoch.de.
| Mechanism | Target |
|---|---|
| SPF_A | khangoch.de |
| SPF_A | mail.khangoch.de |
| SPF_A | ns1.mediaversa21.nl |
| SPF_A | ns1.mediaversa4.nl |
| SPF_A | ns1.mvmail1.nl |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | emsd1.com |
| SPF_IP | 2a02:cec0:10:187:0:0:0:1 |
| SPF_IP | 83.172.129.40 |
| SPF_IP | 83.172.129.47 |
| SPF_IP | 83.172.188.121 |
| SPF_MX | khangoch.de |
Related pages
Pivot deeper into the graph from khangoch.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "khangoch.de"})-[: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.