Git Product home page Git Product logo

invisibleprobe's Introduction

Invisible Probe: Timing Attacks with PCIe Congestion Side-channel

Introduction

Our paper is published on Oakland 21 S&P and the presentation slides are here.

Probe

RDMA Probe

Please make sure that you have connected two machines with Infiniband NIC and installed the drivers. The client and server can access each other.

client:
make
./rdma_probe <server_ip>

server:
make
./rdma_probe

The client will generate the log file.

NVMe Probe

Firstly, you need to install SPDK and make sure you can run the "hello world" example. Please see the offcial getting started.

Then put directory "nvme_probe" in the same directory "spdk". Type make and run the executable "nvmeProbe".( our probe is modified from the official "hello world" example.)

cd nvme_probe
make
sudo ./nvmeProbe

Io_uring Probe

SPDK doesn't support devices like ESSD on Alibaba Cloud. So we use io_uring instead of it, which is supported since Linux 5.X.

Collect probe traces

Use Google Chrome headless mode to access the web pages and collect the probe trace at the same time, and here is an easy demo.

Show the traces

Interpret the logs and show the with matplotlib. The two easy scripts could show the data collected by rdma_probe and NVMe probe(io_uring probe is the same with nvme probe).

invisibleprobe's People

Contributors

stefan1wan 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.