Hostname
techtarget.com.cn
Last fetched
techtarget.com.cn resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:markmonitor inc. as the registrar.
Nutrition Label
Resolution chain
techtarget.com.cn resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.88.167 | 104.21.80.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.151.107 | 172.67.144.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 47.89.59.150 | 47.89.32.0/19 | AS45102 | WALMART-CN 2-5F,Tower 2 and 1-12F,Tower 3,SZITIC Square | HK |
WHOIS identity
- Registrar
- registrar:markmonitor inc.
- Organization
- techtarget
- Contact emails
Subdomains
19 observed subdomains of techtarget.com.cn.
Web-graph footprint
Distinct hostnames that link to or from techtarget.com.cn in the public web crawl.
36 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for techtarget.com.cn.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | clientspf.zestbenefits.com |
| SPF_INCLUDE | docebosaas.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | relays.gooddata.com |
| SPF_INCLUDE | spf-00051b01.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 208.84.65.49 |
| SPF_IP | 67.231.152.14 |
Related pages
Pivot deeper into the graph from techtarget.com.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "techtarget.com.cn"})-[: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.