Hostname
qa.com
Last fetched
qa.com resolves to 1 IPv4 address operated by QOSL-AS-AP Qovic Online Solutions LLP in US. WHOIS lists iana:83 as the registrar.
Nutrition Label
Resolution chain
qa.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 |
|---|---|---|---|---|
| 34.117.56.24 | 34.116.0.0/14 | AS396982 | QOSL-AS-AP Qovic Online Solutions LLP | US |
WHOIS identity
- Registrar
- iana:83
- Organization
- 1&1 internet
- Contact emails
Subdomains
94 observed subdomains of qa.com.
Showing 25 of 94. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from qa.com in the public web crawl.
722 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for qa.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.enterprisestudy.com |
| SPF_A | mailrelay.kallidus-suite.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.mailanyone.net |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 148.59.101.16/28 |
| SPF_IP | 18.168.140.58/32 |
| SPF_IP | 18.168.51.200/32 |
| SPF_IP | 192.162.216.4/32 |
| SPF_IP | 192.162.217.4/32 |
| SPF_IP | 194.168.57.254 |
| SPF_IP | 198.37.153.11/32 |
| SPF_IP | 204.15.171.6/32 |
| SPF_IP | 208.185.229.0/24 |
| SPF_IP | 208.185.235.0/24 |
| SPF_IP | 209.202.128.38/32 |
| SPF_IP | 72.85.155.85/32 |
| SPF_MX | qa.com |
Related pages
Pivot deeper into the graph from qa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "qa.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.