Hostname
nearmapdev.com
Last fetched
nearmapdev.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
nearmapdev.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 50.18.154.91 | 50.18.128.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 50.18.80.163 | 50.18.64.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.153.40.184 | 54.153.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.183.120.207 | 54.183.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.193.28.9 | 54.193.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.215.141.199 | 54.215.128.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:81
- Organization
- nearmap australia pty
- Contact emails
Subdomains
51 observed subdomains of nearmapdev.com.
Showing 25 of 51. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from nearmapdev.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nearmapdev.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.