> Source: [sk181990](https://support.checkpoint.com/results/sk/sk181990)

# sk181990 - External IoC feed fails when using a Linux-created .txt file

| Property | Value |
|----------|-------|
| Solution ID | sk181990 |
| Date Created | 2025-08-22 |
| Last Modified | 2025-09-09 |
| Technical Level | General |
| Products | Security Gateway, Scalable Platforms |
| Versions | R82, R81.20, R81.10 (EOS), R82, R81.20, R81.10 (EOS) |
| OS | Gaia |

## Symptoms

- * When loading an external IoC feed through SmartConsole or the Security Gateway CLI, *$FWDIR/log/ioc_feeder.elg* shows that the feed fails with these errors:

  * "*Feed format problem. Feed format not supported*"
  * "*failed to parse"*

  <br />

* *Parsed file *feedname_custom.csv* is not created in *$FWDIR/external_ioc/**

## Cause

The system cannot parse the Linux-created `.txt` file because it uses `$` as the new line delimiter.

Running `# cat -A <filename>` shows that:

* In Linux-created `.txt` files, the new line delimiter is **$**
* In Windows-created `.txt` file, the new line delimiter is **^M$**

<br />

## Solution

Use Windows-created `.txt` files for configuring external IoC feeds.  
Alternatively, you can save the file as a `.csv` file to ensure proper parsing.

---

# Agent Instructions

This content is from the Check Point Support Center (https://support.checkpoint.com), the official knowledge base for Check Point cybersecurity products.

## Navigating This Knowledge Base

- **Complete index**: [llms.txt](https://support.checkpoint.com/llms.txt)
- **All SK articles**: [SecureKnowledge Sitemap](https://support.checkpoint.com/sitemaps/secureknowledge-sitemap-index.xml)
- **SK article URL pattern**: `https://support.checkpoint.com/results/sk/{skId}`
- **Markdown responses**: AI bot User-Agents automatically receive `text/markdown` content
