Hostname
b2bdd.com
Last fetched
b2bdd.com resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:1910 as the registrar.
Nutrition Label
Resolution chain
b2bdd.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.26.8.89 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.26.9.89 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.69.55 | 172.67.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:1910
- Organization
- b2b design and development,
- Contact emails
Subdomains
18 observed subdomains of b2bdd.com.
Web-graph footprint
Distinct hostnames that link to or from b2bdd.com in the public web crawl.
32 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
34 SPF mechanisms authorising senders for b2bdd.com.
| Mechanism | Target |
|---|---|
| SPF_A | b2bdd.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | emailsrvr.com |
| SPF_IP | 104.236.231.221 |
| SPF_IP | 107.170.18.52 |
| SPF_IP | 108.166.43.0/24 |
| SPF_IP | 138.197.231.239 |
| SPF_IP | 138.197.61.129 |
| SPF_IP | 143.198.18.102 |
| SPF_IP | 143.198.3.218 |
| SPF_IP | 159.203.145.96 |
| SPF_IP | 159.203.74.13 |
| SPF_IP | 159.203.75.158 |
| SPF_IP | 161.35.185.222 |
| SPF_IP | 162.243.218.211 |
| SPF_IP | 162.243.61.207 |
| SPF_IP | 165.227.250.172 |
| SPF_IP | 167.99.145.61 |
| SPF_IP | 173.203.187.0/25 |
| SPF_IP | 173.203.2.0/25 |
| SPF_IP | 173.203.6.0/23 |
| SPF_IP | 174.138.82.223 |
| SPF_IP | 192.241.190.85 |
| SPF_IP | 192.81.212.159 |
| SPF_IP | 204.232.172.40/32 |
| SPF_IP | 45.55.102.154 |
| SPF_IP | 45.55.116.95 |
| SPF_IP | 45.55.127.33 |
| SPF_IP | 45.55.37.166 |
| SPF_IP | 50.57.0.0/27 |
| SPF_IP | 67.192.241.0/24 |
| SPF_IP | 67.207.88.105 |
| SPF_IP | 98.129.184.0/23 |
| SPF_MX | b2bdd.com |
Related pages
Pivot deeper into the graph from b2bdd.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b2bdd.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.