Hostname
mobilitybuddy.app
Last fetched
mobilitybuddy.app resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
mobilitybuddy.app 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 |
|---|---|---|---|---|
| 143.204.68.125 | 143.204.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 143.204.68.23 | 143.204.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 143.204.68.32 | 143.204.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 143.204.68.53 | 143.204.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 65.8.131.112 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.8.131.127 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.8.131.28 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.8.131.31 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:269
- Organization
- tcofleet bv
- Contact emails
Subdomains
3 observed subdomains of mobilitybuddy.app.
Web-graph footprint
Distinct hostnames that link to or from mobilitybuddy.app in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from mobilitybuddy.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mobilitybuddy.app"})-[: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.