Hostname
emaac.org
Last fetched
emaac.org resolves to 1 IPv4 address operated by AS55720 in MY. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
emaac.org 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 |
|---|---|---|---|---|
| 118.107.220.168 | 118.107.220.0/24 | AS55720 | — | MY |
WHOIS identity
- Registrar
- iana:303
- Organization
- exabytes network sdn bhd
- Contact emails
Subdomains
21 observed subdomains of emaac.org.
Web-graph footprint
Distinct hostnames that link to or from emaac.org in the public web crawl.
14 sites link to this hostname.
40 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- emaac.org
- mail.emaac.org
SPF policy
5 SPF mechanisms authorising senders for emaac.org.
| Mechanism | Target |
|---|---|
| SPF_A | emaac.org |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mschosting.com |
| SPF_IP | 103.212.71.20 |
| SPF_MX | emaac.org |
Related pages
Pivot deeper into the graph from emaac.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "emaac.org"})-[: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.