Hostname
uob.com
Last fetched
uob.com resolves to 4 IPv4 addresses operated by AS4637 in SG. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
uob.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
- ******** ********
- Contact emails
Subdomains
10 observed subdomains of uob.com.
Web-graph footprint
Distinct hostnames that link to or from uob.com in the public web crawl.
8 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Related pages
Pivot deeper into the graph from uob.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uob.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.