Hostname
andreasjusten.com
Last fetched
andreasjusten.com resolves to 1 IPv4 address operated by AS749 in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
andreasjusten.com 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 |
|---|---|---|---|---|
| 22.33.44.55 | 22.0.0.0/8 | AS749 | — | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- andreas justen
- Contact emails
- andreas.justen@gmail.com
- 0135bd2e-4e6d-4925-abcc-6c5556885902@identity-protect.org
- 19f3cf98-dc90-4933-b291-21fc9a72bcf5@identity-protect.org
- 1df58c54-e092-4dd4-a29b-025a15e3cc46@identity-protect.org
- 5e55ab45-627e-4d5d-82f5-f716c27a3f48@identity-protect.org
- 8339a737-16a1-48e8-a068-34bab1f85ee1@identity-protect.org
- ab603bfd-747e-4335-aafa-127dc1cbbcae@identity-protect.org
- e3a1a3e0-b574-4db9-9c44-9eb551c1fa92@identity-protect.org
Subdomains
5 observed subdomains of andreasjusten.com.
| Subdomain |
|---|
| elfe-dev.andreasjusten.com |
Showing 1 of 5. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from andreasjusten.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "andreasjusten.com"})-[: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.