Skip to content

Hostname

data.gov.ua

Last fetched

data.gov.ua resolves to 5 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · data.gov.uaRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/data.gov.ua

Resolution chain

data.gov.ua resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.18.26.66104.18.16.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.18.27.66104.18.16.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.65.90.64172.65.80.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.65.90.65172.65.80.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
195.189.240.242195.189.240.0/24AS212542UA

WHOIS identity

No WHOIS records are currently associated with data.gov.ua in WhisperGraph.

Subdomains

14 observed subdomains of data.gov.ua.

Web-graph footprint

Distinct hostnames that link to or from data.gov.ua in the public web crawl.

1,858 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for data.gov.ua.

MechanismTarget
SPF_IP195.78.69.144
SPF_MXdata.gov.ua

Related pages

Pivot deeper into the graph from data.gov.ua.

Cypher and MCP

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

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