This section provides an example for configuring APT defense with cloud sandbox inspection enabled.
As shown in Figure 1, the enterprise intranet is connected to the Internet through a FW and a router, and a cloud sandbox is deployed. The FW interworks with the cloud sandbox to send risky traffic identified by the FW to the cloud sandbox for detection. The FW periodically obtains detection results from the cloud sandbox and updates the list of malicious files or URLs in the cache based on the detection results. When subsequent traffic with the same features matches the malicious file or URL list, the specified action, such as block, is performed to protect users on the intranet from APT attacks.
Item |
Data |
Description |
|---|---|---|
Cloud sandbox |
Cloud sandbox information:
Maximum sizes of files to be detected:
|
|
FW |
|
- |
Obtain and activate the license of the cloud sandbox and load the cloud sandbox component.
Set interface IP addresses and assign the interfaces to security zones.
Configure the DNS server and ensure that the FW can correctly resolve domain name sec.huawei.com.
Configure security policies so that the enterprise intranet users, cloud sandbox, and FW can properly communicate.
Configure malicious URL detection.
When this function is enabled, the device matches traffic against cached malicious URLs. If the traffic matches a malicious URL, the device blocks the URL, and the traffic does not need to be sent to the sandbox for inspection. If the traffic does not match a malicious URL, the traffic is sent to the sandbox for inspection.
Configure file reputation detection.
When this function is enabled, the device matches traffic against cached malicious files. If the traffic matches a malicious file, the device performs the specified action, and the traffic does not need to be sent to the sandbox for inspection. If the traffic does not match a malicious file, the traffic is sent to the sandbox for inspection.
Configure the protocol type, transfer direction, and type of files sent to the sandbox for inspection.


# dns resolve dns server 10.2.0.70 # interface GigabitEthernet0/0/1 undo shutdown ip address 10.3.0.1 255.255.255.0 # interface GigabitEthernet0/0/2 undo shutdown ip address 1.1.2.1 255.255.255.0 # interface GigabitEthernet0/0/3 undo shutdown ip address 1.1.1.1 255.255.255.0 # firewall zone local set priority 100 # firewall zone trust set priority 85 add interface GigabitEthernet0/0/1 # firewall zone untrust set priority 5 add interface GigabitEthernet0/0/2 add interface GigabitEthernet0/0/3 # country CN # profile type aapt name sandbox_cloud description AAPT profile of cloud sandbox file-reputation enable malicious-url enable file-type BAT CLASS PE32 SWF sandbox-type cloud # sandbox cloud linkage enable cloud account-name huawei file-set EXE max-size 1024 file-set GZIP max-size 1024 file-set OFFICE max-size 1024 file-set PDF max-size 1024 # security-policy rule name policy_to_sandbox source-zone local destination-zone untrust action permit rule name policy_to_Enterprise source-zone untrust destination-zone trust profile aapt sandbox_cloud action permit # return