Skip to content

Hostname

windhq.com

Last fetched

windhq.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:299 as the registrar.

Nutrition Label

WHISPER CANON · windhq.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/windhq.com

Resolution chain

windhq.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.21.25.114104.21.16.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.134.48172.67.128.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

Registrar
iana:299
Organization
cloudhq
Contact emails

Subdomains

2 observed subdomains of windhq.com.

Web-graph footprint

Distinct hostnames that link to or from windhq.com in the public web crawl.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

10 SPF mechanisms authorising senders for windhq.com.

MechanismTarget
SPF_INCLUDEcloudhq.zendesk.com
SPF_INCLUDEemailsrvr.com
SPF_INCLUDEportal.cloudhq.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEyardi-com.mail.protection.outlook.com
SPF_IP13.90.81.229
SPF_IP13.92.41.75
SPF_IP208.185.193.186
SPF_IP208.185.193.190
SPF_IP67.22.215.235

Related pages

Pivot deeper into the graph from windhq.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "windhq.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.