Hostname
fe-group.com
Last fetched
fe-group.com resolves to 2 IPv4 addresses operated by AS12409 in FR. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
fe-group.com 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 |
|---|---|---|---|---|
| 212.94.223.145 | 212.94.192.0/19 | AS12409 | — | FR |
| 212.94.223.33 | 212.94.192.0/19 | AS12409 | — | FR |
WHOIS identity
- Registrar
- iana:81
- Organization
- this domain was caught by dropcatch.com
- Contact emails
Subdomains
1 observed subdomain of fe-group.com.
| Subdomain |
|---|
| www.fe-group.com |
Web-graph footprint
Distinct hostnames that link to or from fe-group.com in the public web crawl.
11 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for fe-group.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from fe-group.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fe-group.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.