Hostname
alt.bermas.ro
Last fetched
alt.bermas.ro resolves to 1 IPv4 address operated by AS5606 in RO.
Nutrition Label
Resolution chain
alt.bermas.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 |
|---|---|---|---|---|
| 77.81.2.97 | 77.81.2.0/24 | AS5606 | — | RO |
WHOIS identity
No WHOIS records are currently associated with alt.bermas.ro in WhisperGraph.
Subdomains
1 observed subdomain of alt.bermas.ro.
| Subdomain |
|---|
| www.alt.bermas.ro |
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for alt.bermas.ro.
| Mechanism | Target |
|---|---|
| SPF_A | alt.bermas.ro |
| SPF_IP | 188.241.222.214 |
| SPF_IP | 188.241.222.84 |
| SPF_IP | 2a00:ece1:0:20:0:0:0:9d |
| SPF_IP | 77.81.2.97 |
| SPF_MX | alt.bermas.ro |
Related pages
Pivot deeper into the graph from alt.bermas.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "alt.bermas.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.