Giter VIP home page Giter VIP logo

blag's Introduction

BLAG: Improving the Accuracy of Blacklists

This repository consists of necessary scripts to run BLAG. Please refer our paper for more explanation.

BLAG pipeline

Requirements

pip install surprise pandas

Surprise is a Python package for running recommendation systems.

Processing blacklists

To obtain the recommended scores for IP addresses in blacklists, there is a preprocessing step that generates a file known as processed_blacklists. Ensure that blacklists are downloaded to a folder containing the heirarchy as shown below:

blacklist_folder:
  year:
    month:
      date.zip

This is the format that we maintain our blacklist dataset at https://steel.isi.edu/projects/BLAG/data/. A sample folder is present in this repository named blacklists.

To run generate this file, run:

python process_blacklists.py --start_date "" --end_date "" --blacklist_folder ""

Generating recommendation scores

After generating the processed_blacklists file, you can generate recommended scores as follows:

python blag.py --end_date "" --misclassifications "" --output_file ""

where misclassifications consists of the file with known misclassifications. A sample misclassifications file is provided in this repository named false_positives.

blag's People

Contributors

sivaramakrishnansr avatar

Stargazers

 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.