Hostname
assist.quickheal.com
Last fetched
assist.quickheal.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
assist.quickheal.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 15.207.148.159 | 15.206.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.109.22.43 | 3.108.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.6.190.3 | 3.6.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.7.198.156 | 3.6.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
No WHOIS records are currently associated with assist.quickheal.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for assist.quickheal.com.
| Mechanism | Target |
|---|---|
| SPF_A | assist.quickheal.com |
| SPF_A | smtp.vhdin.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 13.235.91.38 |
| SPF_IP | 151.236.32.181 |
| SPF_IP | 65.0.110.235 |
| SPF_IP | 66.85.130.37 |
| SPF_IP | 69.162.127.23 |
| SPF_IP | 69.162.127.24 |
| SPF_IP | 69.162.127.25 |
| SPF_IP | 78.110.164.136 |
| SPF_MX | assist.quickheal.com |
Related pages
Pivot deeper into the graph from assist.quickheal.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "assist.quickheal.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.