Skip to content

Hostname

logtec.com.mx

Last fetched

logtec.com.mx resolves to 2 IPv4 addresses operated by GOOGLE-CLOUD-PLATFORM - Google LLC in US.

Nutrition Label

WHISPER CANON · logtec.com.mxRouting diversity2.4/10Peering density2.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/logtec.com.mx

Resolution chain

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

IPPrefixASNOperatorCountry
104.155.134.146104.155.128.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
200.57.178.145200.57.176.0/21AS19373MX

WHOIS identity

No WHOIS records are currently associated with logtec.com.mx in WhisperGraph.

Subdomains

4 observed subdomains of logtec.com.mx.

Web-graph footprint

Distinct hostnames that link to or from logtec.com.mx in the public web crawl.

9 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from logtec.com.mx.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "logtec.com.mx"})-[: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.