Skip to content

Hostname

bbbox.eu

Last fetched

bbbox.eu resolves to 1 IPv4 address operated by OSK-DNI Slovakia in SK.

Nutrition Label

WHISPER CANON · bbbox.euRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/bbbox.eu

Resolution chain

bbbox.eu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
90.64.252.24890.64.128.0/17AS15962OSK-DNI SlovakiaSK

WHOIS identity

No WHOIS records are currently associated with bbbox.eu in WhisperGraph.

Subdomains

1 observed subdomain of bbbox.eu.

Subdomain
www.bbbox.eu

Web-graph footprint

Distinct hostnames that link to or from bbbox.eu in the public web crawl.

Sample inbound links

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

13 SPF mechanisms authorising senders for bbbox.eu.

MechanismTarget
SPF_Amail.crocodille.com
SPF_Arentco.inver.sk
SPF_INCLUDEspf.eu.signature365.net
SPF_INCLUDEspf.protection.outlook.com
SPF_IP185.219.169.150/32
SPF_IP193.85.203.74/30
SPF_IP194.149.119.176/29
SPF_IP195.47.16.250/30
SPF_IP46.28.111.199
SPF_IP62.84.153.105/29
SPF_IP90.64.252.248
SPF_IP95.80.223.74
SPF_MXbbbox.eu

Related pages

Pivot deeper into the graph from bbbox.eu.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "bbbox.eu"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.