Hostname
denmark.hobieclass.com
Last fetched
denmark.hobieclass.com resolves to 2 IPv4 addresses operated by AS17481 in AU.
Nutrition Label
Resolution chain
denmark.hobieclass.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 |
|---|---|---|---|---|
| 203.79.17.11 | 203.79.17.0/24 | AS17481 | — | AU |
| 203.79.20.3 | 203.79.20.0/24 | AS17481 | — | AU |
WHOIS identity
No WHOIS records are currently associated with denmark.hobieclass.com in WhisperGraph.
Subdomains
1 observed subdomain of denmark.hobieclass.com.
| Subdomain |
|---|
| www.denmark.hobieclass.com |
Web-graph footprint
Distinct hostnames that link to or from denmark.hobieclass.com in the public web crawl.
8 sites link to this hostname.
24 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for denmark.hobieclass.com.
| Mechanism | Target |
|---|---|
| SPF_A | denmark.hobieclass.com |
| SPF_IP | 203.79.17.11 |
| SPF_IP | 203.79.20.3 |
| SPF_MX | denmark.hobieclass.com |
Related pages
Pivot deeper into the graph from denmark.hobieclass.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "denmark.hobieclass.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.