Hostname
elderwood.com
Last fetched
elderwood.com resolves to 1 IPv4 address operated by AS209626 in NL. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
elderwood.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 89.106.200.1 | 89.106.200.0/24 | AS209626 | — | NL |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
7 observed subdomains of elderwood.com.
Web-graph footprint
Distinct hostnames that link to or from elderwood.com in the public web crawl.
75 sites link to this hostname.
100 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
46 SPF mechanisms authorising senders for elderwood.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf_useast2.prod.hydra.sophos.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 108.176.103.202 |
| SPF_IP | 173.84.224.58 |
| SPF_IP | 184.180.15.186 |
| SPF_IP | 184.74.100.242 |
| SPF_IP | 204.186.241.106 |
| SPF_IP | 208.105.198.66 |
| SPF_IP | 208.105.200.74 |
| SPF_IP | 208.105.204.242 |
| SPF_IP | 208.105.205.50 |
| SPF_IP | 208.105.207.210 |
| SPF_IP | 208.105.212.10 |
| SPF_IP | 208.125.41.42 |
| SPF_IP | 216.238.164.202 |
| SPF_IP | 24.103.172.130 |
| SPF_IP | 24.104.62.146 |
| SPF_IP | 24.213.133.2 |
| SPF_IP | 24.30.246.146 |
| SPF_IP | 24.30.246.154 |
| SPF_IP | 24.30.246.162 |
| SPF_IP | 24.30.246.170 |
| SPF_IP | 24.30.246.242 |
| SPF_IP | 24.30.246.250 |
| SPF_IP | 24.39.217.246 |
| SPF_IP | 24.97.186.178 |
| SPF_IP | 24.97.196.130 |
| SPF_IP | 50.206.48.178 |
| SPF_IP | 50.207.240.170 |
| SPF_IP | 50.216.112.218 |
| SPF_IP | 50.237.209.2 |
| SPF_IP | 50.75.181.170 |
| SPF_IP | 50.75.181.186 |
| SPF_IP | 50.75.181.50 |
| SPF_IP | 50.75.183.26 |
| SPF_IP | 50.75.49.74 |
| SPF_IP | 69.193.120.106 |
| SPF_IP | 69.193.56.210 |
| SPF_IP | 69.193.56.211 |
| SPF_IP | 69.193.56.212 |
| SPF_IP | 70.15.248.83 |
| SPF_IP | 71.184.98.65 |
| SPF_IP | 72.94.51.105 |
| SPF_IP | 98.0.244.202 |
| SPF_IP | 98.114.122.47 |
Related pages
Pivot deeper into the graph from elderwood.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "elderwood.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.