Hostname
qhrtech.com
Last fetched
qhrtech.com resolves to 12 IPv4 addresses operated by AS20940 in DE. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
qhrtech.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
30 observed subdomains of qhrtech.com.
Showing 24 of 30. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from qhrtech.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
19 SPF mechanisms authorising senders for qhrtech.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | ca._netblocks.mimecast.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.salesforce.com |
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_IP | 107.20.210.250/32 |
| SPF_IP | 107.23.16.222/32 |
| SPF_IP | 149.96.5.2/32 |
| SPF_IP | 167.89.24.187/32 |
| SPF_IP | 204.12.152.128/25 |
| SPF_IP | 207.218.90.122/32 |
| SPF_IP | 34.210.170.74 |
| SPF_IP | 52.1.14.157/32 |
| SPF_IP | 54.173.83.138/32 |
| SPF_IP | 64.79.155.0/24 |
| SPF_IP | 69.10.131.0/26 |
| SPF_IP | 69.10.151.192/28 |
| SPF_IP | 72.2.22.80/29 |
Related pages
Pivot deeper into the graph from qhrtech.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "qhrtech.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.