Hostname
sg.accessplus.com.sg
Last fetched
sg.accessplus.com.sg resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU.
Nutrition Label
Resolution chain
sg.accessplus.com.sg resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.175.96.108 | 3.175.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.175.96.122 | 3.175.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.175.96.127 | 3.175.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.175.96.19 | 3.175.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 52.85.61.108 | 52.85.61.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.61.111 | 52.85.61.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.61.113 | 52.85.61.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.61.121 | 52.85.61.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.230.62.101 | 54.230.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 54.230.62.60 | 54.230.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 54.230.62.71 | 54.230.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 54.230.62.95 | 54.230.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
WHOIS identity
No WHOIS records are currently associated with sg.accessplus.com.sg in WhisperGraph.
Subdomains
5 observed subdomains of sg.accessplus.com.sg.
| Subdomain |
|---|
| com.sg.accessplus.com.sg |
Showing 1 of 5. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from sg.accessplus.com.sg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sg.accessplus.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.