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
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.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 163.177.5.79 | 163.177.5.0/24 | AS136958 | UNICOM-GUANGZHOU-IDC China Unicom Guangdong IP network | CN |
| 220.196.136.75 | 220.196.136.0/24 | AS140979 | UNICOM-SHFT-IDC China Unicom Shanghai FuTe IDC network | CN |
| 43.161.3.75 | 43.161.0.0/18 | AS132203 | TENCENT-NET-AP-CN Tencent Building, Kejizhongyi Avenue | JP |
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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.