Hostname
another-se.com
Last fetched
another-se.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:1557 as the registrar.
Nutrition Label
Resolution chain
another-se.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 |
|---|---|---|---|---|
| 18.245.113.110 | 18.245.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.245.113.128 | 18.245.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.245.113.129 | 18.245.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.245.113.93 | 18.245.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.66.122.15 | 18.66.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.122.31 | 18.66.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.122.55 | 18.66.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.122.97 | 18.66.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.169.85.112 | 3.169.84.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TR |
| 3.169.85.12 | 3.169.84.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TR |
| 3.169.85.40 | 3.169.84.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TR |
| 3.169.85.46 | 3.169.84.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TR |
WHOIS identity
- Registrar
- iana:1557
- Organization
- xserver
- Contact emails
Subdomains
1 observed subdomain of another-se.com.
| Subdomain |
|---|
| www.another-se.com |
Threat posture
History
Related pages
Pivot deeper into the graph from another-se.com.
- IP · 18.245.113.110
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:1557
- Country · US
- Email · info@xserver.co.jp
- TLD · .com
- Browse hostnames · an…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "another-se.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.