Skip to main content

gdata-vaas is a Python library for the VaaS-API.

Project description

gdata-vaas

An SDK to easily utilize G DATA VaaS.

Verdict-as-a-Service (VaaS) is a service that provides a platform for scanning files for malware and other threats. It allows easy integration in your application. With a few lines of code, you can start scanning files for malware.

ATTENTION: This library is currently under heavy construction!

What does the SDK do?

It gives you as a developer a functions to talk to G DATA VaaS. It wraps away the complexity of the API into 2 basic functions.

for_sha256

If you calculate the sha256 for a file, you can request that sha256 against G DATA VaaS. It's the fastest way to get a verdict from our service.

for_file

You can also ask for a file itself. You will still get the benefit of a fast verdict via Sha256 because the SDK will do that for you first. But additionally, if we don't know the file, the file will get uploaded and (automatically) analyzed by us.

How to use

Install

pip3 install gdata-vaas

Import

from vaas import Vaas

Example: Request a verdict for file

        async with Vaas() as vaas:
            await vaas.connect(TOKEN)
            path = "/path/to/file"
            verdict = await vaas.for_file(path)

I'm interested in VaaS

You need credentials to use the service in your application. If you are interested in using VaaS, please contact us.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gdata-vaas-0.4.0.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gdata_vaas-0.4.0-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file gdata-vaas-0.4.0.tar.gz.

File metadata

  • Download URL: gdata-vaas-0.4.0.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for gdata-vaas-0.4.0.tar.gz
Algorithm Hash digest
SHA256 ed2118675f99f7260331c4928bc4947b94124ef16c7ce0bafc1acb4982ee5c03
MD5 1214ef237f3cb1f3c9a6b454585f3ab7
BLAKE2b-256 18763fdad5f64773308a1849a1cf9e302bd3d415f56109104e6fe58fe1f396b6

See more details on using hashes here.

File details

Details for the file gdata_vaas-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: gdata_vaas-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 5.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for gdata_vaas-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 04e91f7286c4bc714816055b39848331bfb94d7c7eee7d17c1f20dbebf0971b2
MD5 53e145e6d4c90235d88b65ae9c1c72d8
BLAKE2b-256 05020d47ec7b630979cc1e7309994ed1fdbda437517a47894f07dc1431ddda60

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page