Hostname
bb-env.com
Last fetched
bb-env.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
bb-env.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of bb-env.com owner
- Contact emails
- 0449d91c-c3cd-42e3-ae07-e6a2f9c07a24@identity-protect.org
- 1bd6e4bf-888e-4d11-9ba3-6a824ae936b5@identity-protect.org
- 25160981-af9c-4d52-9d87-2af32ced7294@identity-protect.org
- 541f1085-5425-46a2-9396-e87f0365621a@identity-protect.org
- 6c9a9cbf-c933-4b40-ad50-d5e7e031e8b3@identity-protect.org
- 7ba5d817-5d56-443e-a1df-e129e9b20308@identity-protect.org
- owner-1344348@bb-env.com.whoisprivacyservice.org
Subdomains
6 observed subdomains of bb-env.com.
Threat posture
History
Related pages
Pivot deeper into the graph from bb-env.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bb-env.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.