Hello Sander,
R80.20.35 follows a slightly different syntax from sk132193. (This is expected to change to align with the standard Quantum gateways in an upcoming version.)
Therefore, when using "Show Data Set URLs" on the Infinity NDR application to retrieve the feed URL, do not rely on the "COPY FULL COMMAND" option, but use "COPY URL" and paste it into the ioc_feeds set command as a resource.
Please also note that not all sk132193 indicator types are supported - refer to the Infinity NDR Intel Guide for details. In addition, the following restrictions apply:
- The only feed type supported is CSV, as defined in sk132193.
- IOC_feed deletion/modification does not work when the feed is in use. It may require a few attempts or changing the pull interval.
- The UserCheck message (Page Blocked) is not displayed for a while after adding IOC feeds.
- URL and DOMAIN indicators on the Infinity NDR portal must be added without the protocol specifier in the value field, i.e. "checkpoint.com" rather than "http://www.checkpoint.com".
The R80.20.35 syntax is as follows:
ioc_feeds [ <action> [options] ]
Action
|
Description
|
set <feed name>
|
Set an external feed.
Options:
· resource - Set the remote URL for the feed.
· transport - Specify the transport protocol [http|https].
· action - Specify the action [detect|prevent].
· state - Specify if the feed is active [true|false].
|
delete <feed name>
|
Deletes the feed <feed name>.
|
delete_all
|
Delete all the feeds.
|
show
|
Show configured feeds.
|
sched <interval>
|
Set periodic pull interval in seconds.
· Minimum: 30
· Maximum: 400000
|
enable [on|off]
|
Enables/disables external IOCs.
|