Skip to content

Hostname

chronos.com.mx

Last fetched

chronos.com.mx resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US.

Nutrition Label

WHISPER CANON · chronos.com.mxRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/chronos.com.mx

Resolution chain

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

IPPrefixASNOperatorCountry
165.232.141.159165.232.128.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
54.200.150.2354.200.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

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

Subdomains

8 observed subdomains of chronos.com.mx.

Web-graph footprint

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

54 sites link to this hostname.

59 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for chronos.com.mx.

MechanismTarget
SPF_Achronos.com.mx
SPF_INCLUDE_spf.google.com
SPF_INCLUDEspf.masterbase.com
SPF_MXchronos.com.mx

Related pages

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

Cypher and MCP

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

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