Hostname
gls.my
Last fetched
gls.my resolves to 2 IPv4 addresses operated by AS46015 in MY.
Nutrition Label
Resolution chain
gls.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.199.184 | 103.7.33.0/24 | AS46015 | — | MY |
| 117.53.152.239 | 117.54.119.0/24 | AS46015 | — | MY |
WHOIS identity
No WHOIS records are currently associated with gls.my in WhisperGraph.
Subdomains
1 observed subdomain of gls.my.
| Subdomain |
|---|
| mail.gls.my |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for gls.my.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from gls.my.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gls.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.