Hostname
mess.org
Last fetched
mess.org resolves to 2 IPv4 addresses operated by ZEN-AS - Zen Internet Ltd in GB. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
mess.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 |
|---|---|---|---|---|
| 88.97.38.141 | 88.97.0.0/18 | AS13037 | ZEN-AS - Zen Internet Ltd | GB |
| 92.243.27.206 | 92.243.0.0/19 | AS203476 | GANDI-AS-2 - GANDI SAS | FR |
WHOIS identity
- Registrar
- iana:81
- Organization
- sean young
- Contact emails
Subdomains
2 observed subdomains of mess.org.
| Subdomain |
|---|
| gofer.mess.org |
| www.mess.org |
Web-graph footprint
Distinct hostnames that link to or from mess.org in the public web crawl.
216 sites link to this hostname.
23 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for mess.org.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{l}.user.spf.mess.org |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | twitter.com |
| SPF_MX | mess.org |
Related pages
Pivot deeper into the graph from mess.org.
- IP · 88.97.38.141
- ASN · AS13037ZEN-AS - Zen Internet Ltd
- Registrar · iana:81
- Country · GB
- Email · sean.young.nl@gmail.com
- TLD · .org
- Browse hostnames · me…
- 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: "mess.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.