Giter Club home page Giter Club logo

vt_metadb's Introduction

VirusTotal Threat Intelligence Gathering Script

This script is used to sync-up with VirusTotal file/url feeds API and store meta-data of every submission to Virustotal in a MongoDB instance. This information can later be utilized for threat intelligence gathering.

This script is based on Emiliano Martinez example script used to interact with VirusTotal's feeds APIs. The API is documented at: https://www.virustotal.com/documentation/private-api/

Please contact VirusTotal to obtain a Private API key for this script to function properly.

Authors

  • Emiliano Martinez - Initial script
  • Lior Ben-Porat - Everything else

Prerequisities

Please install the following Python packages before running the script

ConfigParser
pymongo
requests

How to use

Run this script in a cronjob of 1 minute intervals in order to keep a track of the live submissions on VirusTotal.

*/1 * * * * python PATH_TO_SCRIPT/vtfeeds.py file
*/1 * * * * python PATH_TO_SCRIPT/vtfeeds.py url

Before using this script use following command in your MongoDB instance in order to index the 'sha256' and 'url' fields for optimized query speeds:

db.file.createIndex({sha256:1})
db.url.createIndex({url:1})

License

Do whatever you want with it

vt_metadb's People

Contributors

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