Hostname
bambook.com
Last fetched
bambook.com resolves to 2 IPv4 addresses operated by AS42331 in UA. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
bambook.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 193.200.173.135 | 193.200.173.0/24 | AS42331 | — | UA |
| 94.130.201.54 | 94.130.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:2
- Organization
- iks trade
- Contact emails
Subdomains
10 observed subdomains of bambook.com.
Web-graph footprint
Distinct hostnames that link to or from bambook.com in the public web crawl.
46 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for bambook.com.
| Mechanism | Target |
|---|---|
| SPF_A | bambook.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.sent2mail.com |
| SPF_INCLUDE | spf2.esputnik.com |
| SPF_IP | 194.242.60.0/24 |
| SPF_MX | bambook.com |
| SPF_MX | int.kiev.ua |
Related pages
Pivot deeper into the graph from bambook.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bambook.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.