Hostname
bpaa.com
Last fetched
bpaa.com resolves to 2 IPv4 addresses operated by N-V-C - Northern Valley Communications LLC in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
bpaa.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 |
|---|---|---|---|---|
| 66.35.109.126 | 66.35.108.0/22 | AS14955 | N-V-C - Northern Valley Communications LLC | US |
| 70.34.33.95 | 70.34.32.0/21 | AS11989 | WEBINT - HostPapa | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- bowling proprietors association of america
- Contact emails
Subdomains
11 observed subdomains of bpaa.com.
Web-graph footprint
Distinct hostnames that link to or from bpaa.com in the public web crawl.
156 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for bpaa.com.
| Mechanism | Target |
|---|---|
| SPF_A | bpaa.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.ess.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 209.222.80.0/21 |
| SPF_IP | 209.34.6.194 |
| SPF_IP | 209.34.6.218 |
| SPF_IP | 64.235.144.0/20 |
| SPF_MX | bpaa.com |
Related pages
Pivot deeper into the graph from bpaa.com.
- IP · 66.35.109.126
- ASN · AS14955N-V-C - Northern Valley Communications LLC
- Registrar · iana:146
- Country · US
- Email · no.valid.email@worldnic.com
- TLD · .com
- Browse hostnames · bp…
- 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: "bpaa.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.