Hostname
dwads.co
Last fetched
dwads.co resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
dwads.co 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 |
|---|---|---|---|---|
| 16.54.6.53 | 16.54.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.98.73.228 | 3.98.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 35.182.220.157 | 35.182.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 52.60.179.62 | 52.60.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
- Registrar
- iana:81
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
4 observed subdomains of dwads.co.
Web-graph footprint
Distinct hostnames that link to or from dwads.co in the public web crawl.
10 sites linked to from this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from dwads.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dwads.co"})-[: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.