Git Product home page Git Product logo

ftguard's Introduction

FTGuard: A Priority-Aware Strategy Against the Flow Table Overflow Attack in SDN

A brief introduction

SDN allows dynamic and fine-grained forwarding rules in the data plane. While TCAM enables fast lookups in hardware switches to achieve line-rate packet processing, the manufacturing cost and power consumption limit the capacity of flow table, which is usually insufficient in many SDN circumstances.

When the flow table is full, existing SDN switches adopt a LRU eviction mechanism to eliminate some entries to make space for new-coming flow rules. This eviction mechanism could be exploited by an attacker to commit the flow table overflow attack. By sending packets filled with deliberately forged header values, numerous new flow rules are tricked from the controller and frequent replacements would happen in the flow table, resulting in substantial table-misses from benign users.

FTGuard is a behavior-based priority-aware defense strategy to cope with overflow attack mentioned above. The basic idea is to commit evaluations for users in the network by their traffic feature. Benign users tend to have higher priorities while suspected users are more likely to have lower priorities. When the flow table is full, flow entries with low priority are preferred to be evicted. The architecture of FT-Guard is shown in Figure 1. Please refer to our paper for more details.

We implement a prototype of FTGuard based on Floodlight v1.2. A module FTGuardManager is created to initialize data structures and parameters used in FT-Guard. Parameters used in the evaluation criterion can be set in src/main/resources/floodlightdefault.properties manually.

Contact us

Any suggestion is appreciated as FTGuard is still a research prototype. Please feel free to fork FTGuard from us on the github or send email([email protected]) to us for any questions.

ftguard's People

Contributors

adferguson avatar amertahir avatar andi-bigswitch avatar andremantas avatar banerjee avatar dpatrickx avatar geddings avatar gregor-bsn avatar hwchiu avatar kjiang avatar kwanggithub avatar meiyangbigswitch avatar mmehta avatar mscohen02 avatar oshothebig avatar oxisto avatar paaguti-work avatar pengfei-lu avatar phphavok avatar rizard avatar rlane avatar sandeephebbani avatar sandipshah avatar sanjivininaikar avatar sd2 avatar shudongz avatar sovietaced avatar thewmf avatar vishnu-emmadi avatar vy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.