Skip to content

Hostname

ns8.sirayatech.com

Last fetched

ns8.sirayatech.com resolves to 3 IPv4 addresses operated by UNICOM-GUANGZHOU-IDC China Unicom Guangdong IP network in CN.

Nutrition Label

WHISPER CANON · ns8.sirayatech.comRouting diversity3.0/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/ns8.sirayatech.com

Resolution chain

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

IPPrefixASNOperatorCountry
163.177.5.79163.177.5.0/24AS136958UNICOM-GUANGZHOU-IDC China Unicom Guangdong IP networkCN
220.196.136.75220.196.136.0/24AS140979UNICOM-SHFT-IDC China Unicom Shanghai FuTe IDC networkCN
43.161.3.7543.161.0.0/18AS132203TENCENT-NET-AP-CN Tencent Building, Kejizhongyi AvenueJP

WHOIS identity

No WHOIS records are currently associated with ns8.sirayatech.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from ns8.sirayatech.com.

Cypher and MCP

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

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