Hostname
udvikling.nu
Last fetched
udvikling.nu resolves to 2 IPv4 addresses operated by AS200719 in US.
Nutrition Label
Resolution chain
udvikling.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 |
|---|---|---|---|---|
| 185.51.1.136 | 185.51.0.0/22 | AS200719 | — | US |
| 192.71.12.60 | 192.71.12.0/24 | AS42708 | — | SE |
WHOIS identity
No WHOIS records are currently associated with udvikling.nu in WhisperGraph.
Subdomains
2 observed subdomains of udvikling.nu.
| Subdomain |
|---|
| mx.udvikling.nu |
| www.udvikling.nu |
Web-graph footprint
Distinct hostnames that link to or from udvikling.nu in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for udvikling.nu.
| Mechanism | Target |
|---|---|
| SPF_A | udvikling.nu |
| SPF_MX | udvikling.nu |
Related pages
Pivot deeper into the graph from udvikling.nu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "udvikling.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.