Skip to content

Hostname

s.taou.com

Last fetched

s.taou.com resolves to 13 IPv4 addresses operated by CHINATELECOM-HEBEI-LANGFANG-IDC Langfang,Hebei province, P.R.China in CN.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
111.225.213.41111.225.213.0/24AS58539CHINATELECOM-HEBEI-LANGFANG-IDC Langfang,Hebei province, P.R.ChinaCN
119.167.237.41119.164.0.0/14AS4837CHINA169-BACKBONE CHINA UNICOM China169 BackboneCN
123.235.30.41123.232.0.0/14AS4837CHINA169-BACKBONE CHINA UNICOM China169 BackboneCN
171.109.97.41171.109.96.0/20AS138169ASEAN-INTERNATIONAL-INFORMATION-GARDEN-IDC China TelecomCN
171.214.23.41171.208.0.0/12AS4134CHINANET-BACKBONE No.31,Jin-rong StreetCN
175.12.90.41175.12.64.0/18AS151823CT-CENTRALSOUTH-CHINA-IIP China TelecomCN
180.97.198.41180.97.198.0/23AS140292CHINATELECOM-JIANGSU-SUZHOU-5G-NETWORK CHINATELECOM Jiangsu province Suzhou 5G networkCN
182.106.158.41182.106.152.0/21AS139201CHINANET-JIANGXI-JIUJIANG-IDC Jiangxi Jiujiang IDCCN
182.242.212.41182.242.208.0/21AS134766CHINANET-YUNNAN-IDC2 CHINANET Yunnan province IDC2 networkCN
183.60.227.41183.60.224.0/21AS134763CT-DONGGUAN-IDC CHINANET Guangdong province networkCN
219.151.25.41219.151.0.0/19AS4134CHINANET-BACKBONE No.31,Jin-rong StreetCN
27.128.217.4127.128.208.0/20AS58539CHINATELECOM-HEBEI-LANGFANG-IDC Langfang,Hebei province, P.R.ChinaCN
60.164.7.4160.164.7.0/24AS141998CHINANET-LANZHOU-IDC China TelecomCN

WHOIS identity

No WHOIS records are currently associated with s.taou.com in WhisperGraph.

Web-graph footprint

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

10 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from s.taou.com.

Cypher and MCP

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

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