Hostname
notes.cloudz.ro
Last fetched
notes.cloudz.ro resolves to 1 IPv4 address operated by ASN-ORANGE-ROMANIA - Orange Romania S.A. in RO.
Nutrition Label
Resolution chain
notes.cloudz.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 |
|---|---|---|---|---|
| 90.95.27.17 | 90.95.0.0/16 | AS8953 | ASN-ORANGE-ROMANIA - Orange Romania S.A. | RO |
WHOIS identity
No WHOIS records are currently associated with notes.cloudz.ro in WhisperGraph.
Subdomains
1 observed subdomain of notes.cloudz.ro.
| Subdomain |
|---|
| www.notes.cloudz.ro |
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for notes.cloudz.ro.
| Mechanism | Target |
|---|---|
| SPF_A | notes.cloudz.ro |
| SPF_IP | 146.19.133.162 |
| SPF_IP | 45.86.220.2 |
| SPF_IP | 91.244.247.5 |
| SPF_MX | notes.cloudz.ro |
Related pages
Pivot deeper into the graph from notes.cloudz.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "notes.cloudz.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.