Skip to content

TCP Anomaly Protection #2482

@krizhanovsky

Description

@krizhanovsky

Some of the TCP anomalies faced in volumetric DDoS attacks are easy to block stateless (e.g. bad flags combinations), but some of them require state and these types aren't good to implement on the XDP layer. Need to patch the kernel to terminate TCP connections facing these anomalies and report in performance counters (probably it's time to make a separate security counters procfs file):

  1. Segment Duplicate Has Different Data
  2. Segment Overlap has Different Data

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions