Hostname
ecam.fr
Last fetched
ecam.fr resolves to 2 IPv4 addresses operated by O2SWITCH in FR. WHOIS lists registrar:adeli as the registrar.
Nutrition Label
Resolution chain
ecam.fr resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 109.234.166.110 | 109.234.164.0/22 | AS50474 | O2SWITCH | FR |
| 212.83.180.167 | 212.83.160.0/19 | AS12876 | Online SAS | FR |
WHOIS identity
- Registrar
- registrar:adeli
- Organization
- ecole catholique de arts et metiers
- Contact emails
Subdomains
118 observed subdomains of ecam.fr.
Showing 25 of 118. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ecam.fr in the public web crawl.
259 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
32 SPF mechanisms authorising senders for ecam.fr.
| Mechanism | Target |
|---|---|
| SPF_A | ecam.fr |
| SPF_INCLUDE | _spf.netanswer.fr |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_INCLUDE | spf.tipimail.com |
| SPF_IP | 109.239.118.113 |
| SPF_IP | 109.239.119.13 |
| SPF_IP | 109.239.119.14 |
| SPF_IP | 109.239.119.220 |
| SPF_IP | 109.239.119.221 |
| SPF_IP | 109.239.119.222 |
| SPF_IP | 109.239.119.223 |
| SPF_IP | 109.239.119.224 |
| SPF_IP | 193.55.245.10 |
| SPF_IP | 193.55.245.11 |
| SPF_IP | 193.55.245.12 |
| SPF_IP | 193.55.245.2 |
| SPF_IP | 193.55.245.3 |
| SPF_IP | 193.55.245.4 |
| SPF_IP | 193.55.245.5 |
| SPF_IP | 193.55.245.6 |
| SPF_IP | 193.55.245.7 |
| SPF_IP | 193.55.245.8 |
| SPF_IP | 193.55.245.9 |
| SPF_IP | 54.37.191.228 |
| SPF_IP | 91.109.120.25 |
| SPF_IP | 91.109.120.26 |
| SPF_IP | 91.109.120.29 |
| SPF_IP | 91.109.120.62 |
| SPF_MX | ecam.fr |
Related pages
Pivot deeper into the graph from ecam.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ecam.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.