Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.08 KB

tls.md

File metadata and controls

20 lines (12 loc) · 1.08 KB

TLS use case

You can store TLS-related metadata under tls., when appropriate.

TLS fields

Field Description Level Type Example
source.ip IP address of the source.
Can be one or multiple IPv4 or IPv6 addresses.
core ip 10.1.1.10
destination.ip IP address of the destination.
Can be one or multiple IPv4 or IPv6 addresses.
core ip 5.5.5.5
destination.port Port of the destination. core long 443
tls.version TLS version. (use case) keyword TLSv1.2
tls.certificates An array of certificates. (use case) keyword
tls.servername Server name requested by the client. (use case) keyword localhost
tls.ciphersuite Name of the cipher used for the communication. (use case) keyword ECDHE-ECDSA-AES-128-CBC-SHA