: Cloud NGFW for AWS Decryption Log Fields
Focus
Focus

Cloud NGFW for AWS Decryption Log Fields

Table of Contents

Cloud NGFW for AWS Decryption Log Fields

Learn the meaning of each Cloud NGFW for AWS decryption log fields.
Field Name
Description
Generated Time (time_generated or cef-formatted-time_generated)
Time the log was generated on the dataplane.
Source IP Address (src_ip)
Original session source IP address.
Source Port (sport)
Source port utilized by the session.
Session ID (sessionid)
An internal numerical identifier applied to each session.
Destination Address (dst_ip)
Original session destination IP address.
Destination Port (dport)
Destination port utilized by the session.
IP Protocol (proto)
IP protocol associated with the session.
Application (app)
Application associated with the session.
Rule (rule)
Security policy rule that controls the session traffic.
Action (action)
Action taken for the session; possible values are:
  • allow—session was allowed by policy
  • deny—session was denied by policy
  • reset both—session was terminated and a TCP reset is sent to both the sides of the connection
  • reset client—session was terminated and a TCP reset is sent to the client
  • reset server—session was terminated and a TCP reset is sent to the server
TLS Version (tls_version)
The version of TLS protocol used for the session.
Key Exchange Algorithm (key_exchange_algorithm)
The key exchange algorithm used for the session.
Encryption Algorithm (tls_enc)
The algorithm used to encrypt the session data, such as AES-128-CBC, AES-256-GCM, etc.
Hash Algorithm (hash_algorithm)
The authentication algorithm used for the session, for example, SHA, SHA256, SHA384, etc.
Elliptic Curve (elliptic_curve)
The elliptic cryptography curve that the client and server negotiate and use for connections that use ECDHE cipher suites.
Server Name Indication (server_name_indication)
The Server Name Indication.
Server Name Indication Length (server_name_indication_length)
The length of the Server Name Indication (hostname).
Proxy Type (proxy_type)
The Decryption proxy type, such as Forward for Forward Proxy, Inbound for Inbound Inspection, No Decrypt for undecrypted traffic, GlobalProtect, etc.
Chain Status (chain_status)
Whether the chain is trusted. Values are:
  • Uninspected
  • Untrusted
  • Trusted
  • Incomplete

Recommended For You