{"id":20571549,"url":"https://github.com/circl/vt-tools","last_synced_at":"2025-10-13T18:44:15.267Z","repository":{"id":139221791,"uuid":"2302287","full_name":"CIRCL/vt-tools","owner":"CIRCL","description":"Tools for VirusTotal","archived":false,"fork":false,"pushed_at":"2012-11-29T07:35:25.000Z","size":132,"stargazers_count":34,"open_issues_count":1,"forks_count":11,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-10-02T01:29:29.349Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CIRCL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-08-31T15:23:57.000Z","updated_at":"2023-07-06T06:25:40.000Z","dependencies_parsed_at":"2023-03-13T10:49:51.419Z","dependency_job_id":null,"html_url":"https://github.com/CIRCL/vt-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CIRCL/vt-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CIRCL%2Fvt-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CIRCL%2Fvt-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CIRCL%2Fvt-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CIRCL%2Fvt-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CIRCL","download_url":"https://codeload.github.com/CIRCL/vt-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CIRCL%2Fvt-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016601,"owners_count":26085852,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T05:16:32.092Z","updated_at":"2025-10-13T18:44:15.252Z","avatar_url":"https://github.com/CIRCL.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CIRCL VirusTotal tools\n\n## Description\nA set of tools to interact with the services from VirusTotal.\n\n## Requirements\nAll the tools require an API key which you can get \nfrom http://www.virustotal.com/ for free for the\npublic API. It also exists a private API. See \nVirusTotal for more information.\nThe number of requests is usually limited to\n20 per 5 minutes. Higher intervalls are possible\nupon request.\n\n## Configuration\nA configuration file at ~/.vt-tools.conf is mandatory.  \nIt contains the following: \n  \n    [Global]\n    public = True\n    private = True\n    public_key  = YOURPUBLICAPIKEY\n    private_key = YOURPRIVATEAPIKEY\n    public_requests = 20\t# default\n    private_requests = 300\t# default\n\nAn example configuration file is included.\n\n## Description of the tools:\n* vthash.py\n    * send one or multiple hashes (MD5/SHA1) to VirusTotal\n  and get a human readable list of detections back and\n  some statistics.\n  The --dump option returns the list in a computer \n  readable format.\n    * Example: md5 test/* | cut -d\"=\" -f2 | vthash.py\n* vthash-pro.py\n    * same as vthash.py (just a symlink) but uses the private API of VirusTotal (which gives much more information)\n* vtupload.py\n    * send one or more files to VirusTotal. Returns a unique\n  ID to requests the report later. Scan might need some\n  time. Instead of getting the report, using vthash.py\n  after uploading does work, too.\n    * Example: ls test/* | vtupload.py\n\n## Licenses\nAll files except those listed below are licensed under the \nGNU General Public License v3  \n(C) 2011, CIRCL, Smile GIE  \n(C) Sascha Rommelfangen  \nhttp://www.circl.lu  \nhttps://github.com/CIRCL/vt-tools  \n\nException: postfile.py is a contribution from http://code.activestate.com/recipes/146306/  \nThis file is licensed under PSF License, which is compatible with the GPL  \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcircl%2Fvt-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcircl%2Fvt-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcircl%2Fvt-tools/lists"}