Hostname
sim.edu.sg
Last fetched
sim.edu.sg resolves to 10 IPv4 addresses operated by AS20940 in SG. WHOIS lists registrar:singnet pte ltd as the registrar.
Nutrition Label
Resolution chain
sim.edu.sg resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.88.70.208 | 104.88.70.0/24 | AS20940 | — | SG |
| 104.88.70.251 | 104.88.70.0/24 | AS20940 | — | SG |
| 13.35.58.128 | 13.35.58.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.35.58.20 | 13.35.58.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.35.58.5 | 13.35.58.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.35.58.84 | 13.35.58.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.155.107.44 | 18.155.106.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.155.107.5 | 18.155.106.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.155.107.7 | 18.155.106.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.155.107.88 | 18.155.106.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
- Registrar
- registrar:singnet pte ltd
- Organization
- singapore institute of management (sgnic-orgsi130499)
- Contact emails
- —
Subdomains
119 observed subdomains of sim.edu.sg.
Showing 25 of 119. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from sim.edu.sg in the public web crawl.
1,137 sites link to this hostname.
442 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for sim.edu.sg.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-a.sim.edu.sg |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 149.96.220.2/32 |
| SPF_IP | 15.223.142.138 |
| SPF_IP | 18.132.189.127 |
| SPF_IP | 18.197.43.76/32 |
| SPF_IP | 20.47.149.138/32 |
| SPF_IP | 35.157.192.122/32 |
Related pages
Pivot deeper into the graph from sim.edu.sg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sim.edu.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.