Hi, I'm trying to add a custom IOC feed using CIDR or IP Ranges and have been able to get them to block traffic successfully, however the logging seems to be a bit more tricky
This is on R81.20 Take 103 and the same issue is also seen if adding the IOC feed from the GUI
if I add a feed via ioc_feeds add --feed_name Test_Block_CDIR --format [value:#1,type:IP Range] --transport https --resource "https://url.example.com/test_block_range.txt" --comment [#] --delimiter ","
Where the test_block_range.txt looks like
10.1.1.0-10.1.1.255
10.2.2.0-10.2.2.255
It blocks the ranges successfully however in the logs it only shows the full details of the IOC feed doing the blocking for 10.1.1.0 or 10.2.2.0 addresses
For any other addresses in the ranges, it only reports the Protection Type being "IP Reputation" with no Protection Name, Indicator Name, Observable Name, which makes it hard to search on when there are multiple IOC feeds
Although CIDR is explicitly mentioned in sk132193 it seems to block just fine using the IP type but again only logs the first IP of each subnet defined
I can make it work using individual IP addresses, but this seems a bit over the top when looking at several thousand IP's
Does anyone have experience with IOC feeds and logging who can point me in the right direction please
Many thanks,
Hamish Fleming