Hostname
msn.org.my
Last fetched
msn.org.my resolves to 2 IPv4 addresses operated by EXABYTES-AS-AP - Exa Bytes Network Sdn.Bhd. in MY.
Nutrition Label
Resolution chain
msn.org.my resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.6.196.214 | 103.6.196.0/24 | AS46015 | EXABYTES-AS-AP - Exa Bytes Network Sdn.Bhd. | MY |
| 110.4.45.172 | 110.4.45.0/24 | AS46015 | EXABYTES-AS-AP - Exa Bytes Network Sdn.Bhd. | MY |
WHOIS identity
No WHOIS records are currently associated with msn.org.my in WhisperGraph.
Subdomains
10 observed subdomains of msn.org.my.
Web-graph footprint
Distinct hostnames that link to or from msn.org.my in the public web crawl.
36 sites link to this hostname.
19 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for msn.org.my.
| Mechanism | Target |
|---|---|
| SPF_A | msn.org.my |
| SPF_INCLUDE | se.mschosting.online |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 103.6.196.214 |
| SPF_MX | msn.org.my |
Related pages
Pivot deeper into the graph from msn.org.my.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "msn.org.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.