GithubHelp home page GithubHelp logo

dmippolitov / virustotal3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from traceflow/virustotal3

0.0 1.0 0.0 608 KB

Python 3 implementation of the VirusTotal v3 API

License: GNU General Public License v3.0

Python 97.86% Makefile 0.95% Batchfile 1.19%

virustotal3's Introduction

virustotal3

virustotal3 provides an easy way to use VirusTotal version 3 REST endpoints, including those exclusive to VirusTotal Enterprise such as Live Hunt, Retro Hunt and Zip Files that were not available in version 2.

Changelog

1.0.6

  • Merged pull request #5 fixing file_feed()
  • Updated Sphinx documentation

Documentation

https://virustotal3.readthedocs.io/en/latest/

Usage example

import os
import virustotal3.enterprise

API_KEY = os.environ['VT_API']

livehunt = virustotal3.enterprise.Livehunt(API_KEY)

rulesets = livehunt.get_rulesets()

print(rulesets)

Features

  • Access to many more features than the ones provided by the v2 API such as Live Hunt, Retro Hunt, Zip Files, Relationships, etc.
  • Easy to use methods for all API endpoints (except Graphs).
  • Simplified upload and download of files.
    • The API requires the use of a different endpoint for files larger than 32MB. the File.upload() method calculates the file size and picks the approriate endpoint.
  • Written in Python 3.

Installation

Installing with pip pip install virustotal3

Install from repository python3 setup.py install

Contribute

Support

The v3 API is in beta and under active development. While most of the implementation was tested and works perfectly, breaking changes might be introduced by VirusTotal. This rarely occurs, but recently URL.get_comments() and URL.get_votes() stopped working. An issue is current opened with VirusTotal (96772) and they are working on it.

If you are having issues, first make sure it does not come from the API itself. I'm in no way associated with VirusTotal. If it's an API bug, contact VirusTotal directly. Otherwise, open a GitHub issue.

virustotal3's People

Contributors

doug-the-guy avatar epitstickpan avatar jdsnape avatar molecularmoron avatar traceflow 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.