Hostname
jas.dk
Last fetched
jas.dk resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
jas.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 |
|---|---|---|---|---|
| 85.10.220.233 | 85.10.192.0/18 | AS24940 | — | DE |
WHOIS identity
- Registrar
- —
- Organization
- jas.dk aps
- Contact emails
Subdomains
2 observed subdomains of jas.dk.
| Subdomain |
|---|
| test.jas.dk |
| www.jas.dk |
Web-graph footprint
Distinct hostnames that link to or from jas.dk in the public web crawl.
6 sites link to this hostname.
31 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 jas.dk.
| Mechanism | Target |
|---|---|
| SPF_A | jas.dk |
| SPF_INCLUDE | _spf.odoo.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 136.243.22.210 |
| SPF_IP | 2a01:4f8:211:13d1:0:0:0:2 |
| SPF_MX | jas.dk |
Related pages
Pivot deeper into the graph from jas.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jas.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.