Hostname
micandmoves.com
Last fetched
micandmoves.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
micandmoves.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 |
|---|---|---|---|---|
| 108.157.98.126 | 108.157.96.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 108.157.98.19 | 108.157.96.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 108.157.98.54 | 108.157.96.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 108.157.98.83 | 108.157.96.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.238.80.126 | 18.238.80.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.80.6 | 18.238.80.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.80.87 | 18.238.80.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.80.93 | 18.238.80.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.240.174.21 | 54.240.174.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 54.240.174.43 | 54.240.174.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 54.240.174.47 | 54.240.174.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 54.240.174.98 | 54.240.174.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
WHOIS identity
- Registrar
- iana:146
- Organization
- —
- Contact emails
- —
Threat posture
History
Related pages
Pivot deeper into the graph from micandmoves.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "micandmoves.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.