Implementation of deep packet inspection rules that examine traffic content beyond basic header information. These policies identify and block malicious patterns associated with application vulnerabilities like Heartbleed, preventing exploitation attempts by filtering traffic based on protocol behaviors and known attack signatures at the application layer.
policy-map global_policy
class inspection_default
inspect ftp
inspect http
inspect tls
inspect esmtp
service-policy global_policy global
ssl encryption aes128-sha1 aes256-sha1
ssl server-version tlsv1.2
ssl client-version tlsv1.2