Hostname
cnss.ma
Last fetched
cnss.ma resolves to 3 IPv4 addresses operated by AS6713 in MA. WHOIS lists registrar:itissalat al-maghrib as the registrar.
Nutrition Label
Resolution chain
cnss.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.215 | 194.204.192.0/18 | AS6713 | — | MA |
| 41.137.41.15 | 41.137.0.0/18 | AS36884 | — | MA |
| 41.214.143.227 | 41.214.128.0/20 | AS36925 | — | MA |
WHOIS identity
- Registrar
- registrar:itissalat al-maghrib
- Organization
- caisse nationale de securite sociale
- Contact emails
Subdomains
12 observed subdomains of cnss.ma.
Web-graph footprint
Distinct hostnames that link to or from cnss.ma in the public web crawl.
299 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for cnss.ma.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.tmes.trendmicro.eu |
| SPF_IP | 194.204.251.241 |
| SPF_IP | 194.204.251.242 |
| SPF_IP | 194.204.251.243 |
| SPF_IP | 41.137.41.41 |
| SPF_IP | 41.137.41.42 |
| SPF_MX | cnss.ma |
Related pages
Pivot deeper into the graph from cnss.ma.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cnss.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.