Hostname
luko.eu
Last fetched
luko.eu resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists registrar:gandi as the registrar.
Nutrition Label
Resolution chain
luko.eu resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.156.91.109 | 108.156.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.91.129 | 108.156.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.91.33 | 108.156.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.91.59 | 108.156.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.66.122.116 | 18.66.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.122.16 | 18.66.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.122.20 | 18.66.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.122.61 | 18.66.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- registrar:gandi
- Organization
- —
- Contact emails
- —
Subdomains
44 observed subdomains of luko.eu.
Showing 25 of 44. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from luko.eu in the public web crawl.
202 sites link to this hostname.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for luko.eu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.allianz.com |
| SPF_INCLUDE | spf.autopilothq.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_MX | luko.eu |
Related pages
Pivot deeper into the graph from luko.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "luko.eu"})-[: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.