FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
bkarl
Staff
Staff
Article Id 279058
Description

This article describes How to create an IP address threat feed on Kali Linux from Apache server and add it to FortiGate

Scope FortiGate.
Solution
  1. On Kali Linux open a terminal and type the command:

 

sudo apt install apache2

service apache2 start

 

  1. Go to root $  (the folder with slash icon / ). Access by typing the command: cd..

 

Type: cd var

cd www

cd html

 

  1. Create a .txt file by typing the command:

 

touch lista.txt

 

  1. Edit the file with the command:

 

sudo nano lista.txt

 

  1. Type the IP addresses to block and save it. Remember to type CTRL + O to save, Enter, and Ctrl + X to exit nano.
  2. Open a browser and the IP block list will be visible:

 

KB 23 -1.jpg

 

The following configuration must be performed to add it on FortiGate:

 

KB 23 -2 .jpg

 

KB 23 -3.jpg

Contributors