targodan / malpediaclient

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Malpedia REST Client

This repository contains a python interface for the Malpedia REST Api. To use the basic functionalities of this client, no user account on Malpedia is needed. However, for the analytics and some other extended functionalities, an account and the connected credentials are required.

Installation

python setup.py install

CLI Usage

Either use python run.py --help in this directory or malpediaclient --help from anywhere.

Changelog

  • 2020-08-10 added support for a JSON config file to enable storing an apitoken or user/password for authentication (THX to Luca Corbatto)

About

License:Apache License 2.0


Languages

Language:Python 99.8%Language:Makefile 0.2%