Hostname
mix1053.com
Last fetched
mix1053.com resolves to 4 IPv4 addresses operated by AKAMAI-ASN1 in HK. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
mix1053.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.84.150.26 | 104.84.150.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 23.32.20.82 | 23.32.20.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 95.101.74.108 | 95.101.74.0/24 | AS20940 | AKAMAI-ASN1 | NL |
| 95.101.74.76 | 95.101.74.0/24 | AS20940 | AKAMAI-ASN1 | NL |
WHOIS identity
- Registrar
- iana:1068
- Organization
- cherry creek radio
- Contact emails
Subdomains
1 observed subdomain of mix1053.com.
| Subdomain |
|---|
| www.mix1053.com |
Web-graph footprint
Distinct hostnames that link to or from mix1053.com in the public web crawl.
10 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for mix1053.com.
| Mechanism | Target |
|---|---|
| SPF_A | c38109.sgvps.net |
| SPF_A | mix1053.com |
| SPF_INCLUDE | _spf.mailspamprotection.com |
| SPF_MX | mix1053.com |
Related pages
Pivot deeper into the graph from mix1053.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mix1053.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.