Hostname
fractal.gr
Last fetched
fractal.gr resolves to 2 IPv4 addresses operated by AS24940 in FI.
Nutrition Label
Resolution chain
fractal.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 |
|---|---|---|---|---|
| 135.181.74.30 | 135.181.0.0/16 | AS24940 | — | FI |
| 85.10.210.143 | 85.10.192.0/18 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with fractal.gr in WhisperGraph.
Subdomains
12 observed subdomains of fractal.gr.
Web-graph footprint
Distinct hostnames that link to or from fractal.gr in the public web crawl.
7 sites link to this hostname.
33 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- fractal.gr
SPF policy
10 SPF mechanisms authorising senders for fractal.gr.
| Mechanism | Target |
|---|---|
| SPF_A | fractal.gr |
| SPF_IP | 135.181.74.30 |
| SPF_IP | 144.76.80.46 |
| SPF_IP | 176.9.49.115 |
| SPF_IP | 188.40.137.231 |
| SPF_IP | 188.40.137.238 |
| SPF_IP | 188.40.199.65 |
| SPF_IP | 46.4.233.227 |
| SPF_IP | 85.10.210.143 |
| SPF_MX | fractal.gr |
Related pages
Pivot deeper into the graph from fractal.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fractal.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.