Hostname
dhums.com
Last fetched
dhums.com resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
dhums.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 |
|---|---|---|---|---|
| 178.63.26.50 | 178.63.0.0/16 | AS24940 | — | DE |
| 82.29.188.49 | 82.29.184.0/21 | AS47583 | — | GB |
WHOIS identity
- Registrar
- iana:1068
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
Subdomains
1 observed subdomain of dhums.com.
| Subdomain |
|---|
| www.dhums.com |
Web-graph footprint
Distinct hostnames that link to or from dhums.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for dhums.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mail.hostinger.com |
| SPF_INCLUDE | _spf.mx.cloudflare.net |
Related pages
Pivot deeper into the graph from dhums.com.
- IP · 178.63.26.50
- ASN · AS24940
- Registrar · iana:1068
- Country · DE
- Email · 3d2b32f7463049dbbbb68ac5c6c4b0c7.protect@withheldforprivacy.com
- TLD · .com
- Browse hostnames · dh…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dhums.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.