Skip to content

Hostname

chat.sinopec.com

Last fetched

chat.sinopec.com resolves to 2 IPv4 addresses operated by CHINANET-BACKBONE No.31,Jin-rong Street in CN.

Nutrition Label

WHISPER CANON · chat.sinopec.comRouting diversity2.4/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/chat.sinopec.com

Resolution chain

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

IPPrefixASNOperatorCountry
1.180.19.241.180.0.0/14AS4134CHINANET-BACKBONE No.31,Jin-rong StreetCN
111.56.240.24111.56.240.0/21AS9808CHINAMOBILE-CN China Mobile Communications Group Co., Ltd.CN

WHOIS identity

No WHOIS records are currently associated with chat.sinopec.com in WhisperGraph.

Subdomains

1 observed subdomain of chat.sinopec.com.

Threat posture

History

Related pages

Pivot deeper into the graph from chat.sinopec.com.

Cypher and MCP

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

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