Hostname
dcrefined.com
Last fetched
dcrefined.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IT. WHOIS lists iana:3786 as the registrar.
Nutrition Label
Resolution chain
dcrefined.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 |
|---|---|---|---|---|
| 108.139.243.120 | 108.139.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 108.139.243.47 | 108.139.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 108.139.243.57 | 108.139.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 108.139.243.7 | 108.139.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 3.167.163.106 | 3.167.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.163.42 | 3.167.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.163.68 | 3.167.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.163.94 | 3.167.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:3786
- Organization
- ******** ******** (see notes section below on how to view unmasked data)
- Contact emails
Subdomains
5 observed subdomains of dcrefined.com.
Web-graph footprint
Distinct hostnames that link to or from dcrefined.com in the public web crawl.
78 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for dcrefined.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from dcrefined.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dcrefined.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.