Hostname
designlight.nu
Last fetched
designlight.nu resolves to 2 IPv4 addresses operated by GLOBALCONNECT-AS31027 in DK.
Nutrition Label
Resolution chain
designlight.nu 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 |
|---|---|---|---|---|
| 152.115.36.100 | 152.115.32.0/19 | AS31027 | GLOBALCONNECT-AS31027 | DK |
| 70.34.219.97 | 70.34.192.0/19 | AS20473 | AS-VULTR - The Constant Company, LLC | SE |
WHOIS identity
No WHOIS records are currently associated with designlight.nu in WhisperGraph.
Subdomains
2 observed subdomains of designlight.nu.
| Subdomain |
|---|
| cdn.designlight.nu |
| www.designlight.nu |
Web-graph footprint
Distinct hostnames that link to or from designlight.nu in the public web crawl.
30 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for designlight.nu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.bedrock.lime-technologies.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 2a01:111:f403:c202::4/96 |
Related pages
Pivot deeper into the graph from designlight.nu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "designlight.nu"})-[: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.