Hostname
digi.com.my
Last fetched
digi.com.my appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
digi.com.my has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- —
- Organization
- (201283-m)
- Contact emails
- —
Subdomains
261 observed subdomains of digi.com.my.
Showing 25 of 261. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from digi.com.my in the public web crawl.
463 sites link to this hostname.
31 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for digi.com.my.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf_c.oraclecloud.com |
| SPF_IP | 115.164.5.49 |
| SPF_IP | 116.197.25.112 |
| SPF_IP | 116.197.25.113 |
| SPF_IP | 149.72.80.177 |
| SPF_IP | 198.21.3.77 |
| SPF_IP | 203.92.129.27 |
| SPF_IP | 23.251.232.11 |
| SPF_IP | 23.251.232.7 |
| SPF_IP | 40.119.207.82 |
| SPF_IP | 52.139.234.228 |
Related pages
Pivot deeper into the graph from digi.com.my.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "digi.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.