Hostname
hos.pub
Last fetched
hos.pub resolves to 1 IPv4 address operated by AS132203 in DE. WHOIS lists iana:1599 as the registrar.
Nutrition Label
Resolution chain
hos.pub 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 |
|---|---|---|---|---|
| 162.62.119.26 | 162.62.118.0/23 | AS132203 | — | DE |
WHOIS identity
- Registrar
- iana:1599
- Organization
- zejian zhang
- Contact emails
Subdomains
5 observed subdomains of hos.pub.
Web-graph footprint
Distinct hostnames that link to or from hos.pub in the public web crawl.
20 sites link to this hostname.
103 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for hos.pub.
| Mechanism | Target |
|---|---|
| SPF_A | mail.hos.pub |
| SPF_INCLUDE | spf.qiye.aliyun.com |
| SPF_INCLUDE | zeptomail.net |
Related pages
Pivot deeper into the graph from hos.pub.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hos.pub"})-[: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.