Hostname
3mmoo.com
Last fetched
3mmoo.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
3mmoo.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 |
|---|---|---|---|---|
| 15.197.220.83 | 15.197.208.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 15.197.221.78 | 15.197.208.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 166.117.99.104 | 166.117.96.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.223.6.125 | 52.223.0.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 76.223.89.66 | 76.223.80.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.83.168.68 | 99.83.160.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 76.223.23.95 | 76.223.16.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.33.201.89 | 3.33.192.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 15.197.151.76 | 15.197.144.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 35.71.160.121 | 35.71.160.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 166.117.79.85 | 166.117.64.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 166.117.253.98 | 166.117.240.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- —
- Contact emails
- —
Threat posture
History
Related pages
Pivot deeper into the graph from 3mmoo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "3mmoo.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.