Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Juniper ATP Cloud Administrator Guide
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Configure Encrypted Traffic Insights

date_range 07-Apr-25

Before You Begin

To enable encrypted traffic insights on SRX Series Firewalls, include the following CLI configurations:

  1. Configure the security-metadata-streaming policy.

    content_copy zoom_out_map
    set services security-metadata-streaming policy sms_policy http detections encryptedc2 action permit
    set services security-metadata-streaming policy sms_policy http detections encryptedc2 notification log
    
  2. Attach the security-metadata-streaming policy to a security firewall policy.

    content_copy zoom_out_map
    set security policies from-zone trust to-zone untrust application-services security-metadata-streaming-policy sms_policy
    set security policies from-zone untrust to-zone trust application-services security-metadata-streaming-policy sms_policy
    
  3. Commit the configuration.

    content_copy zoom_out_map
    commit

Use the show services security-metadata-streaming http statistics command to view the statistics of security metadata streaming policy.

show services security-metadata-streaming http statistics

content_copy zoom_out_map
show services security-metadata-streaming http statistics
Security Metadata Streaming session statistics:
  Session inspected:    10
  Session whitelisted:   0
  Session detected:      6

Security Metadata Streaming submission statistics:
  Records submission success:         8
  Records submission failure:         2

To view the list of servers that are allowlisted for encrypted traffic insights, use the show services security-metadata-streaming http whitelist command.

show services security-metadata-streaming http whitelist

content_copy zoom_out_map
show services security-metadata-streaming http whitelist

No. IP-start IP-end Feed Address
1 192 0.5.0 192.0.5.1 eta_custom_whitelist ID-80001400
footer-navigation