Hostname
incorrect.b-space.bg
Last fetched
incorrect.b-space.bg appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
incorrect.b-space.bg has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
No WHOIS records are currently associated with incorrect.b-space.bg in WhisperGraph.
Subdomains
1 observed subdomain of incorrect.b-space.bg.
| Subdomain |
|---|
| www.incorrect.b-space.bg |
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for incorrect.b-space.bg.
| Mechanism | Target |
|---|---|
| SPF_A | incorrect.b-space.bg |
| SPF_INCLUDE | robin.spf.superhosting.bg |
| SPF_INCLUDE | smtp-out.spf.superhosting.bg |
| SPF_IP | 195.191.148.230/32 |
| SPF_IP | 195.191.148.7 |
| SPF_IP | 195.191.149.7 |
| SPF_MX | incorrect.b-space.bg |
Related pages
Pivot deeper into the graph from incorrect.b-space.bg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "incorrect.b-space.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.