Skip to content

Hostname

acls.cpssoft.com

Last fetched

acls.cpssoft.com resolves to 2 IPv4 addresses operated by IDNIC-CPSSOFT-AS-ID PT Cipta Piranti Sejahtera in ID.

Nutrition Label

WHISPER CANON · acls.cpssoft.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/acls.cpssoft.com

Resolution chain

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

IPPrefixASNOperatorCountry
103.120.233.18103.120.233.0/24AS138045IDNIC-CPSSOFT-AS-ID PT Cipta Piranti SejahteraID
202.78.195.252202.78.195.0/24AS18059DTPNET-AS-AP DTPNET NAPID

WHOIS identity

No WHOIS records are currently associated with acls.cpssoft.com in WhisperGraph.

Web-graph footprint

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

Threat posture

History

Related pages

Pivot deeper into the graph from acls.cpssoft.com.

Cypher and MCP

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

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