Hostname
bbo.nu
Last fetched
bbo.nu resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in NL.
Nutrition Label
Resolution chain
bbo.nu 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 |
|---|---|---|---|---|
| 142.93.232.45 | 142.93.224.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | NL |
WHOIS identity
No WHOIS records are currently associated with bbo.nu in WhisperGraph.
Subdomains
1 observed subdomain of bbo.nu.
| Subdomain |
|---|
| www.bbo.nu |
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for bbo.nu.
| Mechanism | Target |
|---|---|
| SPF_A | bbo.nu |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | authsmtp.com |
| SPF_INCLUDE | kund.bebetteronline.com |
| SPF_INCLUDE | server1.bebetteronline.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_IP | 176.34.111.143 |
| SPF_MX | bbo.nu |
Related pages
Pivot deeper into the graph from bbo.nu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bbo.nu"})-[: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.