Hostname
beapro.com
Last fetched
beapro.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
beapro.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.225.61.102 | 13.225.61.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.225.61.114 | 13.225.61.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.225.61.122 | 13.225.61.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.225.61.55 | 13.225.61.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.245.46.117 | 18.245.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.46.47 | 18.245.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.46.81 | 18.245.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.46.99 | 18.245.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:2
- Organization
- pro athlete,
- Contact emails
Subdomains
2 observed subdomains of beapro.com.
| Subdomain |
|---|
| homeplate.beapro.com |
| www.beapro.com |
Web-graph footprint
Distinct hostnames that link to or from beapro.com in the public web crawl.
5 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for beapro.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 12.216.22.64/26 |
| SPF_IP | 140.82.169.0/26 |
| SPF_IP | 24.123.110.201/29 |
| SPF_IP | 4.79.132.219 |
Related pages
Pivot deeper into the graph from beapro.com.
- IP · 13.225.61.102
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:2
- Country · US
- Email · proathlete_it@proathleteinc.com
- TLD · .com
- Browse hostnames · be…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "beapro.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.