Skip to content

Hostname

dsta.gov.sg

Last fetched

dsta.gov.sg resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.

Nutrition Label

WHISPER CANON · dsta.gov.sgRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint5.6/10canon.whisper.security/host/dsta.gov.sg

Resolution chain

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

IPPrefixASNOperatorCountry
13.215.110.16313.214.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SG
18.142.191.418.142.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SG
52.76.28.9752.76.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.SG

WHOIS identity

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

Subdomains

11 observed subdomains of dsta.gov.sg.

Web-graph footprint

Distinct hostnames that link to or from dsta.gov.sg in the public web crawl.

147 sites link to this hostname.

31 sites linked to from this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

4 SPF mechanisms authorising senders for dsta.gov.sg.

MechanismTarget
SPF_IP103.138.77.10
SPF_IP103.138.77.9
SPF_IP61.16.101.1
SPF_MXdsta.gov.sg

Related pages

Pivot deeper into the graph from dsta.gov.sg.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "dsta.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.