Hostname
gamuda.com.my
Last fetched
gamuda.com.my resolves to 1 IPv4 address operated by GOOGLE-CLOUD-PLATFORM - Google LLC in US.
Nutrition Label
Resolution chain
gamuda.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 |
|---|---|---|---|---|
| 34.54.82.193 | 34.32.0.0/11 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
No WHOIS records are currently associated with gamuda.com.my in WhisperGraph.
Subdomains
62 observed subdomains of gamuda.com.my.
Showing 25 of 62. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from gamuda.com.my in the public web crawl.
168 sites link to this hostname.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
28 SPF mechanisms authorising senders for gamuda.com.my.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-dc10.sapsf.com |
| SPF_INCLUDE | _spf-dc44.sapsf.com |
| SPF_INCLUDE | au._netblocks.mimecast.com |
| SPF_INCLUDE | mail.meanalyticsplus.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 108.177.8.0/21 |
| SPF_IP | 108.177.96.0/19 |
| SPF_IP | 172.217.0.0/19 |
| SPF_IP | 172.217.128.0/19 |
| SPF_IP | 172.217.160.0/20 |
| SPF_IP | 172.217.192.0/19 |
| SPF_IP | 172.217.32.0/20 |
| SPF_IP | 172.253.112.0/20 |
| SPF_IP | 172.253.56.0/21 |
| SPF_IP | 173.194.0.0/16 |
| SPF_IP | 2001:4860:4000::/36 |
| SPF_IP | 209.85.128.0/17 |
| SPF_IP | 209.85.217.69 |
| SPF_IP | 216.239.32.0/19 |
| SPF_IP | 216.58.192.0/19 |
| SPF_IP | 2404:6800:4000::/36 |
| SPF_IP | 2607:f8b0:4000::/36 |
| SPF_IP | 2800:3f0:4000::/36 |
| SPF_IP | 2a00:1450:4000::0/36 |
| SPF_IP | 2c0f:fb50:4000::/36 |
| SPF_IP | 74.125.0.0/16 |
Related pages
Pivot deeper into the graph from gamuda.com.my.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gamuda.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.