cSRX Image with Packaged Preinstalled Signatures
What Are Preinstalled Signatures?
To support pre-installed signatures package in cSRX Container Firewall image, a Docker file is placed in localhost repository to help user compile cSRX Container Firewall with installed signatures. With the new image, you can launch cSRX Container Firewall Pod, that protects workload immediately after container is launched.
The supported functions for signature packaging are:
Intrusion Detection and Prevention (IDP)
Application Identification (AppID)
Content Security
Repackage cSRX Image with Preinstalled Signatures
Ensure to have the cSRX Container Firewall image placed in the local repository or any other Docker registry.
Ensure to include license file together with Docker file.
To repackage cSRX Container Firewall image with signatures:
Download Juniper Signature Pack
You can download the signature pack from the Juniper Signature Repository directly when cSRX Container Firewall doesn’t have a preinstalled signature pack.
root@host> request services application-identification
download
root@host> request security idp security-package
download
Download Juniper Signature Pack Through Proxy Server
You can download the signature pack through a proxy server. AppIDD and IDPD processes first connects to the configured proxy server. The proxy server then communicates with the signature pack download server and provides the response to the process running on the device.
To download the signature pack through the proxy server:
To verify that the download is happening through the proxy server:
Verify the logs in the proxy server.
[root@srxdpi-lnx39 squid]# cat /var/log/squid/access.log
1593697174.470 1168 4.0.0.254 TCP_TUNNEL/200 5994 CONNECT signatures.juniper.net:443 - HIER_DIRECT/66.129.242.156 - 1593697175.704 1225 4.0.0.254 TCP_TUNNEL/200 11125 CONNECT signatures.juniper.net:443 - HIER_DIRECT/66.129.242.156 - 1593697176.950 1232 4.0.0.254 TCP_TUNNEL/200 5978 CONNECT signatures.juniper.net:443 - HIER_DIRECT/66.129.242.156 - 1593697178.195 1236 4.0.0.254 TCP_TUNNEL/200 11188 CONNECT signatures.juniper.net:443 - HIER_DIRECT/66.129.242.156 - 1593697198.337 1243 4.0.0.254 TCP_TUNNEL/200 6125 CONNECT signatures.juniper.net:443 - HIER_DIRECT/66.129.242.156 -
In cSRX Container Firewall, the TLS protocol is used and traffic the through proxy server is encrypted.