Hostname
ka-projects.lu
Last fetched
ka-projects.lu resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
ka-projects.lu 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 |
|---|---|---|---|---|
| 116.203.3.135 | 116.203.0.0/16 | AS24940 | — | DE |
| 78.47.100.148 | 78.46.0.0/15 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with ka-projects.lu in WhisperGraph.
Subdomains
1 observed subdomain of ka-projects.lu.
| Subdomain |
|---|
| www.ka-projects.lu |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for ka-projects.lu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from ka-projects.lu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ka-projects.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.