{"id":20598351,"url":"https://github.com/kkirsche/virustotal","last_synced_at":"2025-07-14T18:15:28.327Z","repository":{"id":57612527,"uuid":"63547003","full_name":"kkirsche/virustotal","owner":"kkirsche","description":"Golang based VirusTotal command line tool","archived":false,"fork":false,"pushed_at":"2016-07-18T17:59:09.000Z","size":3336,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-06T15:27:17.978Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/kkirsche/virustotal","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kkirsche.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":"2016-07-17T18:41:51.000Z","updated_at":"2016-07-21T07:44:57.000Z","dependencies_parsed_at":"2022-08-27T09:51:08.396Z","dependency_job_id":null,"html_url":"https://github.com/kkirsche/virustotal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kkirsche/virustotal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkirsche%2Fvirustotal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkirsche%2Fvirustotal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkirsche%2Fvirustotal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkirsche%2Fvirustotal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkirsche","download_url":"https://codeload.github.com/kkirsche/virustotal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkirsche%2Fvirustotal/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265328371,"owners_count":23747887,"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","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-16T08:26:32.401Z","updated_at":"2025-07-14T18:15:28.289Z","avatar_url":"https://github.com/kkirsche.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# virustotal\nGolang based virus total command line tool\n\n## Usage\n\n### Domain Report\n\nExample of `{{ domain }}` is `virustotal.com`\n\nThe API Key parameter is optional if you use the `virustotal_api_key`, `VIRUSTOTAL_API_KEY`, or `Virustotal_Api_Key` environment variable.\n\n#### Help\n\n\t\tvirustotal {{ optional subcommand(s) }} --help\n\t\tvirustotal {{ optional subcommand(s) }} -h\n\n#### Full Domain Report\n\n\t\tvirustotal domain --api-key \"{{ api_key }}\" --domain \"{{ domain }}\"\n\t\tvirustotal domain -a {{ api_key }} -d \"{{ domain }}\"\n\t\tvirustotal domain --api-key \"{{ api_key}}\" --domain \"{{ domain }}\" --output-json\n\t\tvirustotal domain -a \"{{ api_key }}\" -d \"{{domain}}\" -j\n\n#### Alexa Domain Information\n\n\t\tvirustotal domain alexa --api-key \"{{ api_key }}\" --domain \"{{ domain }}\"\n\t\tvirustotal domain alexa -a \"{{ api_key }}\" -a \"{{ domain }}\"\n\t\tvirustotal domain alexa --grep --api-key \"{{ api_key }}\" --domain \"{{ domain }}\"\n\t\tvirustotal domain alexa -g -a \"{{ api_key }}\" -a \"{{ domain }}\"\n\n#### BitDefender Category\n\n\t\tvirustotal domain bitdefender --api-key \"{{ api_key }}\" --domain \"{{ domain }}\"\n\t\tvirustotal domain bitdefender -a \"{{ api_key }}\" -a \"{{ domain }}\"\n\t\tvirustotal domain bitdefender --grep --api-key \"{{ api_key }}\" --domain \"{{ domain }}\"\n\t\tvirustotal domain bitdefender -g -a \"{{ api_key }}\" -a \"{{ domain }}\"\n\n#### Undetected Download Samples\n\n\t\tvirustotal domain samples download --api-key \"{{ api_key }}\" --domain \"{{ domain }}\"\n\t\tvirustotal domain samples download -a \"{{ api_key }}\" -a \"{{ domain }}\"\n\t\tvirustotal domain samples download --grep --api-key \"{{ api_key }}\" --domain \"{{ domain }}\"\n\t\tvirustotal domain samples download -g -a \"{{ api_key }}\" -a \"{{ domain }}\"\n\n#### Undetected Referrer Samples\n\n\t\tvirustotal domain samples referrer --api-key \"{{ api_key }}\" --domain \"{{ domain }}\"\n\t\tvirustotal domain samples referrer -a \"{{ api_key }}\" -a \"{{ domain }}\"\n\t\tvirustotal domain samples referrer --grep --api-key \"{{ api_key }}\" --domain \"{{ domain }}\"\n\t\tvirustotal domain samples referrer -g -a \"{{ api_key }}\" -a \"{{ domain }}\"\n\n#### IP Resolutions for Domain Name(s)\n\n\t\tvirustotal domain resolutions --api-key \"{{ api_key }}\" --domain \"{{ domain }}\"\n\t\tvirustotal domain resolutions -a \"{{ api_key }}\" -a \"{{ domain }}\"\n\t\tvirustotal domain resolutions --grep --api-key \"{{ api_key }}\" --domain \"{{ domain }}\"\n\t\tvirustotal domain resolutions -g -a \"{{ api_key }}\" -a \"{{ domain }}\"\n\n#### Undetected Referrer and Download Samples\n\n\t\tvirustotal domain samples --api-key \"{{ api_key }}\" --domain \"{{ domain }}\"\n\t\tvirustotal domain samples -a \"{{ api_key }}\" -a \"{{ domain }}\"\n\t\tvirustotal domain samples --grep --api-key \"{{ api_key }}\" --domain \"{{ domain }}\"\n\t\tvirustotal domain samples -g -a \"{{ api_key }}\" -a \"{{ domain }}\"\n\n#### Subdomains and Sibling Domains\n\n\t\tvirustotal domain subdomains --api-key \"{{ api_key }}\" --domain \"{{ domain }}\"\n\t\tvirustotal domain subdomains -a \"{{ api_key }}\" -a \"{{ domain }}\"\n\t\tvirustotal domain subdomains --grep --api-key \"{{ api_key }}\" --domain \"{{ domain }}\"\n\t\tvirustotal domain subdomains -g -a \"{{ api_key }}\" -a \"{{ domain }}\"\n\n#### TrendMicro Category\n\n\t\tvirustotal domain trendmicro --api-key \"{{ api_key }}\" --domain \"{{ domain }}\"\n\t\tvirustotal domain trendmicro -a \"{{ api_key }}\" -a \"{{ domain }}\"\n\t\tvirustotal domain trendmicro --grep --api-key \"{{ api_key }}\" --domain \"{{ domain }}\"\n\t\tvirustotal domain trendmicro -g -a \"{{ api_key }}\" -a \"{{ domain }}\"\n\n#### Detected URLs\n\n\t\tvirustotal domain urls --api-key \"{{ api_key }}\" --domain \"{{ domain }}\"\n\t\tvirustotal domain urls -a \"{{ api_key }}\" -a \"{{ domain }}\"\n\t\tvirustotal domain urls --grep --api-key \"{{ api_key }}\" --domain \"{{ domain }}\"\n\t\tvirustotal domain urls -g -a \"{{ api_key }}\" -a \"{{ domain }}\"\n\n#### Verbose Message (Was Domain Found on VirusTotal?)\n\n\t\tvirustotal domain verbose --api-key \"{{ api_key }}\" --domain \"{{ domain }}\"\n\t\tvirustotal domain verbose -a \"{{ api_key }}\" -a \"{{ domain }}\"\n\t\tvirustotal domain verbose --grep --api-key \"{{ api_key }}\" --domain \"{{ domain }}\"\n\t\tvirustotal domain verbose -g -a \"{{ api_key }}\" -a \"{{ domain }}\"\n\n#### Domain Whois\n\n\t\tvirustotal domain whois --api-key \"{{ api_key }}\" --domain \"{{ domain }}\"\n\t\tvirustotal domain whois -a \"{{ api_key }}\" -a \"{{ domain }}\"\n\t\tvirustotal domain whois --grep --api-key \"{{ api_key }}\" --domain \"{{ domain }}\"\n\t\tvirustotal domain whois -g -a \"{{ api_key }}\" -a \"{{ domain }}\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkirsche%2Fvirustotal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkirsche%2Fvirustotal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkirsche%2Fvirustotal/lists"}