Hostname
hsadchina.com
Last fetched
hsadchina.com resolves to 2 IPv4 addresses operated by AS17964 in CN. WHOIS lists iana:444 as the registrar.
Nutrition Label
Resolution chain
hsadchina.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 |
|---|---|---|---|---|
| 118.145.1.7 | 118.145.0.0/20 | AS17964 | — | CN |
| 58.180.115.5 | 58.180.0.0/17 | AS4670 | — | KR |
WHOIS identity
- Registrar
- iana:444
- Organization
- inames
- Contact emails
Subdomains
3 observed subdomains of hsadchina.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for hsadchina.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 165.243.186.39 |
| SPF_IP | 165.243.186.94 |
| SPF_IP | 165.243.186.95 |
| SPF_IP | 58.180.115.10 |
| SPF_IP | 58.180.115.5 |
| SPF_IP | 58.180.115.8 |
| SPF_IP | 58.180.115.9 |
Related pages
Pivot deeper into the graph from hsadchina.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hsadchina.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.