Hostname
gfc.cm
Last fetched
gfc.cm has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:adac as the registrar.
Nutrition Label
Resolution chain
gfc.cm has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:adac
- Organization
- iccnet
- Contact emails
Subdomains
6 observed subdomains of gfc.cm.
| Subdomain |
|---|
| ns1.gfc.cm |
| site.gfc.cm |
| ns2.gfc.cm |
Showing 3 of 6. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from gfc.cm in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for gfc.cm.
| Mechanism | Target |
|---|---|
| SPF_A | gfc.cm |
| SPF_IP | 41.211.116.13/32 |
| SPF_IP | 41.211.116.34/32 |
| SPF_MX | gfc.cm |
Related pages
Pivot deeper into the graph from gfc.cm.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gfc.cm"})-[: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.