Hostname
b-i.com
Last fetched
b-i.com resolves to 1 IPv4 address operated by AS3303 in CH. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
b-i.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 194.209.82.135 | 194.209.0.0/16 | AS3303 | — | CH |
WHOIS identity
- Registrar
- iana:299
- Organization
- aegis group pty.
- Contact emails
Subdomains
36 observed subdomains of b-i.com.
Showing 25 of 36. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from b-i.com in the public web crawl.
14 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for b-i.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _netblocks.mimecast.com |
| SPF_IP | 146.101.78.191 |
| SPF_IP | 176.31.230.112 |
| SPF_IP | 194.209.82.200/32 |
| SPF_IP | 194.209.82.254 |
| SPF_IP | 194.209.82.30 |
| SPF_IP | 194.209.82.32 |
| SPF_IP | 194.209.82.33 |
| SPF_IP | 74.112.69.20 |
| SPF_IP | 74.121.48.72 |
| SPF_IP | 91.121.167.128 |
| SPF_MX | b-i.com |
Related pages
Pivot deeper into the graph from b-i.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b-i.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.