Hostname
sla.org.sg
Last fetched
sla.org.sg resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
sla.org.sg resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.32.251.126 | 13.32.250.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.32.251.19 | 13.32.250.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.32.251.29 | 13.32.250.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.32.251.89 | 13.32.250.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.33.67.114 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.4 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.7 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.99 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with sla.org.sg in WhisperGraph.
Subdomains
2 observed subdomains of sla.org.sg.
| Subdomain |
|---|
| mgmt.sla.org.sg |
| www.sla.org.sg |
Web-graph footprint
Distinct hostnames that link to or from sla.org.sg in the public web crawl.
64 sites link to this hostname.
6 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for sla.org.sg.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | zcsend.net |
| SPF_IP | 124.6.63.38 |
Related pages
Pivot deeper into the graph from sla.org.sg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sla.org.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.