Skip to content

Hostname

cpc104.com.tw

Last fetched

cpc104.com.tw resolves to 2 IPv4 addresses operated by AS6206 in US.

Nutrition Label

WHISPER CANON · cpc104.com.twRouting diversity1.5/10Peering density6.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/cpc104.com.tw

Resolution chain

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

WHOIS identity

No WHOIS records are currently associated with cpc104.com.tw in WhisperGraph.

Subdomains

2 observed subdomains of cpc104.com.tw.

Threat posture

History

Mail and authentication

MX records

  • cpc104.com.tw

SPF policy

4 SPF mechanisms authorising senders for cpc104.com.tw.

MechanismTarget
SPF_Acpc104.com.tw
SPF_IP192.142.3.19
SPF_IP192.142.3.3
SPF_MXcpc104.com.tw

Related pages

Pivot deeper into the graph from cpc104.com.tw.

Cypher and MCP

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

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