Hostname
assets-matchpoint.com
Last fetched
assets-matchpoint.com resolves to 8 IPv4 addresses operated by AS64073 in DE. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
assets-matchpoint.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.157.4.101 | 0.0.0.0/0 | AS64073 | — | DE |
| 108.157.4.8 | 0.0.0.0/0 | AS64073 | — | DE |
| 108.157.4.87 | 0.0.0.0/0 | AS64073 | — | DE |
| 108.157.4.98 | 0.0.0.0/0 | AS64073 | — | DE |
| 52.222.136.116 | 52.222.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.136.34 | 52.222.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.136.35 | 52.222.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.136.79 | 52.222.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of assets-matchpoint.com owner
- Contact emails
- 2bf3e987-6d37-433e-b49f-27586fb92bc2@identity-protect.org
- 3c6b55c6-2ca2-4c28-88d3-ca77a1d952ab@identity-protect.org
- b2a84062-8f7f-43fe-bed7-b5584c9e7a02@identity-protect.org
- bddd4b1d-56c0-4bd7-b0ca-5255dd7a73df@identity-protect.org
- d8b335cc-52b8-41f5-a009-f41e24b44036@identity-protect.org
- eb46b179-80f2-4c26-a103-ccb9af84b700@identity-protect.org
- f5ca79b9-d830-49ea-88d6-74b2c07f2cfd@identity-protect.org
- owner-5523414@assets-matchpoint.com.whoisprivacyservice.org
Threat posture
History
Related pages
Pivot deeper into the graph from assets-matchpoint.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "assets-matchpoint.com"})-[: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.