Hostname
ipsb.com.my
Last fetched
ipsb.com.my resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in MY.
Nutrition Label
Resolution chain
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 ipsb.com.my in WhisperGraph.
Subdomains
32 observed subdomains of ipsb.com.my.
Showing 23 of 32. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ipsb.com.my in the public web crawl.
62 sites link to this hostname.
161 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for ipsb.com.my.
| Mechanism | Target |
|---|---|
| SPF_A | 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 | ipsb.com.my |
Related pages
Pivot deeper into the graph from ipsb.com.my.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "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.