Hostname
cems.celcom.com.my
Last fetched
cems.celcom.com.my resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.
Nutrition Label
Resolution chain
cems.celcom.com.my resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.251.236.133 | 13.250.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.143.113.67 | 18.142.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 52.74.244.141 | 52.74.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
WHOIS identity
No WHOIS records are currently associated with cems.celcom.com.my in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for cems.celcom.com.my.
| Mechanism | Target |
|---|---|
| SPF_A | cems.celcom.com.my |
| SPF_INCLUDE | mailgun.org |
| SPF_IP | 116.51.13.84 |
| SPF_IP | 13.213.100.219 |
| SPF_IP | 18.138.47.40 |
| SPF_IP | 18.140.240.44 |
| SPF_IP | 18.142.92.156 |
| SPF_IP | 202.136.165.82 |
| SPF_IP | 52.220.122.71 |
| SPF_IP | 52.76.34.224 |
| SPF_IP | 54.179.103.78 |
| SPF_IP | 54.254.21.30 |
| SPF_IP | 58.65.27.52 |
| SPF_IP | 8.139.69.136 |
| SPF_MX | cems.celcom.com.my |
Related pages
Pivot deeper into the graph from cems.celcom.com.my.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cems.celcom.com.my"})-[: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.