Hostname
f-e-c.fr
Last fetched
f-e-c.fr resolves to 1 IPv4 address operated by AS16276 in FR.
Nutrition Label
Resolution chain
f-e-c.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 |
|---|---|---|---|---|
| 217.182.143.70 | 217.182.0.0/16 | AS16276 | — | FR |
WHOIS identity
No WHOIS records are currently associated with f-e-c.fr in WhisperGraph.
Subdomains
2 observed subdomains of f-e-c.fr.
| Subdomain |
|---|
| mail.f-e-c.fr |
| www.f-e-c.fr |
Web-graph footprint
Distinct hostnames that link to or from f-e-c.fr in the public web crawl.
8 sites link to this hostname.
54 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for f-e-c.fr.
| Mechanism | Target |
|---|---|
| SPF_A | f-e-c.fr |
| SPF_INCLUDE | spf.axevision.net |
| SPF_INCLUDE | spf.brevo.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 51.68.86.164 |
| SPF_MX | f-e-c.fr |
Related pages
Pivot deeper into the graph from f-e-c.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "f-e-c.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.