Hostname
b3ams.com
Last fetched
b3ams.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
b3ams.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 b3ams.com owner
- Contact emails
- 2ead70ac-a36d-45e9-830f-57e12e2789fa@identity-protect.org
- 57f58122-7710-431a-86d7-8f535d35b86a@identity-protect.org
- a468648b-8a6f-42b7-8ca5-41397baa3bee@identity-protect.org
- d342dd75-6bb0-4e4f-beac-3987ad79d391@identity-protect.org
- e1c88817-34e2-4f67-862a-57883a91ab40@identity-protect.org
- e909c160-c7c6-481e-a48e-057fcecbc85d@identity-protect.org
- owner-11107580@b3ams.com.whoisprivacyservice.org
Subdomains
27 observed subdomains of b3ams.com.
Threat posture
History
Related pages
Pivot deeper into the graph from b3ams.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b3ams.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.