Hostname
hikvision.com
Last fetched
hikvision.com resolves to 2 IPv4 addresses operated by GAGRATEL-AS in CN. WHOIS lists iana:1316 as the registrar.
Nutrition Label
Resolution chain
hikvision.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 |
|---|---|---|---|---|
| 106.74.11.19 | 106.74.0.0/17 | AS133118 | GAGRATEL-AS | CN |
| 115.223.8.95 | 115.223.8.0/21 | AS134771 | CAPSTONECO | CN |
WHOIS identity
- Registrar
- iana:1316
- Organization
- —
- Contact emails
Subdomains
50 observed subdomains of hikvision.com.
Showing 25 of 50. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from hikvision.com in the public web crawl.
7,002 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for hikvision.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spfams.hikvision.com |
| SPF_INCLUDE | spfcn.hikvision.com |
| SPF_INCLUDE | spfeu.hikvision.com |
| SPF_INCLUDE | spfhk.hikvision.com |
| SPF_INCLUDE | spfus.hikvision.com |
Related pages
Pivot deeper into the graph from hikvision.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hikvision.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.