Hostname
jobnet.dk
Last fetched
jobnet.dk resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
jobnet.dk 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 |
|---|---|---|---|---|
| 128.140.25.84 | 128.140.0.0/17 | AS24940 | — | DE |
| 91.236.122.128 | 91.236.122.0/24 | AS20546 | — | DE |
WHOIS identity
- Registrar
- —
- Organization
- statens it
- Contact emails
Subdomains
31 observed subdomains of jobnet.dk.
Showing 25 of 31. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from jobnet.dk in the public web crawl.
354 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for jobnet.dk.
| Mechanism | Target |
|---|---|
| SPF_IP | 10.171.0.0/16 |
| SPF_IP | 10.20.0.0/16 |
| SPF_IP | 131.165.22.81 |
| SPF_IP | 131.165.62.20 |
| SPF_IP | 131.165.62.48 |
| SPF_IP | 131.165.62.62 |
| SPF_IP | 131.165.62.7 |
| SPF_IP | 131.165.67.22/32 |
| SPF_IP | 131.165.97.149 |
| SPF_IP | 142.132.234.181 |
Related pages
Pivot deeper into the graph from jobnet.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jobnet.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.