Importing External Custom Intelligence Feeds in CLI

You can import threat indicator feeds from external sources directly on the Security GatewayClosed Dedicated Check Point server that runs Check Point software to inspect traffic and enforce Security Policies for connected network resources..

After you import the feeds for the first time and install policy, the Security Gateway automatically pulls and enforces the indicator file each time the feed file is updated.

The Security Gateway imports the file over HTTP or HTTPS, or by reading from a local file or local directory.

Important - You must import the feed files on each Security Gateway and each Cluster MemberClosed Security Gateway that is part of a cluster. separately.

You can import indicator feeds through the CLI in these formats:

The Feed's resource for all formats can be one of these:

Resource

Description

Syntax Example

URL

HTTP or HTTPS.

Note - HTTPS resource with a self-signed certificate prompts for a user agreement to update the Trusted CA bundle.

You can skip the certificate verification by running this command in the Expert mode on the Security Gateway before you run the "ioc_feeds" command:

export EXT_IOC_NO_SSL_VALIDATION=1

ioc_feeds add --feed_name remote_feed --transport http --resource "http://10.0.0.1/my_feeds/stix_feed.xml"

Local File

Local File on the Security Gateway.

ioc_feeds add --feed_name local_feed --transport local_file --resource "/home/admin/my_feed.csv"

Local Directory

Local Directory on the Security Gateway that contains the applicable files in the correct feed format.

ioc_feeds add --feed_name local_feed --transport local_directory --resource "/home/admin/my_feed_folder"

'ioc_feeds' CLI Commands for Managing External Custom Intelligence Feeds

Use these "ioc_feeds" commands in the Expert mode on the Security Gateway to import and manage threat indicator files.

CSV Check Point and STIX Formats

Each record in CSV Check Point format and the STIX XML (STIX 1.0) format must have these fields:

Custom CSV Format

Custom Intelligence Feeds feature supports different kinds of CSV structure files.

Examples

To learn more about Custom Intelligence Feeds, see sk132193.