Skip to content

Hostname

unit.com.ua

Last fetched

unit.com.ua resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · unit.com.uaRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/unit.com.ua

Resolution chain

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

IPPrefixASNOperatorCountry
104.21.0.160104.21.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.151.69172.67.144.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

No WHOIS records are currently associated with unit.com.ua in WhisperGraph.

Subdomains

3 observed subdomains of unit.com.ua.

Web-graph footprint

Distinct hostnames that link to or from unit.com.ua in the public web crawl.

7 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

10 SPF mechanisms authorising senders for unit.com.ua.

MechanismTarget
SPF_Amail.skysoft.com.ua
SPF_Amail.uni-tech.com.ua
SPF_Amx.medinfo.ua
SPF_INCLUDEgmail.com
SPF_IP193.193.192.34
SPF_IP193.239.153.55
SPF_IP62.244.31.35
SPF_IP62.244.31.38
SPF_MXmail.plategka.com
SPF_MXunit.com.ua

Related pages

Pivot deeper into the graph from unit.com.ua.

Cypher and MCP

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

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