Hostname
m.338a.com
Last fetched
m.338a.com resolves to 1 IPv4 address operated by AS9304 in HK.
Nutrition Label
Resolution chain
m.338a.com 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 |
|---|---|---|---|---|
| 218.189.18.217 | 218.189.18.0/24 | AS9304 | — | HK |
WHOIS identity
No WHOIS records are currently associated with m.338a.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for m.338a.com.
| Mechanism | Target |
|---|---|
| SPF_A | 338a.com |
| SPF_INCLUDE | spf.mautic.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 116.66.248.0/22 |
| SPF_IP | 116.66.250.0/23 |
| SPF_IP | 116.66.250.68 |
| SPF_IP | 207.226.218.40/29 |
| SPF_IP | 207.226.218.41 |
| SPF_IP | 207.226.218.44 |
| SPF_IP | 209.8.38.0/27 |
| SPF_IP | 3.0.228.146 |
| SPF_IP | 43.231.229.60 |
| SPF_IP | 64.18.0.0/20 |
| SPF_IP | 74.125.148.0/22 |
| SPF_IP | 83.218.10.96/27 |
| SPF_IP | 83.218.20.128/27 |
Related pages
Pivot deeper into the graph from m.338a.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "m.338a.com"})-[: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.