Hostname
uob.com.sg
Last fetched
uob.com.sg resolves to 4 IPv4 addresses operated by AS4637 in SG. WHOIS lists registrar:ip mirror pte ltd as the registrar.
Nutrition Label
Resolution chain
uob.com.sg 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
- registrar:ip mirror pte ltd
- Organization
- united overseas bank limited (sgnic-orgun113955)
- Contact emails
- —
Subdomains
64 observed subdomains of uob.com.sg.
Showing 25 of 64. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from uob.com.sg in the public web crawl.
729 sites link to this hostname.
86 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for uob.com.sg.
| Mechanism | Target |
|---|---|
| SPF_IP | 203.116.233.50 |
| SPF_IP | 203.126.11.50 |
| SPF_IP | 203.126.11.51 |
| SPF_IP | 203.126.11.55 |
| SPF_IP | 203.126.11.56 |
| SPF_IP | 203.126.11.68 |
| SPF_IP | 203.126.11.69 |
| SPF_IP | 203.126.11.70 |
| SPF_IP | 203.126.11.71 |
| SPF_MX | uob.com.sg |
Related pages
Pivot deeper into the graph from uob.com.sg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uob.com.sg"})-[: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.