Hostname
www2006.org
Last fetched
www2006.org resolves to 2 IPv4 addresses operated by JANET - Jisc Services Limited in GB. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
www2006.org 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 |
|---|---|---|---|---|
| 152.78.68.160 | 152.89.12.0/22 | AS786 | JANET - Jisc Services Limited | GB |
| 162.215.96.98 | 162.216.143.0/24 | AS46606 | UNIFIEDLAYER-AS-1 - Unified Layer | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- iw3c2
- Contact emails
Subdomains
3 observed subdomains of www2006.org.
Web-graph footprint
Distinct hostnames that link to or from www2006.org in the public web crawl.
124 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for www2006.org.
| Mechanism | Target |
|---|---|
| SPF_A | www2006.org |
| SPF_INCLUDE | websitewelcome.com |
| SPF_MX | www2006.org |
Related pages
Pivot deeper into the graph from www2006.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www2006.org"})-[: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.