Code Monkey home page Code Monkey logo

zleaks's Introduction

ZLeaks

ZLeaks identifies Zigbee devices in the target Zigbee network and user-triggered events based on the following two approaches.

Approach 1: Command Inference This identifies devices (sensors, locks, bulbs and plugs) and associated events from the encrypted Zigbee traffic by inferring the functionality specific APL command present in the event burst.

Approach 2: Periodic Reporting Correlation It makes use of the device's periodic reporting signatures, i.e. signatures collected when the device is in the idle state. The comparator module correlates the signatures of device in real traffic with existing signatures to identify known devices in the encrypted traffic.

Details regarding the underlying approaches are available at https://arxiv.org/abs/2107.10830

Usage: To run the tool, simply place the test capture in zleaks folder and run the packet analyzer ==> python packet_analyzer.py

(Optional) In order to identify any known device, it is required to first extract the device signatures. Place the wireshark capture in the zleaks folder and run the extractor. ==> python signature_extractor.py

The address mapper file determines the logical device type of the target device and binds it with Network address, MAC address and Manufacturer identifier, that aids in device analysis.

Note: You might need to import pandas, numpy and pyshark if not already installed.

zleaks's People

Contributors

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