Hostname
b24.ro
Last fetched
b24.ro resolves to 1 IPv4 address operated by AS6718 in RO.
Nutrition Label
Resolution chain
b24.ro 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 |
|---|---|---|---|---|
| 91.239.230.45 | 91.239.230.0/24 | AS6718 | — | RO |
WHOIS identity
No WHOIS records are currently associated with b24.ro in WhisperGraph.
Subdomains
2 observed subdomains of b24.ro.
| Subdomain |
|---|
| mail.b24.ro |
| www.b24.ro |
Threat posture
History
Mail and authentication
MX records
- b24.ro
SPF policy
3 SPF mechanisms authorising senders for b24.ro.
| Mechanism | Target |
|---|---|
| SPF_A | b24.ro |
| SPF_IP | 91.239.230.5 |
| SPF_MX | b24.ro |
Related pages
Pivot deeper into the graph from b24.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b24.ro"})-[: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.