Hostname
flavoia.ro
Last fetched
flavoia.ro resolves to 2 IPv4 addresses operated by AS51295 in RO. WHOIS lists registrar:ici - registrar as the registrar.
Nutrition Label
Resolution chain
flavoia.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 |
|---|---|---|---|---|
| 45.153.88.44 | 45.153.88.0/24 | AS51295 | — | RO |
| 95.214.135.33 | 95.214.135.0/24 | AS44043 | — | RO |
WHOIS identity
- Registrar
- registrar:ici - registrar
- Organization
- —
- Contact emails
- —
Subdomains
12 observed subdomains of flavoia.ro.
Threat posture
History
Mail and authentication
MX records
- flavoia.ro
SPF policy
8 SPF mechanisms authorising senders for flavoia.ro.
| Mechanism | Target |
|---|---|
| SPF_A | flavoia.ro |
| SPF_INCLUDE | spf.mxserver.ro |
| SPF_IP | 185.236.86.246 |
| SPF_IP | 45.153.88.2 |
| SPF_IP | 45.153.88.44 |
| SPF_IP | 89.46.7.233 |
| SPF_IP | 95.214.135.33 |
| SPF_MX | flavoia.ro |
Related pages
Pivot deeper into the graph from flavoia.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "flavoia.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.