Hostname
etebg.ro
Last fetched
etebg.ro resolves to 1 IPv4 address operated by AS49699 in BG. WHOIS lists registrar:cyber_folks s.r.l. as the registrar.
Nutrition Label
Resolution chain
etebg.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 |
|---|---|---|---|---|
| 195.69.167.151 | 195.69.167.0/24 | AS49699 | — | BG |
WHOIS identity
- Registrar
- registrar:cyber_folks s.r.l.
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of etebg.ro.
| Subdomain |
|---|
| mail.etebg.ro |
| www.etebg.ro |
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for etebg.ro.
| Mechanism | Target |
|---|---|
| SPF_A | etebg.ro |
| SPF_INCLUDE | _spf.cmailpro.net |
| SPF_INCLUDE | pooh.spf.superhosting.bg |
| SPF_INCLUDE | smtp-out.spf.superhosting.bg |
| SPF_IP | 195.69.167.151 |
| SPF_IP | 78.142.50.67 |
| SPF_IP | 79.124.30.68 |
| SPF_IP | 91.215.216.28 |
| SPF_MX | etebg.ro |
Related pages
Pivot deeper into the graph from etebg.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "etebg.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.