Hostname
web-ui.stage.jarvis.autodesk.com
Last fetched
web-ui.stage.jarvis.autodesk.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR.
Nutrition Label
Resolution chain
web-ui.stage.jarvis.autodesk.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 |
|---|---|---|---|---|
| 18.245.199.31 | 18.245.196.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 18.245.199.40 | 18.245.196.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 18.245.199.50 | 18.245.196.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 18.245.199.95 | 18.245.196.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.169.173.38 | 3.169.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.173.39 | 3.169.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.173.50 | 3.169.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.173.84 | 3.169.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.185.124 | 3.170.184.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.185.66 | 3.170.184.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.185.7 | 3.170.184.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.185.9 | 3.170.184.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with web-ui.stage.jarvis.autodesk.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from web-ui.stage.jarvis.autodesk.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "web-ui.stage.jarvis.autodesk.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.