Hostname
dolox.com
Last fetched
dolox.com resolves to 7 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
dolox.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.249.146.28 | 13.249.146.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.249.146.38 | 13.249.146.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.249.146.72 | 13.249.146.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.239.134.35 | 18.239.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TH |
| 18.239.134.51 | 18.239.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TH |
| 18.239.134.58 | 18.239.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TH |
| 18.239.134.84 | 18.239.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TH |
WHOIS identity
- Registrar
- iana:81
- Organization
- dolox,
- Contact emails
Subdomains
1 observed subdomain of dolox.com.
| Subdomain |
|---|
| www.dolox.com |
Web-graph footprint
Distinct hostnames that link to or from dolox.com in the public web crawl.
25 sites link to this hostname.
13 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for dolox.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from dolox.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dolox.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.