Hostname
berts.dev.mysmartterm.com
Last fetched
berts.dev.mysmartterm.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
berts.dev.mysmartterm.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 |
|---|---|---|---|---|
| 52.84.127.3 | 52.84.190.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.127.33 | 52.84.190.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.127.87 | 52.84.190.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.127.89 | 52.84.190.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 65.9.46.39 | 65.17.178.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 65.9.46.40 | 65.17.178.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 65.9.46.51 | 65.17.178.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 65.9.46.86 | 65.17.178.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
WHOIS identity
No WHOIS records are currently associated with berts.dev.mysmartterm.com in WhisperGraph.
Subdomains
1 observed subdomain of berts.dev.mysmartterm.com.
| Subdomain |
|---|
| peerboard.berts.dev.mysmartterm.com |
Threat posture
History
Related pages
Pivot deeper into the graph from berts.dev.mysmartterm.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "berts.dev.mysmartterm.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.