Hostname
edgexcess.com
Last fetched
edgexcess.com resolves to 1 IPv4 address operated by AS9930 in MY. WHOIS lists iana:460 as the registrar.
Nutrition Label
Resolution chain
edgexcess.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 |
|---|---|---|---|---|
| 211.24.220.166 | 211.24.128.0/17 | AS9930 | — | MY |
WHOIS identity
- Registrar
- iana:460
- Organization
- domain admin
- Contact emails
Threat posture
History
Mail and authentication
MX records
SPF policy
21 SPF mechanisms authorising senders for edgexcess.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 203.121.108.137 |
| SPF_IP | 203.121.108.138 |
| SPF_IP | 203.121.108.139 |
| SPF_IP | 203.121.108.140 |
| SPF_IP | 203.121.64.130 |
| SPF_IP | 203.121.64.131 |
| SPF_IP | 203.121.64.132 |
| SPF_IP | 203.121.64.153 |
| SPF_IP | 203.121.64.160 |
| SPF_IP | 203.121.64.161 |
| SPF_IP | 203.121.64.225 |
| SPF_IP | 203.121.64.230 |
| SPF_IP | 203.121.65.155 |
| SPF_IP | 203.121.65.156 |
| SPF_IP | 203.121.65.167 |
| SPF_IP | 211.24.220.160 |
| SPF_MX | edgexcess.com |
| SPF_MX | mx01.time.com.my |
| SPF_MX | mx02.time.com.my |
Related pages
Pivot deeper into the graph from edgexcess.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "edgexcess.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.