Hostname
edmsa.ml
Last fetched
edmsa.ml resolves to 2 IPv4 addresses operated by Orange Mali SA - Orange Mali SA in ML.
Nutrition Label
Resolution chain
edmsa.ml 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 |
|---|---|---|---|---|
| 154.118.131.141 | 154.118.128.0/18 | AS30985 | Orange Mali SA - Orange Mali SA | ML |
| 217.64.99.20 | 217.64.99.0/24 | AS21271 | Society of Mali's Telecommunications (SOTELMA) - Society of Mali's Telecommunications (SOTELMA) | ML |
WHOIS identity
No WHOIS records are currently associated with edmsa.ml in WhisperGraph.
Subdomains
17 observed subdomains of edmsa.ml.
Web-graph footprint
Distinct hostnames that link to or from edmsa.ml in the public web crawl.
72 sites link to this hostname.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for edmsa.ml.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 154.118.131.142 |
| SPF_IP | 217.64.99.19 |
Related pages
Pivot deeper into the graph from edmsa.ml.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "edmsa.ml"})-[: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.