Skip to content

Hostname

24.dn.ua

Last fetched

24.dn.ua resolves to 1 IPv4 address operated by AS196645 in UA.

Nutrition Label

WHISPER CANON · 24.dn.uaRouting diversity1.5/10Peering density2.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/24.dn.ua

Resolution chain

24.dn.ua resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
193.169.189.95193.176.64.0/22AS196645UA

WHOIS identity

No WHOIS records are currently associated with 24.dn.ua in WhisperGraph.

Subdomains

2 observed subdomains of 24.dn.ua.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for 24.dn.ua.

MechanismTarget
SPF_A24.dn.ua
SPF_IP193.169.189.95
SPF_MX24.dn.ua

Related pages

Pivot deeper into the graph from 24.dn.ua.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "24.dn.ua"})-[: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.