Hostname
3cm.fr
Last fetched
3cm.fr has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:online sas as the registrar.
Nutrition Label
Resolution chain
3cm.fr has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:online sas
- Organization
- communaute de communes du canton de montluel
- Contact emails
Subdomains
8 observed subdomains of 3cm.fr.
Web-graph footprint
Distinct hostnames that link to or from 3cm.fr in the public web crawl.
61 sites link to this hostname.
106 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for 3cm.fr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | eolas-services.com |
| SPF_INCLUDE | interieur.gouv.fr |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.189.236.0/22 |
| SPF_IP | 185.211.120.0/22 |
| SPF_IP | 185.241.142.207 |
| SPF_IP | 185.250.236.0/22 |
| SPF_IP | 185.5.128.180 |
| SPF_IP | 185.8.64.229 |
| SPF_IP | 40.107.20.91 |
| SPF_IP | 45.14.148.0/22 |
| SPF_IP | 87.253.232.0/21 |
| SPF_IP | 91.194.98.154 |
| SPF_IP | 91.194.98.219 |
| SPF_MX | 3cm.fr |
Related pages
Pivot deeper into the graph from 3cm.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "3cm.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.