Hostname
qlikview.com
Last fetched
qlikview.com resolves to 1 IPv4 address operated by AS1257 in SE. WHOIS lists iana:73 as the registrar.
Nutrition Label
Resolution chain
qlikview.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 |
|---|---|---|---|---|
| 193.14.90.203 | 193.12.0.0/14 | AS1257 | — | SE |
WHOIS identity
- Registrar
- iana:73
- Organization
- domain name department
- Contact emails
Subdomains
14 observed subdomains of qlikview.com.
Web-graph footprint
Distinct hostnames that link to or from qlikview.com in the public web crawl.
228 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
33 SPF mechanisms authorising senders for qlikview.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 114.251.200.21 |
| SPF_IP | 159.182.1.200 |
| SPF_IP | 159.182.1.201 |
| SPF_IP | 159.182.107.23 |
| SPF_IP | 159.182.127.30 |
| SPF_IP | 159.182.219.30 |
| SPF_IP | 159.182.219.31 |
| SPF_IP | 159.182.241.23/31 |
| SPF_IP | 159.182.241.24 |
| SPF_IP | 159.182.63.31 |
| SPF_IP | 159.182.67.30 |
| SPF_IP | 159.182.79.30 |
| SPF_IP | 159.182.81.40 |
| SPF_IP | 166.78.74.67 |
| SPF_IP | 168.245.52.237 |
| SPF_IP | 185.40.25.168 |
| SPF_IP | 188.65.156.39 |
| SPF_IP | 195.140.184.0/22 |
| SPF_IP | 206.196.17.36 |
| SPF_IP | 206.196.17.39 |
| SPF_IP | 206.196.17.60 |
| SPF_IP | 209.177.165.161/32 |
| SPF_IP | 209.235.207.195 |
| SPF_IP | 5.10.237.238 |
| SPF_IP | 52.38.191.241/32 |
| SPF_IP | 72.35.5.158 |
| SPF_IP | 91.192.40.0/22 |
| SPF_IP | 91.222.96.0/22 |
| SPF_MX | qlikview.com |
Related pages
Pivot deeper into the graph from qlikview.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "qlikview.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.