Hostname
namebay.com
Last fetched
namebay.com resolves to 1 IPv4 address operated by AS20756 in FR. WHOIS lists iana:88 as the registrar.
Nutrition Label
Resolution chain
namebay.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 |
|---|---|---|---|---|
| 185.65.56.37 | 185.65.56.0/23 | AS20756 | — | FR |
WHOIS identity
- Registrar
- iana:88
- Organization
- namebay namebay
- Contact emails
Subdomains
121 observed subdomains of namebay.com.
Showing 25 of 121. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from namebay.com in the public web crawl.
286 sites link to this hostname.
325 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for namebay.com.
| Mechanism | Target |
|---|---|
| SPF_A | mailrelay.rrpproxy.net |
| SPF_IP | 151.80.66.144/29 |
| SPF_IP | 185.65.56.0/24 |
| SPF_IP | 2001:4ba0:cafe:532::1/128 |
| SPF_IP | 2001:4ba0:cafe:64::1/128 |
| SPF_IP | 2a01:c8:ff00:200::1/64 |
| SPF_IP | 62.141.38.216 |
| SPF_IP | 62.141.38.96 |
| SPF_IP | 81.92.81.46 |
| SPF_IP | 81.92.85.46/32 |
| SPF_IP | 91.134.185.35 |
Related pages
Pivot deeper into the graph from namebay.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "namebay.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.