s-hristow / FileLookup

Quick & dirty script to get info on a file from online resources (VirusTotal, Team Cymru, Shadow Server etc.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FileLookup.py

Searches various online resources to try and get as much info about a file as possible without submitting it, requiring third party modules or performing any analysis on the file.

Requirements

* Internet Access :)
* VirusTotal API key if you want prettier reports with more information from the JSON object

Optional

  • SimpleJson module to print the pretty reports (optional but is nicer)

Usage

usage: FileLookup.py [-h] [-f FILE] [-H HASH]

Searches various online resources to try and get as much info about a file as
possible without submitting it, requiring third party modules or performing
any analysis on the file.

optional arguments:
  -h, --help            show this help message and exit
  -f FILE, --file FILE  Path to directory/file(s) to be scanned
  -H HASH, --hash HASH  MD5 hash to be queried

About

Quick & dirty script to get info on a file from online resources (VirusTotal, Team Cymru, Shadow Server etc.)


Languages

Language:Python 100.0%