Hostname
jointpublishing.com
Last fetched
jointpublishing.com resolves to 1 IPv4 address operated by AS4515 in HK. WHOIS lists iana:1910 as the registrar.
Nutrition Label
Resolution chain
jointpublishing.com 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 |
|---|---|---|---|---|
| 220.241.120.132 | 220.241.96.0/19 | AS4515 | — | HK |
WHOIS identity
- Registrar
- iana:1910
- Organization
- joint publishing (hk) co
- Contact emails
Subdomains
6 observed subdomains of jointpublishing.com.
Web-graph footprint
Distinct hostnames that link to or from jointpublishing.com in the public web crawl.
139 sites link to this hostname.
75 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for jointpublishing.com.
| Mechanism | Target |
|---|---|
| SPF_A | mx.jointpublishing.com |
| SPF_A | mx2.jointpublishing.com |
| SPF_A | webmail.jointpublishing.com |
| SPF_IP | 202.130.120.190 |
| SPF_IP | 203.186.76.185 |
| SPF_IP | 203.186.76.186 |
| SPF_IP | 210.177.240.178 |
| SPF_IP | 210.177.240.179 |
| SPF_MX | jointpublishing.com |
Related pages
Pivot deeper into the graph from jointpublishing.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jointpublishing.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.