Hostname
addesign.ma
Last fetched
addesign.ma resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:68997 as the registrar.
Nutrition Label
Resolution chain
addesign.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 |
|---|---|---|---|---|
| 104.21.33.57 | 104.21.32.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.159.28 | 172.67.144.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 49.12.36.101 | 49.12.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:68997
- Organization
- mostapha marchoud
- Contact emails
- —
Subdomains
26 observed subdomains of addesign.ma.
Showing 19 of 26. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from addesign.ma in the public web crawl.
15 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for addesign.ma.
| Mechanism | Target |
|---|---|
| SPF_A | addesign.ma |
| SPF_INCLUDE | spf.web-hosting.com |
| SPF_IP | 198.177.120.51 |
| SPF_MX | addesign.ma |
Related pages
Pivot deeper into the graph from addesign.ma.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "addesign.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.