Skip to content

Hostname

admin.wallet.gov.sg

Last fetched

admin.wallet.gov.sg resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · admin.wallet.gov.sgRouting diversity1.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/admin.wallet.gov.sg

Resolution chain

admin.wallet.gov.sg resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
52.85.31.2752.85.43.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.31.4852.85.43.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.31.7352.85.43.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.31.8152.85.43.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with admin.wallet.gov.sg in WhisperGraph.

Subdomains

2 observed subdomains of admin.wallet.gov.sg.

Threat posture

History

Related pages

Pivot deeper into the graph from admin.wallet.gov.sg.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "admin.wallet.gov.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.