Hostname
4oneb.com
Last fetched
4oneb.com resolves to 10 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
4oneb.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.114.239.65 | 13.112.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.112.170.86 | 3.112.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 35.78.55.192 | 35.72.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 43.207.10.108 | 43.206.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.198.144.209 | 52.196.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.69.16.252 | 52.68.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.178.243.71 | 54.178.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.248.175.98 | 54.248.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.192.91.198 | 13.192.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | — |
| 57.182.193.202 | 57.180.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | — |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of 4oneb.com owner
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from 4oneb.com.
- IP · 13.114.239.65
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:468
- Country · JP
- Email · 0469e9da-ca72-4c84-8899-a50add4a0a57@identity-protect.org
- TLD · .com
- Browse hostnames · 4o…
- 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: "4oneb.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.