Hostname
berbecutio.ro
Last fetched
berbecutio.ro resolves to 1 IPv4 address operated by AS12876 in PL. WHOIS lists registrar:thcservers srl as the registrar.
Nutrition Label
Resolution chain
berbecutio.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 |
|---|---|---|---|---|
| 151.115.43.189 | 151.123.13.0/24 | AS12876 | — | PL |
WHOIS identity
- Registrar
- registrar:thcservers srl
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of berbecutio.ro.
| Subdomain |
|---|
| mail.berbecutio.ro |
| www.berbecutio.ro |
Web-graph footprint
Distinct hostnames that link to or from berbecutio.ro in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- berbecutio.ro
SPF policy
3 SPF mechanisms authorising senders for berbecutio.ro.
| Mechanism | Target |
|---|---|
| SPF_A | berbecutio.ro |
| SPF_IP | 151.115.43.189 |
| SPF_MX | berbecutio.ro |
Related pages
Pivot deeper into the graph from berbecutio.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "berbecutio.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.