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.
- Host: GitHub
- URL: https://github.com/dutchcoders/go-virustotal
- Owner: dutchcoders
- License: mit
- Created: 2014-09-08T07:39:58.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-23T14:34:31.000Z (almost 12 years ago)
- Last Synced: 2024-06-18T17:06:47.773Z (about 2 years ago)
- Language: Go
- Homepage: http://godoc.org/github.com/dutchcoders/go-virustotal
- Size: 188 KB
- Stars: 15
- Watchers: 10
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-virustotal
=============
VirusTotal public api interface implementation in Golang.
[](https://godoc.org/github.com/dutchcoders/go-virustotal)
[](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).