Skip to content

Hostname

reticon.org

Last fetched

reticon.org resolves to 2 IPv4 addresses operated by IONOS-AS - IONOS SE in FR. WHOIS lists iana:151 as the registrar.

Nutrition Label

WHISPER CANON · reticon.orgRouting diversity2.4/10Peering density5.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/reticon.org

Resolution chain

reticon.org resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
217.160.176.74217.160.0.0/16AS8560IONOS-AS - IONOS SEFR
85.215.252.9085.215.128.0/17AS8560IONOS-AS - IONOS SEDE

WHOIS identity

Registrar
iana:151
Organization
martin ragg
Contact emails

Subdomains

1 observed subdomain of reticon.org.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for reticon.org.

MechanismTarget
SPF_Ahorreum.info
SPF_Areticon.org
SPF_MXreticon.org

Related pages

Pivot deeper into the graph from reticon.org.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "reticon.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.