Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
SecurityPlus
Contributor II

Script To Create Geo Block Group

We have a number of FortiGate firewalls that we want to create the same Geo Block Group holding a fairly long list of countries to block. We don’t have a FortiManager. Does someone have a script to generate this geo block group on the firewalls from a list of countries? I have found scripts to create a group of IP address but not geo group lists.

6 REPLIES 6
heyyo
New Contributor III

Hi,

 

I am looking at this KB: How to block by country or geolocation - Fortinet Community

Are you after creating a group for these countries that needs to be blocked same as in the link?

 

1. Go to Policy&Object -> addresses and then select 'create' and 'new address'.

Name: Choose a name.
Type: Select 'Geography'.
Country: Select the country to block.
 
---- Do this for all the countries to block ----
 
2. Create a group for these countries that need to be blocked.
Select 'create' and 'new address group'
SecurityPlus

Thank you both for your posts. We have previously created geo block lists using these steps successfully. We would like to find a more efficient way to create these lists. If we have say 50 countries that we would like to include in these lists, and we need to do this on a dozen different firewalls, we are concerned that it may take 30 minutes per firewall, or a total of 6 hours to accomplish this on all firewalls. We would like to be able to create a script that would take a text based list of countries (either the complete country name or the 2 digit country code) and add this in one step to a firewall saving a considerable amount of time.

 

Our input could look like:

Afghanistan

Aland Islands

Albania

 

Or it might could instead list the country 2 digit codes:

AF

AX

AL

 

If this works, we would then possibly later modify the block list group by rerunning the script replacing the previous block list group with the newly modified block list group.

hbac

Hi @SecurityPlus,

 

You can copy the configuration from the CLI of one FortiGate to another. You can configure it on one FortiGate and copy the CLI configuration. You need to copy address objects before the address group. For example:

 

config firewall address
edit "Angola"
set type geography
set country "AO"
next
end

config firewall addrgrp
edit "Blocked_countries"
set member "Angola"
next
end

 

Regards, 

SecurityPlus

Thanks hbac. This might be a useful solution. I don't know who to copy from one firewall configuration and paste into another firewall configuration. Is there a document that gives further explanation concerning this process? Is it necessary to reboot the firewall onto which we copy this address group?

 

Would it likewise be possible to replace an existing geo address group titled Blocked_countries with an updated group by the same name?

Zhuo
New Contributor III

Hi SecurityPlus

c76a31abc504e24cd2cac59aeaeadce.png

ede_pfau
SuperUser
SuperUser

To make things easier, I've created batch files for all countries and offer them on my website:

https://www.beneicke-edv.de/support/tools/#all_countries_addressgroup

 

You can either go 'white listing' (allow some, block all others) or 'blacklisting' (block some, allow all others). The batch files are plain text and can be edited easily, so that you can start with the full set and cut out some country codes to your liking.

Ede Kernel panic: Aiee, killing interrupt handler!
Ede Kernel panic: Aiee, killing interrupt handler!
Announcements

Select Forum Responses to become Knowledge Articles!

Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.

Labels
Top Kudoed Authors