Skip to content

Hostname

techinfo.com.ua

Last fetched

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

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
104.21.20.39104.21.16.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.191.79172.67.176.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
188.114.96.6188.114.96.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
188.114.97.6188.114.97.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

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

Subdomains

1 observed subdomain of techinfo.com.ua.

Web-graph footprint

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

34 sites link to this hostname.

Threat posture

History

Related pages

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

Cypher and MCP

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

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