Hostname
bowvalleycu.com
Last fetched
bowvalleycu.com resolves to 1 IPv4 address operated by AS35280 in US. WHOIS lists iana:470 as the registrar.
Nutrition Label
Resolution chain
bowvalleycu.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 |
|---|---|---|---|---|
| 72.19.3.115 | 72.19.3.0/24 | AS35280 | — | US |
WHOIS identity
- Registrar
- iana:470
- Organization
- celero solutions
- Contact emails
Subdomains
8 observed subdomains of bowvalleycu.com.
Web-graph footprint
Distinct hostnames that link to or from bowvalleycu.com in the public web crawl.
54 sites link to this hostname.
41 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for bowvalleycu.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.celero.ca |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 209.198.203.132/32 |
| SPF_IP | 216.134.200.226/32 |
| SPF_MX | bowvalleycu.com |
Related pages
Pivot deeper into the graph from bowvalleycu.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bowvalleycu.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.