Hostname
romarm.ro
Last fetched
romarm.ro resolves to 2 IPv4 addresses operated by AS31313 in RO. WHOIS lists registrar:ici - registrar as the registrar.
Nutrition Label
Resolution chain
romarm.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 |
|---|---|---|---|---|
| 193.151.29.38 | 193.151.28.0/22 | AS31313 | — | RO |
| 92.82.184.31 | 92.82.176.0/20 | AS8953 | — | RO |
WHOIS identity
- Registrar
- registrar:ici - registrar
- Organization
- —
- Contact emails
- —
Subdomains
10 observed subdomains of romarm.ro.
Web-graph footprint
Distinct hostnames that link to or from romarm.ro in the public web crawl.
73 sites link to this hostname.
61 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- romarm.ro
SPF policy
3 SPF mechanisms authorising senders for romarm.ro.
| Mechanism | Target |
|---|---|
| SPF_A | romarm.ro |
| SPF_IP | 92.82.184.0/24 |
| SPF_MX | romarm.ro |
Related pages
Pivot deeper into the graph from romarm.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "romarm.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.