Community discussions

MikroTik App

Search found 4 matches

by MaszTo
Wed Jun 16, 2021 10:20 am
Forum: Scripting
Topic: Fetch & update AV OTX IPv4 blacklist list for auto IoC IPS firewalling
Replies: 15
Views: 2821

Re: Fetch & update AV OTX IPv4 blacklist list for auto IoC IPS firewalling

The last modification made by Faux works, but the last Rextended suggestion causes a loop if the address already exists (in my excample: AVOTX: xxx.xxx.xxx.xxx alredy in blacklist).
by MaszTo
Tue Jun 15, 2021 11:09 am
Forum: Scripting
Topic: Fetch & update AV OTX IPv4 blacklist list for auto IoC IPS firewalling
Replies: 15
Views: 2821

Re: Fetch & update AV OTX IPv4 blacklist list for auto IoC IPS firewalling

You must add the \ before the ? to the path in the editor.
The script works - it's great because it is not limited to downloading entire lists, which cannot exceed 64k!
by MaszTo
Tue Jun 15, 2021 10:44 am
Forum: Scripting
Topic: Fetch & update AV OTX IPv4 blacklist list for auto IoC IPS firewalling
Replies: 15
Views: 2821

Re: Fetch & update AV OTX IPv4 blacklist list for auto IoC IPS firewalling

Hello! I think I followed the instructions, but the script doesn't add addresses to the Address Lists. There is no execution in the log: :log info "AVOTX: Added $caughtIp to blacklist"; :log info "AVOTX: $caughtIp already in blacklist"}; probably because forget to remove \ in fr...
by MaszTo
Mon Jun 14, 2021 11:53 pm
Forum: Scripting
Topic: Fetch & update AV OTX IPv4 blacklist list for auto IoC IPS firewalling
Replies: 15
Views: 2821

Re: Fetch & update AV OTX IPv4 blacklist list for auto IoC IPS firewalling

Hello!
I think I followed the instructions, but the script doesn't add addresses to the Address Lists.
There is no execution in the log:
:log info "AVOTX: Added $caughtIp to blacklist";
:log info "AVOTX: $caughtIp already in blacklist"};