Hostname
bostprop.com
Last fetched
bostprop.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in FR. WHOIS lists iana:79 as the registrar.
Nutrition Label
Resolution chain
bostprop.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 |
|---|---|---|---|---|
| 35.181.195.58 | 35.181.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
WHOIS identity
- Registrar
- iana:79
- Organization
- bruce alsen
- Contact emails
Subdomains
3 observed subdomains of bostprop.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for bostprop.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 149.106.174.173 |
| SPF_IP | 195.224.206.230 |
| SPF_IP | 51.155.244.77 |
| SPF_IP | 52.211.199.121 |
| SPF_IP | 57.128.183.173 |
| SPF_IP | 74.127.26.11/32 |
| SPF_IP | 88.150.216.197 |
| SPF_IP | 89.16.189.4 |
| SPF_MX | bostprop.com |
Related pages
Pivot deeper into the graph from bostprop.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bostprop.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.