Hostname
kuro.com.ph
Last fetched
kuro.com.ph resolves to 3 IPv4 addresses operated by AS18106 in SG.
Nutrition Label
Resolution chain
kuro.com.ph 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 |
|---|---|---|---|---|
| 202.55.90.195 | 202.55.64.0/19 | AS18106 | — | SG |
| 202.90.158.89 | 202.90.128.0/19 | AS9821 | — | PH |
| 202.91.163.99 | 202.91.163.0/24 | AS17452 | — | PH |
WHOIS identity
No WHOIS records are currently associated with kuro.com.ph in WhisperGraph.
Subdomains
3 observed subdomains of kuro.com.ph.
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from kuro.com.ph.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kuro.com.ph"})-[: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.