Hostname
aee.co.th
Last fetched
aee.co.th resolves to 1 IPv4 address operated by AS4618 in TH. WHOIS lists registrar:thnic as the registrar.
Nutrition Label
Resolution chain
aee.co.th 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 |
|---|---|---|---|---|
| 203.154.58.64 | 203.154.48.0/20 | AS4618 | — | TH |
WHOIS identity
- Registrar
- registrar:thnic
- Organization
- asia energy engineering co., ltd. ( บริษัท เอเชีย เอ็นเนอยี่ เอ็นจิเนียริ่ง จำกัด )
- Contact emails
- —
Subdomains
2 observed subdomains of aee.co.th.
| Subdomain |
|---|
| mail.aee.co.th |
| www.aee.co.th |
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for aee.co.th.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.inetmail.cloud |
| SPF_MX | aee.co.th |
Related pages
Pivot deeper into the graph from aee.co.th.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aee.co.th"})-[: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.