Hostname
mail.ipsb.com.my
Last fetched
mail.ipsb.com.my resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in MY.
Nutrition Label
Resolution chain
mail.ipsb.com.my resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 56.68.50.154 | 56.68.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
WHOIS identity
No WHOIS records are currently associated with mail.ipsb.com.my in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for mail.ipsb.com.my.
| Mechanism | Target |
|---|---|
| SPF_A | mail.ipsb.com.my |
| SPF_INCLUDE | 48092339.spf04.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 103.8.25.66 |
| SPF_IP | 103.8.25.67 |
| SPF_IP | 113.23.184.116 |
| SPF_IP | 163.47.203.201 |
| SPF_IP | 163.47.203.202 |
| SPF_IP | 163.47.203.76 |
| SPF_MX | mail.ipsb.com.my |
Related pages
Pivot deeper into the graph from mail.ipsb.com.my.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.ipsb.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.