Hostname
keup.lu
Last fetched
keup.lu resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
keup.lu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.123.194.112 | 3.120.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with keup.lu in WhisperGraph.
Subdomains
3 observed subdomains of keup.lu.
Web-graph footprint
Distinct hostnames that link to or from keup.lu in the public web crawl.
7 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for keup.lu.
| Mechanism | Target |
|---|---|
| SPF_A | gaia.qiubits.eu |
| SPF_A | ip-213-135-243-122.static.luxdsl.pt.lu |
| SPF_A | keup.lu |
| SPF_A | kronos.qiubits.eu |
| SPF_A | mailout1.pt.lu |
| SPF_A | mailout2.pt.lu |
| SPF_A | mailout3.pt.lu |
| SPF_A | mailout4.pt.lu |
| SPF_A | smtp.pt.lu |
| SPF_INCLUDE | em253.keup.lu |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | relay.qiubits.lu |
| SPF_IP | 85.93.211.160/27 |
| SPF_MX | keup.lu |
Related pages
Pivot deeper into the graph from keup.lu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "keup.lu"})-[: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.