Hostname
cfs.net
Last fetched
cfs.net resolves to 1 IPv4 address operated by AS49604 in EE. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
cfs.net 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.146.69.56 | 217.146.64.0/20 | AS49604 | — | EE |
WHOIS identity
- Registrar
- iana:69
- Organization
- ants ratas
- Contact emails
Subdomains
4 observed subdomains of cfs.net.
Web-graph footprint
Distinct hostnames that link to or from cfs.net in the public web crawl.
22 sites link to this hostname.
40 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for cfs.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-de.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 194.126.101.114/32 |
| SPF_IP | 194.204.32.253 |
| SPF_IP | 195.222.0.3/32 |
| SPF_IP | 195.222.9.166 |
| SPF_IP | 213.219.77.50 |
| SPF_IP | 213.35.179.18 |
| SPF_IP | 217.146.69.56 |
| SPF_IP | 217.159.186.200/27 |
| SPF_IP | 88.196.162.240/30 |
| SPF_IP | 88.196.163.253 |
| SPF_MX | cfs.net |
Related pages
Pivot deeper into the graph from cfs.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cfs.net"})-[: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.