On an enterprise campus network, a network administrator can configure the AIE function on the FW to grasp the operations of the network and detect abnormal behaviors on the network in a timely manner. If traffic matches a security policy that references the AIE profile, the network administrator collects network-layer, transport-layer, and application-layer information about traffic, and then sends the collected information to the AIE of the FW for analysis and evaluation, in order to identify unknown threats and attacks on the network. After detecting a threat or attack, the FW sends a log to the administrator for further processing.

After detecting threats on the network, the FW generates threat logs. The administrator can choose to view threat logs of the advanced threat type, and then analyze the logs and block the threats. For example:

# interface GigabitEthernet 0/0/1 undo shutdown ip address 1.1.1.1 255.255.255.0 # interface GigabitEthernet 0/0/3 undo shutdown ip address 10.1.1.1 255.255.255.0 # firewall zone trust set priority 85 add interface GigabitEthernet 0/0/3 # firewall zone untrust set priority 5 add interface GigabitEthernet 0/0/1 # profile type aie name aie_profile description Artificial Intelligence Engine detection-engine dga enable detection-engine cc enable detection-engine eca enable detection-engine bruteforce enable detection-engine sql enable # security-policy rule name policy_to_Intranet source-zone untrust destination-zone trust source-address 1.1.1.0 mask 255.255.255.0 profile aie aie_profile action permit #