Hostname
dantewoo.com
Last fetched
dantewoo.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:625 as the registrar.
Nutrition Label
Resolution chain
dantewoo.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.74.114 | 104.21.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.157.239 | 172.67.144.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:625
- Organization
- contact privacy inc. customer 1244610180
- Contact emails
- 0530e1c3febf4b999019bb56f8d945a5.protect@withheldforprivacy.com
- 6c5708197815485195f99ea8626aef12.protect@withheldforprivacy.com
- def1b0e6905e4b879ecdae2f50f0d4cf.protect@withheldforprivacy.com
- support@dropcatch.com
- udagawa0421@gmail.com
- reactivation-pending@mail.withheldforprivacy.com
- ldnt3djyfetw@contactprivacy.email
Subdomains
12 observed subdomains of dantewoo.com.
Web-graph footprint
Distinct hostnames that link to or from dantewoo.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from dantewoo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dantewoo.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.