Hostname
mca.org.my
Last fetched
mca.org.my resolves to 2 IPv4 addresses operated by AS132890 in MY.
Nutrition Label
Resolution chain
mca.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.179.131.85 | 103.179.131.0/24 | AS132890 | — | MY |
| 121.121.0.221 | 121.121.0.0/16 | AS9534 | — | MY |
WHOIS identity
- Registrar
- —
- Organization
- (1047/50)
- Contact emails
- —
Subdomains
17 observed subdomains of mca.org.my.
Web-graph footprint
Distinct hostnames that link to or from mca.org.my in the public web crawl.
157 sites link to this hostname.
47 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for mca.org.my.
| Mechanism | Target |
|---|---|
| SPF_IP | 103.179.131.66 |
| SPF_IP | 103.179.131.70 |
| SPF_IP | 121.121.0.218 |
| SPF_IP | 121.121.0.219 |
Related pages
Pivot deeper into the graph from mca.org.my.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mca.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.