Hostname
239junk.com
Last fetched
239junk.com resolves to 2 IPv4 addresses operated by WPX in GB. WHOIS lists iana:2487 as the registrar.
Nutrition Label
Resolution chain
239junk.com 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 |
|---|---|---|---|---|
| 194.1.147.21 | 194.1.147.0/24 | AS210250 | WPX | GB |
| 194.1.147.97 | 194.1.147.0/24 | AS210250 | WPX | GB |
WHOIS identity
- Registrar
- iana:2487
- Organization
- domain admin
- Contact emails
Subdomains
4 observed subdomains of 239junk.com.
Showing 3 of 4. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from 239junk.com in the public web crawl.
5 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for 239junk.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.protonmail.ch |
| SPF_MX | 239junk.com |
Related pages
Pivot deeper into the graph from 239junk.com.
- IP · 194.1.147.21
- ASN · AS210250WPX
- Registrar · iana:2487
- Country · GB
- Email · owner@239junk.com.customers.whoisprivacycorp.com
- TLD · .com
- Browse hostnames · 23…
- 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: "239junk.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.