Hostname
ho-w.net
Last fetched
ho-w.net resolves to 2 IPv4 addresses operated by AS20746 in IT. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
ho-w.net 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 |
|---|---|---|---|---|
| 156.54.63.237 | 156.54.63.0/24 | AS20746 | — | IT |
| 51.178.30.65 | 51.178.0.0/16 | AS16276 | — | FR |
WHOIS identity
- Registrar
- iana:69
- Organization
- blinkup srl
- Contact emails
Web-graph footprint
Distinct hostnames that link to or from ho-w.net in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for ho-w.net.
| Mechanism | Target |
|---|---|
| SPF_A | ho-w.net |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_MX | ho-w.net |
Related pages
Pivot deeper into the graph from ho-w.net.
- IP · 156.54.63.237
- ASN · AS20746
- Registrar · iana:69
- Country · IT
- Email · f89a8218ebe284514efe00838190a2c1-5244996@contact.gandi.net
- TLD · .net
- Browse hostnames · ho…
- 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: "ho-w.net"})-[: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.