Skip to main content

A Framework for Encrypted Internet and Malicious Traffic Classification.

Project description

OSF-EIMTC

PyPi Badge PyPI - Downloads Ariel University Home ACIC Home

Open-Source Framework for Encrypted Internet and Malicious Traffic Classification.

Examples

For usage examples please see the ./examples/ directory for various applications of extracting features from a set of PCAP files or evaluating state-of-the-art deep-learning models.

Installation

Using pip:

python3 -m pip install OSF-EIMTC

Uninstall with:

pythom3 -m pip uninstall OSF-EIMTC

Install tensorflow for deep-learning models: see the official website: https://www.tensorflow.org/install. Generally, you can install tensorflow with pip:

python3 -m pip install tensorflow

But check the offical instructions for more customized options such as for GPU utilization.

For TLS features, TShark is required. While it is possible to install and configure it for Windows usage, the framework is yet to officialy support the system.

sudo apt install tshark

Dependencies

  • Platform

    • OS: Linux (Tested with WSL Ubuntu 18.04).
    • Version: Python 3.6.6+ (3.7+ is recommended)
  • Python modules

    • NFStream>=6.5.1
    • pandas>=1.1.5
    • numpy>=1.19.5
    • scapy>=2.4.5 (for parsing higher level protocols such as DNS)
    • unittest (for tests)
    • sklearn>=1.1.0

There are some plugins that might require some additional dependancies.

  • Optional Python modules

    • pyasn (for ASN info, requires two additional DBs)
    • functools (for caching functions results)
    • click (for CLI)
  • For Deep-Learning Models

    • tensorflow>=2.4.0.
  • 3rd party tools (that need to be installed)

    • TShark 3.4.8+ (for TLS features). Try install with sudo apt update and then sudo apt install tshark, if you cannot get the 3.0+ version try to install wireshark instead via sudo apt install wireshark.
  • 3rd party data files (provided in ./tools directory)

Run Tests

python3 -m unittest discover EIMTC

Project Structure

Under ./src

└── EIMTC/             # Project's root directory.
    ├── datasets/      # Links and information for PCAP datasets.
    ├── metrics/       # Evaluation metrics for models.
    ├── models/        # State-of-the-art DL models.
    ├── preprocessing/ 
    ├── selection/ 
    ├── plugins/       # NFStream plugins.
    ├── stats/         
    ├── temp/          # Temporary files generated by the system.
    ├── tests/         # System tests.
    │   └── pcaps/     # PCAP files for tests.
    ├── tools/         # 3rd-party tools used by the system.
    └── tools/         # 3rd-party tools used by the system.

Citation

TBD

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

OSF_EIMTC-0.1.43.tar.gz (13.8 MB view details)

Uploaded Source

File details

Details for the file OSF_EIMTC-0.1.43.tar.gz.

File metadata

  • Download URL: OSF_EIMTC-0.1.43.tar.gz
  • Upload date:
  • Size: 13.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.4

File hashes

Hashes for OSF_EIMTC-0.1.43.tar.gz
Algorithm Hash digest
SHA256 3cb1ffcd9107d214ad73255e89b00f3e08f4a332f3506674c8c9f3dffdcd90b7
MD5 b56395513298bbb2e9a5329d4e7330b1
BLAKE2b-256 d364895b38946cc8cd164997d78aeddc605fee4009c00f7564d421a473ed4351

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page