Hostname
culinare.ro
Last fetched
culinare.ro resolves to 2 IPv4 addresses operated by HETZNER-AS - Hetzner Online GmbH in DE. WHOIS lists registrar:web dedicated srl as the registrar.
Nutrition Label
Resolution chain
culinare.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 |
|---|---|---|---|---|
| 138.201.122.57 | 138.201.0.0/16 | AS24940 | HETZNER-AS - Hetzner Online GmbH | DE |
| 188.240.2.206 | 188.240.2.0/23 | AS44043 | Cyber_Folks-RO-DC_CLJ - Cyber_Folks SRL | RO |
WHOIS identity
- Registrar
- registrar:web dedicated srl
- Organization
- —
- Contact emails
- —
Subdomains
7 observed subdomains of culinare.ro.
Web-graph footprint
Distinct hostnames that link to or from culinare.ro in the public web crawl.
11 sites link to this hostname.
6 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- culinare.ro
SPF policy
6 SPF mechanisms authorising senders for culinare.ro.
| Mechanism | Target |
|---|---|
| SPF_A | culinare.ro |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 138.201.122.57 |
| SPF_IP | 91.210.80.150 |
| SPF_IP | 91.210.80.211 |
| SPF_MX | culinare.ro |
Related pages
Pivot deeper into the graph from culinare.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "culinare.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.