Skip to content

Hostname

cinctec.com

Last fetched

cinctec.com resolves to 2 IPv4 addresses operated by SOFTLAYER - IBM Cloud in US. WHOIS lists iana:3254 as the registrar.

Nutrition Label

WHISPER CANON · cinctec.comRouting diversity2.4/10Peering density7.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/cinctec.com

Resolution chain

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

IPPrefixASNOperatorCountry
198.46.238.186198.46.232.0/21AS36352SOFTLAYER - IBM CloudUS
208.91.112.55208.91.112.0/24AS40934TRIANGLE-COMMUNICATIONS - Triangle CommunicationsUS
208.91.112.55208.91.112.0/24AS40934TRIANGLE-COMMUNICATIONS - Triangle CommunicationsCA

WHOIS identity

Registrar
iana:3254
Organization
shanghai xingke high purity solvents co.
Contact emails

Subdomains

2 observed subdomains of cinctec.com.

Web-graph footprint

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

9 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from cinctec.com.

Cypher and MCP

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

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