Hostname
capstonebh.com
Last fetched
capstonebh.com resolves to 2 IPv4 addresses operated by COMPASSMSP - CompassMSP, LLC. in CA. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
capstonebh.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 162.219.178.2 | 162.219.178.0/24 | AS32489 | COMPASSMSP - CompassMSP, LLC. | CA |
| 172.86.187.177 | 172.86.187.0/24 | AS32489 | COMPASSMSP - CompassMSP, LLC. | CA |
WHOIS identity
- Registrar
- iana:2
- Organization
- —
- Contact emails
Subdomains
4 observed subdomains of capstonebh.com.
Web-graph footprint
Distinct hostnames that link to or from capstonebh.com in the public web crawl.
19 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for capstonebh.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | appriver.com |
| SPF_INCLUDE | capstonebh-com.spf.smtp25.com |
| SPF_IP | 173.22.190.2 |
| SPF_IP | 173.24.24.65 |
| SPF_IP | 97.64.133.106 |
| SPF_IP | 97.64.133.6 |
| SPF_MX | capstonebh.com |
Related pages
Pivot deeper into the graph from capstonebh.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "capstonebh.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.