Hostname
dyson.sa
Last fetched
dyson.sa resolves to 6 IPv4 addresses operated by AS20940 in US.
Nutrition Label
Resolution chain
dyson.sa resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.51.149.48 | 184.51.148.0/23 | AS20940 | — | US |
| 184.51.149.99 | 184.51.148.0/23 | AS20940 | — | US |
| 23.44.111.46 | 23.44.111.0/24 | AS20940 | — | US |
| 23.44.111.61 | 23.44.111.0/24 | AS20940 | — | US |
| 172.66.2.168 | 172.66.0.0/22 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 162.159.142.172 | 162.159.128.0/19 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with dyson.sa in WhisperGraph.
Subdomains
3 observed subdomains of dyson.sa.
| Subdomain |
|---|
| staging.dyson.sa |
| www.dyson.sa |
Showing 2 of 3. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dyson.sa in the public web crawl.
100 sites link to this hostname.
109 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from dyson.sa.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dyson.sa"})-[: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.