Hostname
dev.admin.swingmobility.dev
Last fetched
dev.admin.swingmobility.dev resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
dev.admin.swingmobility.dev 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 |
|---|---|---|---|---|
| 18.155.33.110 | 18.155.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.155.33.53 | 18.155.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.155.33.59 | 18.155.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.155.33.7 | 18.155.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.239.195.107 | 54.239.195.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.239.195.117 | 54.239.195.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.239.195.38 | 54.239.195.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.239.195.90 | 54.239.195.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with dev.admin.swingmobility.dev in WhisperGraph.
Subdomains
1 observed subdomain of dev.admin.swingmobility.dev.
| Subdomain |
|---|
| api.dev.admin.swingmobility.dev |
Threat posture
History
Related pages
Pivot deeper into the graph from dev.admin.swingmobility.dev.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev.admin.swingmobility.dev"})-[: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.