Hostname
j4nk.dev
Last fetched
j4nk.dev resolves to 1 IPv4 address operated by AS202053 in SE. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
j4nk.dev 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 |
|---|---|---|---|---|
| 95.111.205.191 | 95.111.204.0/22 | AS202053 | — | SE |
WHOIS identity
- Registrar
- iana:269
- Organization
- c/o whoisproxy.com
- Contact emails
Subdomains
16 observed subdomains of j4nk.dev.
Web-graph footprint
Distinct hostnames that link to or from j4nk.dev in the public web crawl.
66 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- j4nk.dev
SPF policy
2 SPF mechanisms authorising senders for j4nk.dev.
| Mechanism | Target |
|---|---|
| SPF_IP | 2a04:3541:8000:1000:9013:bcff:feae:7a28 |
| SPF_IP | 95.111.205.191 |
Related pages
Pivot deeper into the graph from j4nk.dev.
- IP · 95.111.205.191
- ASN · AS202053
- Registrar · iana:269
- Country · SE
- Email · 15f8af91e4800c2fe36976f4a974669a194cea041e13bc4d7602376a6937468a@j4nk.dev.whoisproxy.org
- TLD · .dev
- Browse hostnames · j4…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "j4nk.dev"})-[: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.