Actions
Feature #1903
closedtls: tls_cert_valid and tls_cert_expired keywords
Effort:
Difficulty:
Label:
Description
Add keywords "tls_cert_valid" and "tls_cert_expired" to match if a certificate has expired or not.
Example usage:
alert tls any any -> any any (msg:"Valid tls certificate"; tls_cert_valid; sid:1;) alert tls any any -> any any (msg:"Expired tls certificate"; tls_cert_expired; sid:2;)
Updated by Victor Julien about 8 years ago
- Status changed from Assigned to Closed
Actions