Hostname
windriverpayments.com
Last fetched
windriverpayments.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
windriverpayments.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:2
- Organization
- wind river financial
- Contact emails
Subdomains
2 observed subdomains of windriverpayments.com.
Web-graph footprint
Distinct hostnames that link to or from windriverpayments.com in the public web crawl.
39 sites link to this hostname.
182 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
20 SPF mechanisms authorising senders for windriverpayments.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 21469035.spf05.hubspotemail.net |
| SPF_INCLUDE | _spf.safewebservices.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | researchnowsurveys.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.192.32.80/29 |
| SPF_IP | 104.192.36.80/29 |
| SPF_IP | 12.13.41.0/27 |
| SPF_IP | 167.89.58.181 |
| SPF_IP | 167.89.64.157 |
| SPF_IP | 167.89.64.5 |
| SPF_IP | 216.35.170.0/23 |
| SPF_IP | 216.35.170.0/24 |
| SPF_IP | 34.235.209.210/32 |
| SPF_IP | 52.162.245.237 |
| SPF_IP | 52.86.192.60 |
| SPF_IP | 54.84.76.163/32 |
| SPF_IP | 64.73.126.0/23 |
| SPF_MX | windriverpayments.com |
Related pages
Pivot deeper into the graph from windriverpayments.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "windriverpayments.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.