Hostname
ecda.gov.sg
Last fetched
ecda.gov.sg resolves to 7 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.
Nutrition Label
Resolution chain
ecda.gov.sg resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.215.110.163 | 13.214.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 13.251.180.0 | 13.250.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.142.191.4 | 18.142.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 35.201.83.130 | 35.200.0.0/15 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
| 52.76.28.97 | 52.76.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 54.151.226.24 | 54.151.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 54.251.88.218 | 54.251.64.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
WHOIS identity
No WHOIS records are currently associated with ecda.gov.sg in WhisperGraph.
Subdomains
18 observed subdomains of ecda.gov.sg.
Web-graph footprint
Distinct hostnames that link to or from ecda.gov.sg in the public web crawl.
318 sites link to this hostname.
95 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for ecda.gov.sg.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | gpc.gov.sg |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | support.gov.sg |
Related pages
Pivot deeper into the graph from ecda.gov.sg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ecda.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.