ViTee
Virus Total Free - IOC parser and report generator
Install / Use
/learn @TURROKS/ViTeeREADME
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.

Output Example
CLI
REPORT
- Domains

- IP Addresses

- 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
Related Skills
node-connect
347.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
107.8kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
107.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
model-usage
347.0kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
