Hostname
mx2.groupecf.com
Last fetched
mx2.groupecf.com resolves to 1 IPv4 address operated by LDCOMNET - Societe Francaise Du Radiotelephone - SFR SA in FR.
Nutrition Label
Resolution chain
mx2.groupecf.com 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 |
|---|---|---|---|---|
| 92.103.92.44 | 92.102.0.0/15 | AS15557 | LDCOMNET - Societe Francaise Du Radiotelephone - SFR SA | FR |
WHOIS identity
No WHOIS records are currently associated with mx2.groupecf.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for mx2.groupecf.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.atlassian.net |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_INCLUDE | spf2.csod.com |
| SPF_IP | 13.36.253.151/32 |
| SPF_IP | 157.143.226.158/32 |
| SPF_IP | 178.255.161.238/32 |
| SPF_IP | 3.68.129.51/32 |
| SPF_IP | 37.97.108.94/32 |
| SPF_IP | 45.147.209.54/32 |
| SPF_IP | 92.103.92.32/28 |
| SPF_IP | 92.168.21.169/29 |
Related pages
Pivot deeper into the graph from mx2.groupecf.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mx2.groupecf.com"})-[: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.