Hostname
hk2.amtb.de
Last fetched
hk2.amtb.de resolves to 2 IPv4 addresses operated by HUTCHISON-AS-AP - HGC Global Communications Limited in HK.
Nutrition Label
Resolution chain
hk2.amtb.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 |
|---|---|---|---|---|
| 218.189.141.90 | 218.189.136.0/21 | AS9304 | HUTCHISON-AS-AP - HGC Global Communications Limited | HK |
| 61.93.225.146 | 61.93.192.0/18 | AS9269 | HKBN-AS-AP - Hong Kong Broadband Network Ltd. | HK |
WHOIS identity
No WHOIS records are currently associated with hk2.amtb.de in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from hk2.amtb.de in the public web crawl.
Threat posture
History
Related pages
Pivot deeper into the graph from hk2.amtb.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hk2.amtb.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.