Hostname
zeemo.ai
Last fetched
zeemo.ai resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists registrar:hexonet services inc / 1api as the registrar.
Nutrition Label
Resolution chain
zeemo.ai 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 |
|---|---|---|---|---|
| 18.172.112.115 | 18.172.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.172.112.124 | 18.172.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.172.112.69 | 18.172.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.172.112.85 | 18.172.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.170.19.108 | 3.170.19.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.19.116 | 3.170.19.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.19.23 | 3.170.19.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.19.74 | 3.170.19.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.151.113 | 54.192.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.192.151.129 | 54.192.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.192.151.69 | 54.192.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.192.151.80 | 54.192.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
- Registrar
- registrar:hexonet services inc / 1api
- Organization
- domains by proxy,
- Contact emails
Subdomains
6 observed subdomains of zeemo.ai.
Web-graph footprint
Distinct hostnames that link to or from zeemo.ai in the public web crawl.
430 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for zeemo.ai.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _netblocks.m.feishu.cn |
Related pages
Pivot deeper into the graph from zeemo.ai.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "zeemo.ai"})-[: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.