Hostname
olddance.org
Last fetched
olddance.org resolves to 2 IPv4 addresses operated by DWRK-IN Directorate of Wheat Research, Karnal in UA. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
olddance.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 |
|---|---|---|---|---|
| 185.67.1.214 | 185.67.1.0/24 | AS196645 | DWRK-IN Directorate of Wheat Research, Karnal | UA |
| 194.180.10.23 | 194.180.10.0/24 | AS196645 | DWRK-IN Directorate of Wheat Research, Karnal | UA |
WHOIS identity
- Registrar
- iana:69
- Organization
- olddance_org
- Contact emails
Subdomains
17 observed subdomains of olddance.org.
Web-graph footprint
Distinct hostnames that link to or from olddance.org in the public web crawl.
14 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for olddance.org.
| Mechanism | Target |
|---|---|
| SPF_A | olddance.org |
| SPF_IP | 193.169.188.230 |
| SPF_IP | 194.180.10.23 |
| SPF_MX | olddance.org |
Related pages
Pivot deeper into the graph from olddance.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "olddance.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.