Hostname
sdhd.email
Last fetched
sdhd.email resolves to 1 IPv4 address operated by AS50673 in NL. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
sdhd.email 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 |
|---|---|---|---|---|
| 5.255.86.141 | 5.255.86.0/24 | AS50673 | — | NL |
WHOIS identity
- Registrar
- iana:1647
- Organization
- sdhd hosts vof.
- Contact emails
Subdomains
30 observed subdomains of sdhd.email.
Showing 20 of 30. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from sdhd.email in the public web crawl.
1 site linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for sdhd.email.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.antispamcloud.com |
| SPF_IP | 2a00:1ca8:2a:0:0:0:0:a2 |
| SPF_IP | 2a00:1ca8:2a:0:0:0:0:af |
| SPF_IP | 2a01:4f8:c0c:43f3:0:0:0:1 |
| SPF_IP | 5.255.86.144 |
| SPF_IP | 5.255.86.150 |
| SPF_IP | 78.46.204.3 |
Related pages
Pivot deeper into the graph from sdhd.email.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sdhd.email"})-[: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.