Hostname
jets.dk
Last fetched
jets.dk resolves to 1 IPv4 address operated by ARMOUR-AS - Armour Cloud, LLC in US.
Nutrition Label
Resolution chain
jets.dk 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 |
|---|---|---|---|---|
| 209.250.6.236 | 209.250.6.0/24 | AS10489 | ARMOUR-AS - Armour Cloud, LLC | US |
WHOIS identity
- Registrar
- —
- Organization
- john allan raahauge
- Contact emails
- —
Subdomains
1 observed subdomain of jets.dk.
| Subdomain |
|---|
| www.jets.dk |
Web-graph footprint
Distinct hostnames that link to or from jets.dk in the public web crawl.
506 sites link to this hostname.
460 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for jets.dk.
| Mechanism | Target |
|---|---|
| SPF_A | mail.avitop.com |
| SPF_A | ns1.avitop.com |
| SPF_A | ns2.avitop.com |
| SPF_A | run2.avitop.com |
| SPF_A | serv2.avitop.com |
| SPF_INCLUDE | aspmx.googlemail.com |
Related pages
Pivot deeper into the graph from jets.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jets.dk"})-[: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.