Hostname
rais.bg
Last fetched
rais.bg resolves to 2 IPv4 addresses operated by AS201200 in BG.
Nutrition Label
Resolution chain
rais.bg 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 |
|---|---|---|---|---|
| 185.123.191.204 | 185.123.190.0/23 | AS201200 | — | BG |
| 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
No WHOIS records are currently associated with rais.bg in WhisperGraph.
Subdomains
6 observed subdomains of rais.bg.
Showing 5 of 6. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from rais.bg in the public web crawl.
13 sites link to this hostname.
19 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- rais.bg
SPF policy
3 SPF mechanisms authorising senders for rais.bg.
| Mechanism | Target |
|---|---|
| SPF_A | rais.bg |
| SPF_IP | 185.123.191.204 |
| SPF_MX | rais.bg |
Related pages
Pivot deeper into the graph from rais.bg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rais.bg"})-[: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.