Hostname
b-org.ro
Last fetched
b-org.ro resolves to 2 IPv4 addresses operated by AS12302 in RO.
Nutrition Label
Resolution chain
b-org.ro 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 |
|---|---|---|---|---|
| 80.97.64.101 | 80.97.64.0/21 | AS12302 | — | RO |
| 83.103.136.204 | 83.103.128.0/18 | AS12302 | — | RO |
WHOIS identity
No WHOIS records are currently associated with b-org.ro in WhisperGraph.
Subdomains
2 observed subdomains of b-org.ro.
| Subdomain |
|---|
| mail.b-org.ro |
| ns.b-org.ro |
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from b-org.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b-org.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.