Hostname
oroloi.gr
Last fetched
oroloi.gr resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
oroloi.gr 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 |
|---|---|---|---|---|
| 23.88.85.58 | 23.88.0.0/17 | AS24940 | — | DE |
| 46.4.20.38 | 46.4.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- —
- Organization
- ovh sas
- Contact emails
- —
Subdomains
6 observed subdomains of oroloi.gr.
Web-graph footprint
Distinct hostnames that link to or from oroloi.gr in the public web crawl.
90 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for oroloi.gr.
| Mechanism | Target |
|---|---|
| SPF_A | oroloi.gr |
| SPF_INCLUDE | _spf.fastmail.gr |
| SPF_INCLUDE | cpaspf.contactpigeon.com |
| SPF_IP | 136.243.173.169/16 |
| SPF_IP | 144.76.181.6 |
| SPF_IP | 2a01:4f8:171:22a8:0:0:0:2 |
| SPF_MX | oroloi.gr |
Related pages
Pivot deeper into the graph from oroloi.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oroloi.gr"})-[: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.