Hostname
discounthobbyzone.com
Last fetched
discounthobbyzone.com resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:82 as the registrar.
Nutrition Label
Resolution chain
discounthobbyzone.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 |
|---|---|---|---|---|
| 167.235.164.88 | 167.235.0.0/16 | AS24940 | — | DE |
| 94.130.18.101 | 94.130.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:82
- Organization
- discount hobby zone
- Contact emails
Subdomains
10 observed subdomains of discounthobbyzone.com.
Web-graph footprint
Distinct hostnames that link to or from discounthobbyzone.com in the public web crawl.
19 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- discounthobbyzone.com
- mail.discounthobbyzone.com
SPF policy
6 SPF mechanisms authorising senders for discounthobbyzone.com.
| Mechanism | Target |
|---|---|
| SPF_A | discounthobbyzone.com |
| SPF_IP | 162.55.232.115 |
| SPF_IP | 167.235.164.88 |
| SPF_IP | 88.198.189.106 |
| SPF_IP | 94.130.18.101 |
| SPF_MX | discounthobbyzone.com |
Related pages
Pivot deeper into the graph from discounthobbyzone.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "discounthobbyzone.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.