Hostname
asd.ma
Last fetched
asd.ma resolves to 3 IPv4 addresses operated by AS6713 in MA. WHOIS lists registrar:medi telecom as the registrar.
Nutrition Label
Resolution chain
asd.ma resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 194.204.251.233 | 194.213.17.0/24 | AS6713 | — | MA |
| 41.137.41.33 | 41.138.32.0/20 | AS36884 | — | MA |
| 41.214.143.233 | 41.215.0.0/20 | AS36925 | — | MA |
WHOIS identity
- Registrar
- registrar:medi telecom
- Organization
- caisse nationale de sécurité sociale
- Contact emails
Subdomains
1 observed subdomain of asd.ma.
| Subdomain |
|---|
| www.asd.ma |
Web-graph footprint
Distinct hostnames that link to or from asd.ma in the public web crawl.
55 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for asd.ma.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from asd.ma.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "asd.ma"})-[: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.