Hostname
uobprvimiles.com
Last fetched
uobprvimiles.com resolves to 4 IPv4 addresses operated by AS4637 in SG. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
uobprvimiles.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 122.152.164.133 | 122.152.164.0/24 | AS4637 | — | SG |
| 203.116.108.133 | 203.116.108.0/24 | AS4657 | — | SG |
| 42.61.47.40 | 42.61.0.0/16 | AS3758 | — | SG |
| 61.8.33.40 | 61.8.33.0/24 | AS4637 | — | SG |
WHOIS identity
- Registrar
- iana:292
- Organization
- david soh eng hock
- Contact emails
Subdomains
1 observed subdomain of uobprvimiles.com.
| Subdomain |
|---|
| www.uobprvimiles.com |
Threat posture
History
Related pages
Pivot deeper into the graph from uobprvimiles.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uobprvimiles.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.