Code Monkey home page Code Monkey logo

vitee's Introduction

ViTee

ViTee is tool based in Python that allows you to leverage Virus Total's API

ViTee allows you to provide a single source file with your IOCs, it automatically extracts and parses the following types of IOCs

  • URLs
  • IPs
  • Domains
  • Hashes

It then checks each unique IOC against VirusTotal and generates a report with unique tabs per IOC type.

I recommend creating a Virtual Environment (venv) to avoid changing your base Python's setup. Instructions here

Installation

You can install the required modules once the venv is ready, and you have activated it.

go to the root of the project and run

$ pip install -r requirements.txt

Running the scripts

With the required modules installed you can now use the script to generate your reports.

python vitee.py -i source.txt -o dest -m 1 -a <YOUR API>

Once you run the command you will see the following window, which details the IOCs to be queried after removing duplicates.

Startup

Output Example

CLI

Results

REPORT

  1. Domains

Domains

  1. IP Addresses

IPs

  1. Hashes

Hashes

You can save your API in the config by running

python vitee.py -u YOUR_API_KEY

Arguments

You can run python vitee.py -h to get the help menu

Required

Flag Description
-i, --file inputs File -takes txt and csv
-o, --output Output File - returns xlsx, there's no need to add .xlsx extension to the file name
-a, --api Manually Enter API Unless you save your Key (See optional arguments)

Optional

Flag Description
-h, --help show this help message and exit
-m, --membership type 1=Free Default, 2=Paid
-u, --update Update API

Troubleshooting

If you face issues installing the iocextract library on Windows you might need to install C++ 14, this is usually installed with Visual Studio but if you don't want to install the tool you can download and install the required libraries from Visual C++ 2015 Build Tools

Enjoy the tool

vitee's People

Contributors

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