Hostname
mgen.fr
Last fetched
mgen.fr resolves to 2 IPv4 addresses operated by AS3215 in FR. WHOIS lists registrar:orange as the registrar.
Nutrition Label
Resolution chain
mgen.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 |
|---|---|---|---|---|
| 194.250.200.81 | 194.250.0.0/16 | AS3215 | — | FR |
| 136.110.245.111 | 136.108.0.0/14 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
- Registrar
- registrar:orange
- Organization
- mutuelle generale de l'education nationale
- Contact emails
Subdomains
88 observed subdomains of mgen.fr.
Showing 25 of 88. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mgen.fr in the public web crawl.
1,210 sites link to this hostname.
210 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for mgen.fr.
| Mechanism | Target |
|---|---|
| SPF_A | mailinfra.oodrive.com |
| SPF_INCLUDE | spf-0071fc01.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf2.mgen.fr |
| SPF_IP | 90.80.213.73 |
| SPF_IP | 90.80.213.75 |
| SPF_IP | 90.80.213.83 |
| SPF_IP | 90.80.213.85 |
Related pages
Pivot deeper into the graph from mgen.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mgen.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.