Hostname
all.ro
Last fetched
all.ro resolves to 2 IPv4 addresses operated by NAV - NAV COMMUNICATIONS SRL in RO. WHOIS lists registrar:ici - registrar as the registrar.
Nutrition Label
Resolution chain
all.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 |
|---|---|---|---|---|
| 85.120.222.68 | 85.120.222.0/24 | AS6718 | NAV - NAV COMMUNICATIONS SRL | RO |
| 89.40.72.186 | 89.40.72.0/24 | AS205275 | ROMARG - ROMARG SRL | RO |
WHOIS identity
- Registrar
- registrar:ici - registrar
- Organization
- —
- Contact emails
- —
Subdomains
13 observed subdomains of all.ro.
Web-graph footprint
Distinct hostnames that link to or from all.ro in the public web crawl.
291 sites link to this hostname.
18 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for all.ro.
| Mechanism | Target |
|---|---|
| SPF_A | all.ro |
| SPF_INCLUDE | spf.sendmachine.info |
| SPF_INCLUDE | spf.smtp2go.com |
| SPF_IP | 185.68.188.15 |
| SPF_IP | 5.154.224.55 |
| SPF_IP | 81.12.175.26 |
| SPF_IP | 81.12.176.2 |
| SPF_IP | 85.120.222.68 |
| SPF_MX | all.ro |
Related pages
Pivot deeper into the graph from all.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "all.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.