Hostname
fsa.ma
Last fetched
fsa.ma resolves to 1 IPv4 address operated by PRIVATESYSTEMS - PrivateSystems Networks in NL. WHOIS lists registrar:clouder as the registrar.
Nutrition Label
Resolution chain
fsa.ma 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 |
|---|---|---|---|---|
| 209.42.195.24 | 209.42.192.0/18 | AS63410 | PRIVATESYSTEMS - PrivateSystems Networks | NL |
WHOIS identity
- Registrar
- registrar:clouder
- Organization
- moulay youssef el ouedghiri idrissi
- Contact emails
- —
Subdomains
1 observed subdomain of fsa.ma.
| Subdomain |
|---|
| mail.fsa.ma |
Web-graph footprint
Distinct hostnames that link to or from fsa.ma in the public web crawl.
2 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- fsa.ma
SPF policy
3 SPF mechanisms authorising senders for fsa.ma.
| Mechanism | Target |
|---|---|
| SPF_A | fsa.ma |
| SPF_IP | 209.42.195.229 |
| SPF_MX | fsa.ma |
Related pages
Pivot deeper into the graph from fsa.ma.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fsa.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.