Hostname
nicolas.codingexpedition.com
Last fetched
nicolas.codingexpedition.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.
Nutrition Label
Resolution chain
nicolas.codingexpedition.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 |
|---|---|---|---|---|
| 13.35.37.38 | 13.35.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 13.35.37.50 | 13.35.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 13.35.37.62 | 13.35.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 13.35.37.81 | 13.35.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 52.84.174.105 | 52.84.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.84.174.127 | 52.84.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.84.174.15 | 52.84.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.84.174.39 | 52.84.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 99.84.91.109 | 99.84.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AT |
| 99.84.91.47 | 99.84.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AT |
| 99.84.91.54 | 99.84.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AT |
| 99.84.91.61 | 99.84.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AT |
WHOIS identity
No WHOIS records are currently associated with nicolas.codingexpedition.com in WhisperGraph.
Subdomains
1 observed subdomain of nicolas.codingexpedition.com.
| Subdomain |
|---|
| app.nicolas.codingexpedition.com |
Threat posture
History
Related pages
Pivot deeper into the graph from nicolas.codingexpedition.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nicolas.codingexpedition.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.