Hostname
careerjet.de
Last fetched
careerjet.de resolves to 3 IPv4 addresses operated by AS15830 in FR.
Nutrition Label
Resolution chain
careerjet.de resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 193.164.202.147 | 193.164.202.0/24 | AS15830 | — | FR |
| 193.164.202.148 | 193.164.202.0/24 | AS15830 | — | FR |
| 193.164.202.149 | 193.164.202.0/24 | AS15830 | — | FR |
WHOIS identity
No WHOIS records are currently associated with careerjet.de in WhisperGraph.
Subdomains
1 observed subdomain of careerjet.de.
| Subdomain |
|---|
| www.careerjet.de |
Web-graph footprint
Distinct hostnames that link to or from careerjet.de in the public web crawl.
395 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for careerjet.de.
| Mechanism | Target |
|---|---|
| SPF_IP | 193.164.202.22 |
| SPF_IP | 193.164.202.23 |
| SPF_MX | careerjet.de |
Related pages
Pivot deeper into the graph from careerjet.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "careerjet.de"})-[: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.