Hostname
managedns.org
Last fetched
managedns.org resolves to 2 IPv4 addresses operated by AS-DEVEREUX - The Devereux Foundation in US. WHOIS lists iana:1250 as the registrar.
Nutrition Label
Resolution chain
managedns.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 |
|---|---|---|---|---|
| 67.15.253.252 | 67.15.0.0/16 | AS36351 | AS-DEVEREUX - The Devereux Foundation | US |
| 74.52.140.84 | 0.0.0.0/0 | AS64073 | DCPL-IN DEV COLLECTION PRIVATE LIMITED | US |
WHOIS identity
- Registrar
- iana:1250
- Organization
- managedns
- Contact emails
Subdomains
609 observed subdomains of managedns.org.
Showing 25 of 609. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from managedns.org in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for managedns.org.
| Mechanism | Target |
|---|---|
| SPF_A | spf.connectreseller.com |
| SPF_A | zimbra.managedns.org |
| SPF_INCLUDE | amazonses.com |
| SPF_IP | 23.226.120.104 |
| SPF_IP | 23.226.120.191 |
| SPF_IP | 23.226.120.192 |
Related pages
Pivot deeper into the graph from managedns.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "managedns.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.