Hostname
parko.ro
Last fetched
parko.ro resolves to 2 IPv4 addresses operated by GTS-BACKBONE - GTS Telecom SRL in RO. WHOIS lists registrar:ici - registrar as the registrar.
Nutrition Label
Resolution chain
parko.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.82.28.123 | 45.82.28.0/23 | AS5606 | GTS-BACKBONE - GTS Telecom SRL | RO |
| 94.176.105.95 | 94.176.105.0/24 | AS44043 | Cyber_Folks-RO-DC_CLJ - Cyber_Folks SRL | RO |
WHOIS identity
- Registrar
- registrar:ici - registrar
- Organization
- —
- Contact emails
- —
Web-graph footprint
Distinct hostnames that link to or from parko.ro in the public web crawl.
12 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
- parko.ro
SPF policy
8 SPF mechanisms authorising senders for parko.ro.
| Mechanism | Target |
|---|---|
| SPF_A | parko.ro |
| SPF_INCLUDE | spf.mxserver.ro |
| SPF_IP | 185.236.87.233 |
| SPF_IP | 188.241.222.79 |
| SPF_IP | 2a00:ece1:0:1b:0:0:0:4e |
| SPF_IP | 45.82.28.123 |
| SPF_IP | 94.176.105.95 |
| SPF_MX | parko.ro |
Related pages
Pivot deeper into the graph from parko.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "parko.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.