Hostname
raku2bb.com
Last fetched
raku2bb.com resolves to 2 IPv4 addresses operated by AS131965 in JP. WHOIS lists iana:1557 as the registrar.
Nutrition Label
Resolution chain
raku2bb.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 |
|---|---|---|---|---|
| 157.112.176.2 | 157.112.176.0/21 | AS131965 | — | JP |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
WHOIS identity
- Registrar
- iana:1557
- Organization
- xserver
- Contact emails
Subdomains
60 observed subdomains of raku2bb.com.
Showing 25 of 60. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from raku2bb.com in the public web crawl.
78 sites link to this hostname.
63 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- raku2bb.com
SPF policy
5 SPF mechanisms authorising senders for raku2bb.com.
| Mechanism | Target |
|---|---|
| SPF_A | raku2bb.com |
| SPF_A | sv801.xserver.jp |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.sender.xserver.jp |
| SPF_MX | raku2bb.com |
Related pages
Pivot deeper into the graph from raku2bb.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "raku2bb.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.