Hostname
api-documentation.c4uconnect.com
Last fetched
api-documentation.c4uconnect.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CH.
Nutrition Label
Resolution chain
api-documentation.c4uconnect.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 143.204.55.125 | 143.204.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 143.204.55.64 | 143.204.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 143.204.55.77 | 143.204.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 143.204.55.87 | 143.204.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 18.239.208.57 | 18.239.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BE |
| 18.239.208.6 | 18.239.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BE |
| 18.239.208.66 | 18.239.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BE |
| 18.239.208.69 | 18.239.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BE |
| 3.169.149.28 | 3.169.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.149.4 | 3.169.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.149.54 | 3.169.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.149.6 | 3.169.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with api-documentation.c4uconnect.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from api-documentation.c4uconnect.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api-documentation.c4uconnect.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.