An open API service indexing awesome lists of open source software.

https://github.com/dutchcoders/go-virustotal

VirusTotal public api interface implementation in Golang.
https://github.com/dutchcoders/go-virustotal

Last synced: 9 months ago
JSON representation

VirusTotal public api interface implementation in Golang.

Awesome Lists containing this project

README

          

go-virustotal
=============

VirusTotal public api interface implementation in Golang.

[![GoDoc](https://godoc.org/github.com/dutchcoders/go-virustotal?status.svg)](https://godoc.org/github.com/dutchcoders/go-virustotal)
[![Build Status](https://travis-ci.org/dutchcoders/go-virustotal.svg?branch=master)](https://travis-ci.org/dutchcoders/go-virustotal)

Usage
=====

You can also set the environment variable VIRUSTOTAL_APIKEY to the api key.

```
go run ./bin/vt.go --apikey {key} (--debug) scan {file} {file} ...
go run ./bin/vt.go --apikey {key} (--debug) rescan {hash} {hash} ...
go run ./bin/vt.go --apikey {key} (--debug) report 99017f6eebbac24f351415dd410d522d
go run ./bin/vt.go --apikey {key} (--debug) scan-url {url} {url} ...
go run ./bin/vt.go --apikey {key} (--debug) report-url www.google.com
go run ./bin/vt.go --apikey {key} (--debug) ipaddress 90.156.201.27
go run ./bin/vt.go --apikey {key} (--debug) domain 027.ru
go run ./bin/vt.go --apikey {key} (--debug) --resource 99017f6eebbac24f351415dd410d522d comment "How to disinfect you from this file... #disinfect #zbot"
```

## Contributions

Contributions are welcome.

## Creators

**Remco Verhoef**
-

-

## Copyright and license

Code and documentation copyright 2011-2014 Remco Verhoef. Code released under [the MIT license](LICENSE).