Skip to content

Inspection Policies (Mitigates application-layer attacks including Heartbleed) #57

@JaelDS

Description

@JaelDS

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.

  • Configure deep packet inspection:
policy-map global_policy
class inspection_default
inspect ftp
inspect http
inspect tls
inspect esmtp
service-policy global_policy global
  • Configure SSL settings to prevent Heartbleed:
ssl encryption aes128-sha1 aes256-sha1
ssl server-version tlsv1.2
ssl client-version tlsv1.2

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions