Hostname
atcems.com
Last fetched
atcems.com resolves to 8 IPv4 addresses operated by AS35708 in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
atcems.com 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 |
|---|---|---|---|---|
| 18.239.199.10 | 0.0.0.0/0 | AS35708 | — | US |
| 18.239.199.31 | 0.0.0.0/0 | AS35708 | — | US |
| 18.239.199.7 | 0.0.0.0/0 | AS35708 | — | US |
| 18.239.199.70 | 0.0.0.0/0 | AS35708 | — | US |
| 65.9.46.13 | 65.9.46.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 65.9.46.36 | 65.9.46.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 65.9.46.5 | 65.9.46.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 65.9.46.67 | 65.9.46.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
WHOIS identity
- Registrar
- iana:2
- Organization
- city of austin
- Contact emails
Subdomains
1 observed subdomain of atcems.com.
| Subdomain |
|---|
| www.atcems.com |
Threat posture
History
Related pages
Pivot deeper into the graph from atcems.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "atcems.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.