Hostname
cma28.fr
Last fetched
cma28.fr resolves to 1 IPv4 address operated by AS16347 in FR. WHOIS lists registrar:adista as the registrar.
Nutrition Label
Resolution chain
cma28.fr 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 |
|---|---|---|---|---|
| 91.229.231.142 | 91.229.230.0/23 | AS16347 | — | FR |
WHOIS identity
- Registrar
- registrar:adista
- Organization
- chambre de métiers et de l?artisanat d?eure-et-loir
- Contact emails
Subdomains
1 observed subdomain of cma28.fr.
| Subdomain |
|---|
| www.cma28.fr |
Web-graph footprint
Distinct hostnames that link to or from cma28.fr in the public web crawl.
42 sites link to this hostname.
34 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for cma28.fr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | hosteam.fr |
| SPF_IP | 185.7.39.6/32 |
| SPF_IP | 185.7.39.7/32 |
| SPF_IP | 193.242.174.0/23 |
| SPF_IP | 62.23.143.0/24 |
| SPF_IP | 91.205.116.0/23 |
| SPF_IP | 91.205.118.0/24 |
Related pages
Pivot deeper into the graph from cma28.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cma28.fr"})-[: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.