Hostname
linkhq.com
Last fetched
linkhq.com resolves to 5 IPv4 addresses operated by RAILWAY - Railway in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
linkhq.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 66.33.22.86 | 66.33.22.0/23 | AS400940 | RAILWAY - Railway | US |
| 99.84.160.127 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.18 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.21 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.70 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- clark siegelin
- Contact emails
Subdomains
19 observed subdomains of linkhq.com.
Web-graph footprint
Distinct hostnames that link to or from linkhq.com in the public web crawl.
5 sites link to this hostname.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for linkhq.com.
| Mechanism | Target |
|---|---|
| SPF_A | linkreporting.com |
| SPF_A | www.linkhq.com |
| SPF_INCLUDE | 6106869.spf05.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.hubspotemail.net |
| SPF_IP | 13.237.104.8 |
| SPF_IP | 52.63.172.92 |
| SPF_IP | 54.253.149.52 |
Related pages
Pivot deeper into the graph from linkhq.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "linkhq.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.